Searched refs:FormatKeyInner (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/ |
H A D | hks_crypto_adapter.c | 313 static int32_t FormatKeyInner(uint32_t publicKeySize, uint8_t *publicKey, const struct HksBlob *key… in FormatKeyInner() function 474 int32_t ret = FormatKeyInner(publicKeySize, publicKey, keyIn, paramSetOut); in FormatRsaKey() 505 int32_t ret = FormatKeyInner(publicKeySize, publicKey, keyIn, paramSetOut); in FormatDsaKey() 531 int32_t ret = FormatKeyInner(publicKeySize, publicKey, keyIn, paramSetOut); in FormatEccKey() 557 int32_t ret = FormatKeyInner(publicKeySize, publicKey, keyIn, paramSetOut); in FormatDhKey()
|