Home
last modified time | relevance | path

Searched refs:HksGetKeyFromMaterial (Results 1 – 4 of 4) sorted by relevance

/base/security/huks/frameworks/huks_standard/main/common/include/
Dhks_crypto_adapter.h50 int32_t HksGetKeyFromMaterial(uint32_t alg, bool isPubKey, const struct HksBlob *keyMaterial, struc…
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_curve25519.c204 ret = HksGetKeyFromMaterial(HKS_ALG_ED25519, true, pubKey, &ed25519PubKey); in HksOpensslEd25519AgreeKey()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_mbedtls_x25519.c802 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/
Dhks_crypto_adapter.c542 int32_t HksGetKeyFromMaterial(uint32_t alg, bool isPubKey, const struct HksBlob *keyMaterial, struc… in HksGetKeyFromMaterial() function