Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_crypto_adapter.c313 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() local
489 … uint32_t publicKeySize = sizeof(struct KeyMaterialDsa) + keyMaterial->ySize + keyMaterial->pSize + in FormatDsaKey() local
520 … uint32_t publicKeySize = sizeof(struct KeyMaterialEcc) + keyMaterial->xSize + keyMaterial->ySize; in FormatEccKey() local
546 uint32_t publicKeySize = sizeof(struct KeyMaterialDh) + keyMaterial->pubKeySize; in FormatDhKey() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/
H A Dhks_import_wrapped_test_common.h26 uint32_t publicKeySize; member
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp201 constexpr uint32_t publicKeySize = 32; variable
224 constexpr uint32_t publicKeySize = 32; variable
383 constexpr int32_t publicKeySize = 32; variable