Searched refs:dsa_mod_exp (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_meth.c | 150 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 D | dsa_local.h | 53 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, const BIGNUM *a1, member
|
H A D | dsa_ossl.c | 44 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 D | CHANGES.md | 11578 dsa_mod_exp() and/or bn_mod_exp() handlers if they are non-NULL,
|