Home
last modified time | relevance | path

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

/openssl/crypto/sm2/
H A Dsm2_crypt.c113 int rc = 0, ciphertext_leni; in ossl_sm2_encrypt() local
246 ciphertext_leni = i2d_SM2_Ciphertext(&ctext_struct, &ciphertext_buf); in ossl_sm2_encrypt()
248 if (ciphertext_leni < 0) { in ossl_sm2_encrypt()
252 *ciphertext_len = (size_t)ciphertext_leni; in ossl_sm2_encrypt()

Completed in 5 milliseconds