Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dsa/
H A Ddsa_meth.c151 return dsam->dsa_mod_exp; in DSA_meth_get_mod_exp()
159 dsam->dsa_mod_exp = mod_exp; in DSA_meth_set_mod_exp()
H A Ddsa_local.h48 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, const BIGNUM *a1, member
H A Ddsa_ossl.c375 if (dsa->meth->dsa_mod_exp != NULL) { in dsa_do_verify()
376 if (!dsa->meth->dsa_mod_exp(dsa, t1, dsa->g, u1, dsa->pub_key, u2, in dsa_do_verify()
/netbsd-src/crypto/external/bsd/openssl/dist/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.c413 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()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddsa.h80 int (*dsa_mod_exp)(DSA *, BIGNUM *, BIGNUM *, BIGNUM *, member
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES6635 dsa_mod_exp() and/or bn_mod_exp() handlers if they are non-NULL,