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

/external/openssl/crypto/dsa/
H A Ddsa_ossl.c83 NULL, /* dsa_mod_exp, */
93 /* These macro wrappers replace attempts to use the dsa_mod_exp() and
109 if((dsa)->meth->dsa_mod_exp) \
110 _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
H A Ddsa.h142 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, member in struct:dsa_method
/external/openssl/include/openssl/
H A Ddsa.h142 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, member in struct:dsa_method
/external/openssl/crypto/engine/
H A Deng_cryptodev.c1271 NULL, /* dsa_mod_exp */
1425 cryptodev_dsa.dsa_mod_exp = cryptodev_dsa_dsa_mod_exp;

Completed in 55 milliseconds