Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c113 size_t msg_len, uint8_t *ciphertext_buf, size_t *ciphertext_len) in sm2_encrypt() argument
179 memset(ciphertext_buf, 0, *ciphertext_len); in sm2_encrypt()
240 ciphertext_leni = i2d_SM2_Ciphertext(&ctext_struct, &ciphertext_buf); in sm2_encrypt()
/freebsd-12.1/crypto/openssl/crypto/include/internal/
H A Dsm2.h70 uint8_t *ciphertext_buf, size_t *ciphertext_len);