Searched refs:mod_exp (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/dsa/ |
H A D | dsa_meth.c | 150 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 D | rsa_meth.c | 174 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 D | dsa.h | 250 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
|
H A D | rsa.h | 541 int (*mod_exp) (BIGNUM *r0, const BIGNUM *i, RSA *rsa,
|
/openssl/doc/man3/ |
H A D | RSA_meth_new.pod | 74 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 D | DSA_meth_new.pod | 57 int DSA_meth_set_mod_exp(DSA_METHOD *dsam, int (*mod_exp)(DSA *dsa, BIGNUM *rr,
|
/openssl/test/ |
H A D | bntest.c | 1666 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 D | CHANGES.md | 13196 * Make a new fixed-window mod_exp implementation the default for
|
Completed in 50 milliseconds