Searched refs:C3_size (Results 1 – 1 of 1) sorted by relevance
132 const int C3_size = EVP_MD_get_size(digest); in ossl_sm2_encrypt() local141 if (hash == NULL || C3_size <= 0) { in ossl_sm2_encrypt()173 C3 = OPENSSL_zalloc(C3_size); in ossl_sm2_encrypt()240 if (!ASN1_OCTET_STRING_set(ctext_struct.C3, C3, C3_size) in ossl_sm2_encrypt()
Completed in 3 milliseconds