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

/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_pmeth.c553 unsigned int tmpsiglen = *siglen; /* for platforms where local
560 ret = EVP_DigestFinal_ex(mctx, sig, &tmpsiglen);
561 *siglen = tmpsiglen;

Completed in 70 milliseconds