Home
last modified time | relevance | path

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

/openssl/crypto/sm2/
H A Dsm2_crypt.c131 const int C3_size = EVP_MD_get_size(digest); in ossl_sm2_encrypt() local
140 if (hash == NULL || C3_size <= 0) { in ossl_sm2_encrypt()
176 C3 = OPENSSL_zalloc(C3_size); in ossl_sm2_encrypt()
245 if (!ASN1_OCTET_STRING_set(ctext_struct.C3, C3, C3_size) in ossl_sm2_encrypt()

Completed in 7 milliseconds