Searched refs:HksGetKeyFromMaterial (Results 1 – 4 of 4) sorted by relevance
/base/security/huks/frameworks/huks_standard/main/common/include/ |
D | hks_crypto_adapter.h | 50 int32_t HksGetKeyFromMaterial(uint32_t alg, bool isPubKey, const struct HksBlob *keyMaterial, struc…
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
D | hks_openssl_curve25519.c | 204 ret = HksGetKeyFromMaterial(HKS_ALG_ED25519, true, pubKey, &ed25519PubKey); in HksOpensslEd25519AgreeKey()
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
D | hks_mbedtls_x25519.c | 802 ret = HksGetKeyFromMaterial(HKS_ALG_ED25519, false, nativeKey, &(key.rawNativeKey)); in HksMbedtlsEd25519KeyAgreement() 804 ret = HksGetKeyFromMaterial(HKS_ALG_ED25519, true, pubKey, &(key.rawPubKey)); in HksMbedtlsEd25519KeyAgreement()
|
/base/security/huks/frameworks/huks_standard/main/common/src/ |
D | hks_crypto_adapter.c | 542 int32_t HksGetKeyFromMaterial(uint32_t alg, bool isPubKey, const struct HksBlob *keyMaterial, struc… in HksGetKeyFromMaterial() function
|