Home
last modified time | relevance | path

Searched defs:rsaCtx (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter_lite.c110 mbedtls_rsa_context *rsaCtx = mbedtls_pk_rsa(*ctx); in InitRsaPkCtx() local
292 static int32_t CheckRsaCtx(const mbedtls_rsa_context *rsaCtx) in CheckRsaCtx()
303 static int32_t X509PublicKeyToRsa(mbedtls_rsa_context *rsaCtx, struct HksBlob *rsaPublicKey) in X509PublicKeyToRsa()