Home
last modified time | relevance | path

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

/openssl-master/crypto/dsa/
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()
A Ddsa_local.h53 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, const BIGNUM *a1, member
A Ddsa_ossl.c397 if (dsa->meth->dsa_mod_exp != NULL) { in dsa_do_verify()
398 if (!dsa->meth->dsa_mod_exp(dsa, t1, dsa->params.g, u1, dsa->pub_key, u2, in dsa_do_verify()
/openssl-master/
A DCHANGES.md10614 dsa_mod_exp() and/or bn_mod_exp() handlers if they are non-NULL,

Completed in 25 milliseconds