Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_rsa.c388 size_t totalPlainLen = 0; in RsaPkcs1Decrypt() local
418 … if (memcpy_s(plain->data + totalPlainLen, plain->length - totalPlainLen, buf, plainLen)) { in RsaPkcs1Decrypt()
422 totalPlainLen += plainLen; in RsaPkcs1Decrypt()
427 plain->length = totalPlainLen; in RsaPkcs1Decrypt()