Searched defs:publicKeySize (Results 1 – 3 of 3) sorted by relevance
313 static int32_t FormatKeyInner(uint32_t publicKeySize, uint8_t *publicKey, const struct HksBlob *key… in FormatKeyInner()462 … uint32_t publicKeySize = sizeof(struct KeyMaterialRsa) + keyMaterial->nSize + keyMaterial->eSize; in FormatRsaKey() local489 … uint32_t publicKeySize = sizeof(struct KeyMaterialDsa) + keyMaterial->ySize + keyMaterial->pSize + in FormatDsaKey() local520 … uint32_t publicKeySize = sizeof(struct KeyMaterialEcc) + keyMaterial->xSize + keyMaterial->ySize; in FormatEccKey() local546 uint32_t publicKeySize = sizeof(struct KeyMaterialDh) + keyMaterial->pubKeySize; in FormatDhKey() local
26 uint32_t publicKeySize; member
201 constexpr uint32_t publicKeySize = 32; variable224 constexpr uint32_t publicKeySize = 32; variable383 constexpr int32_t publicKeySize = 32; variable