Home
last modified time | relevance | path

Searched refs:RsaKeyMaterialToCtx (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_rsa.c187 static int32_t RsaKeyMaterialToCtx(const struct HksBlob *key, const bool needPrivateExponent, mbedt… in RsaKeyMaterialToCtx() function
291 … ret = RsaKeyMaterialToCtx(key, !encrypt, &ctx); /* encrypt don't need private exponent (d) */ in HksMbedtlsRsaCrypt()
370 ret = RsaKeyMaterialToCtx(key, sign, &ctx); /* sign need private exponent (d) */ in HksMbedtlsRsaSignVerify()