Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_rsa.c385 static int32_t RsaPkcs1Decrypt(mbedtls_rsa_context *rsa, size_t rsaLen, RsaData *cipher, RsaData *p… in RsaPkcs1Decrypt() function
460 int32_t ret = RsaPkcs1Decrypt(rsa, rsaLen, cipher, plain); in RsaDecrypt()