Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_rsa.c223 static int32_t RsaEncryptBase64Encode(int32_t cipherTotalLen, char *cipherText, int32_t cipherTextL… in RsaEncryptBase64Encode() function
311 if (RsaEncryptBase64Encode(cipherTotalLen, cipherText, cipherTextLen)) { in RsaEncryptMultipleBlock()