Home
last modified time | relevance | path

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

/openssl-master/crypto/sm2/
A Dsm2_crypt.c273 uint8_t *ptext_buf, size_t *ptext_len) in ossl_sm2_decrypt() argument
298 memset(ptext_buf, 0xFF, *ptext_len); in ossl_sm2_decrypt()
368 ptext_buf[i] = C2[i] ^ msg_mask[i]; in ossl_sm2_decrypt()
378 || !EVP_DigestUpdate(hash, ptext_buf, msg_len) in ossl_sm2_decrypt()
395 memset(ptext_buf, 0, *ptext_len); in ossl_sm2_decrypt()
/openssl-master/include/crypto/
A Dsm2.h81 uint8_t *ptext_buf, size_t *ptext_len);

Completed in 3 milliseconds