Home
last modified time | relevance | path

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

/openssl-master/include/crypto/
A Dsm2.h76 uint8_t *ciphertext_buf, size_t *ciphertext_len);
/openssl-master/crypto/sm2/
A Dsm2_crypt.c111 uint8_t *ciphertext_buf, size_t *ciphertext_len) in ossl_sm2_encrypt() argument
180 memset(ciphertext_buf, 0, *ciphertext_len); in ossl_sm2_encrypt()
246 ciphertext_leni = i2d_SM2_Ciphertext(&ctext_struct, &ciphertext_buf); in ossl_sm2_encrypt()

Completed in 2 milliseconds