Searched refs:mod_exp (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/crypto/dsa/ |
| H A D | dsa_meth.c | 146 int (*mod_exp)(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, in DSA_meth_set_mod_exp() 150 dsam->dsa_mod_exp = mod_exp; in DSA_meth_set_mod_exp()
|
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_meth.c | 169 int (*mod_exp)(BIGNUM *r0, const BIGNUM *i, RSA *rsa, in RSA_meth_set_mod_exp() 172 meth->rsa_mod_exp = mod_exp; in RSA_meth_set_mod_exp()
|
| /freebsd/crypto/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,
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | dsa.h | 245 int (*mod_exp)(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
|
| H A D | rsa.h | 540 int (*mod_exp)(BIGNUM *r0, const BIGNUM *i, RSA *rsa,
|
| /freebsd/crypto/openssl/test/ |
| H A D | bntest.c | 1715 BIGNUM *a = NULL, *e = NULL, *m = NULL, *mod_exp = NULL, *ret = NULL; in file_modexp() local 1722 || !TEST_ptr(mod_exp = getBN(s, "ModExp")) in file_modexp() 1728 || !equalBN("A ^ E (mod M)", mod_exp, ret)) in file_modexp() 1733 || !equalBN("A ^ E (mod M) (mont)", mod_exp, ret) in file_modexp() 1736 || !equalBN("A ^ E (mod M) (mont const", mod_exp, ret)) in file_modexp() 1763 BN_free(mod_exp); in file_modexp()
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 14013 * Make a new fixed-window mod_exp implementation the default for
|