Home
last modified time | relevance | path

Searched defs:publicKeySize (Results 1 – 2 of 2) sorted by relevance

/base/security/huks/frameworks/huks_standard/main/common/src/
Dhks_crypto_adapter.c265 static int32_t FormatKeyInner(uint32_t publicKeySize, uint8_t *publicKey, const struct HksBlob *key… in FormatKeyInner()
414 … uint32_t publicKeySize = sizeof(struct KeyMaterialRsa) + keyMaterial->nSize + keyMaterial->eSize; in FormatRsaKey() local
441 … uint32_t publicKeySize = sizeof(struct KeyMaterialDsa) + keyMaterial->ySize + keyMaterial->pSize + in FormatDsaKey() local
472 … uint32_t publicKeySize = sizeof(struct KeyMaterialEcc) + keyMaterial->xSize + keyMaterial->ySize; in FormatEccKey() local
498 uint32_t publicKeySize = sizeof(struct KeyMaterialDh) + keyMaterial->pubKeySize; in FormatDhKey() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/
Dhks_import_wrapped_test_common.h26 uint32_t publicKeySize; member