Home
last modified time | relevance | path

Searched refs:dsa_mod_exp (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_meth.c150 return dsam->dsa_mod_exp; in DSA_meth_get_mod_exp()
158 dsam->dsa_mod_exp = mod_exp; in DSA_meth_set_mod_exp()
H A Ddsa_local.h53 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, const BIGNUM *a1, member
H A Ddsa_ossl.c44 NULL, /* dsa_mod_exp, */
413 if (dsa->meth->dsa_mod_exp != NULL) { in dsa_do_verify()
414 if (!dsa->meth->dsa_mod_exp(dsa, t1, dsa->params.g, u1, dsa->pub_key, u2, in dsa_do_verify()
/freebsd/crypto/openssl/
H A DCHANGES.md11578 dsa_mod_exp() and/or bn_mod_exp() handlers if they are non-NULL,