Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_rsa.c367 static int32_t CheckParamAndMallocBuf(size_t rsaLen, const RsaData *cipher, unsigned char **buf, un… in CheckParamAndMallocBuf() function
393 int32_t ret = CheckParamAndMallocBuf(rsaLen, cipher, &buf, &tembuf); in RsaPkcs1Decrypt()