Home
last modified time | relevance | path

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

/openssl/crypto/sm2/
H A Dsm2_crypt.c278 uint8_t *ptext_buf, size_t *ptext_len) in ossl_sm2_decrypt() argument
303 memset(ptext_buf, 0xFF, *ptext_len); in ossl_sm2_decrypt()
376 ptext_buf[i] = C2[i] ^ msg_mask[i]; in ossl_sm2_decrypt()
386 || !EVP_DigestUpdate(hash, ptext_buf, msg_len) in ossl_sm2_decrypt()
403 memset(ptext_buf, 0, *ptext_len); in ossl_sm2_decrypt()
/openssl/include/crypto/
H A Dsm2.h81 uint8_t *ptext_buf, size_t *ptext_len);

Completed in 8 milliseconds