Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c125 int rc = 0, ciphertext_leni; in ossl_sm2_encrypt() local
264 ciphertext_leni = i2d_SM2_Ciphertext(&ctext_struct, &ciphertext_buf); in ossl_sm2_encrypt()
266 if (ciphertext_leni < 0) { in ossl_sm2_encrypt()
270 *ciphertext_len = (size_t)ciphertext_leni; in ossl_sm2_encrypt()