Home
last modified time | relevance | path

Searched refs:HksGetEd25519PubKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/include/
H A Dhks_crypto_ed25519.h37 int32_t HksGetEd25519PubKey(const struct HksBlob *input, struct HksBlob *output);
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_ability.c87 …d)RegisterAbility(HKS_CRYPTO_ABILITY_GET_PUBLIC_KEY(HKS_ALG_ED25519), (void *)HksGetEd25519PubKey); in RegisterAbilityGetPublicKey()
H A Dhks_crypto_ed25519.c160 int32_t HksGetEd25519PubKey(const struct HksBlob *input, struct HksBlob *output) in HksGetEd25519PubKey() function