Home
last modified time | relevance | path

Searched defs:EVP_PKEY_CTX_set_dsa_paramgen_md (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Ddsa_ctrl.c127 int EVP_PKEY_CTX_set_dsa_paramgen_md(EVP_PKEY_CTX *ctx, const EVP_MD *md) in EVP_PKEY_CTX_set_dsa_paramgen_md() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Ddsa.h168 # define EVP_PKEY_CTX_set_dsa_paramgen_md(ctx, md) \ macro