Home
last modified time | relevance | path

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

/openssl/crypto/dsa/
H A Ddsa_meth.c150 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, in DSA_meth_set_mod_exp()
154 dsam->dsa_mod_exp = mod_exp; in DSA_meth_set_mod_exp()
/openssl/crypto/rsa/
H A Drsa_meth.c174 int (*mod_exp) (BIGNUM *r0, const BIGNUM *i, RSA *rsa, in RSA_meth_set_mod_exp()
177 meth->rsa_mod_exp = mod_exp; in RSA_meth_set_mod_exp()
/openssl/include/openssl/
H A Ddsa.h250 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
H A Drsa.h541 int (*mod_exp) (BIGNUM *r0, const BIGNUM *i, RSA *rsa,
/openssl/doc/man3/
H A DRSA_meth_new.pod74 int (*mod_exp)(BIGNUM *r0, const BIGNUM *i, RSA *rsa,
188 Both the mod_exp() and bn_mod_exp() functions are called by the
H A DDSA_meth_new.pod57 int DSA_meth_set_mod_exp(DSA_METHOD *dsam, int (*mod_exp)(DSA *dsa, BIGNUM *rr,
/openssl/test/
H A Dbntest.c1666 BIGNUM *a = NULL, *e = NULL, *m = NULL, *mod_exp = NULL, *ret = NULL; in file_modexp() local
1673 || !TEST_ptr(mod_exp = getBN(s, "ModExp")) in file_modexp()
1679 || !equalBN("A ^ E (mod M)", mod_exp, ret)) in file_modexp()
1684 || !equalBN("A ^ E (mod M) (mont)", mod_exp, ret) in file_modexp()
1687 || !equalBN("A ^ E (mod M) (mont const", mod_exp, ret)) in file_modexp()
1714 BN_free(mod_exp); in file_modexp()
/openssl/
H A DCHANGES.md13196 * Make a new fixed-window mod_exp implementation the default for

Completed in 50 milliseconds