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

/openbsd-current/lib/libcrypto/pkcs7/
H A Dpk7_doit.c807 unsigned int abuflen; local
808 abuflen = EVP_PKEY_size(si->pkey);
809 abuf = malloc(abuflen);
813 if (!EVP_SignFinal(&ctx_tmp, abuf, &abuflen,
818 ASN1_STRING_set0(si->enc_digest, abuf, abuflen);

Completed in 116 milliseconds