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

/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/
H A Dprovider_util.c142 EVP_MD_free(pd->alloc_md);
143 pd->alloc_md = NULL;
153 if (src->alloc_md != NULL && !EVP_MD_up_ref(src->alloc_md))
157 EVP_MD_free(src->alloc_md);
163 dst->alloc_md = src->alloc_md;
170 EVP_MD_free(pd->alloc_md);
171 pd->md = pd->alloc_md = EVP_MD_fetch(libctx, mdname, propquery);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/include/prov/
H A Dprovider_util.h29 * the digest, always. |alloc_md| only holds a reference to an explicitly
33 EVP_MD *alloc_md; /* fetched digest */ member in struct:__anon458

Completed in 63 milliseconds