Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_dh.c185 static int32_t DhKeyMaterialToCtx(const struct HksBlob *key, const bool needPrivateExponent, mbedtl… in DhKeyMaterialToCtx() function
251 ret = DhKeyMaterialToCtx(nativeKey, true, &ctx); in HksMbedtlsDhAgreeKey()