Searched refs:abuflen (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c854 unsigned int abuflen; local
855 abuflen = EVP_PKEY_size(si->pkey);
856 abuf = OPENSSL_malloc(abuflen);
860 if (!EVP_SignFinal(&ctx_tmp, abuf, &abuflen, si->pkey)) {
864 ASN1_STRING_set0(si->enc_digest, abuf, abuflen);

Completed in 145 milliseconds