Searched refs:dsa_mod_exp (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_ossl.c81 NULL, /* dsa_mod_exp, */
91 /* These macro wrappers replace attempts to use the dsa_mod_exp() and
107 if((dsa)->meth->dsa_mod_exp) \
108 _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
H A Ddsa.h122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, member in struct:dsa_method
/barrelfish-master/include/openssl/
H A Ddsa.h122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, member in struct:dsa_method
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/zencod/
H A Dhw_zencod.c326 zencod_dsa.dsa_mod_exp = meth_dsa->dsa_mod_exp ;
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_capi.c430 0, /* dsa_mod_exp */
465 capi_dsa_method.dsa_mod_exp = ossl_dsa_meth->dsa_mod_exp;
H A De_aep.c206 aep_dsa_mod_exp, /* dsa_mod_exp */
325 aep_dsa.dsa_mod_exp = aep_dsa_mod_exp;
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_cryptodev.c1240 NULL, /* dsa_mod_exp */
1394 cryptodev_dsa.dsa_mod_exp = cryptodev_dsa_dsa_mod_exp;

Completed in 90 milliseconds