HomeSort by: relevance | last modified time | path
    Searched refs:mod_exp (Results 1 - 15 of 15) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/dsa/
dsa_meth.c 146 int (*mod_exp)(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
150 dsam->dsa_mod_exp = mod_exp;
  /src/crypto/external/bsd/openssl/dist/crypto/dsa/
dsa_meth.c 154 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
158 dsam->dsa_mod_exp = mod_exp;
  /src/crypto/external/bsd/openssl.old/dist/crypto/dsa/
dsa_meth.c 155 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
159 dsam->dsa_mod_exp = mod_exp;
  /src/crypto/external/apache2/openssl/dist/crypto/rsa/
rsa_meth.c 169 int (*mod_exp)(BIGNUM *r0, const BIGNUM *i, RSA *rsa,
172 meth->rsa_mod_exp = mod_exp;
  /src/crypto/external/bsd/openssl/dist/crypto/rsa/
rsa_meth.c 178 int (*mod_exp) (BIGNUM *r0, const BIGNUM *i, RSA *rsa,
181 meth->rsa_mod_exp = mod_exp;
  /src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
rsa_meth.c 172 int (*mod_exp) (BIGNUM *r0, const BIGNUM *i, RSA *rsa,
175 meth->rsa_mod_exp = mod_exp;
  /src/crypto/external/apache2/openssl/dist/include/openssl/
dsa.h 245 int (*mod_exp)(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
rsa.h 540 int (*mod_exp)(BIGNUM *r0, const BIGNUM *i, RSA *rsa,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
dsa.h 245 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
rsa.h 530 int (*mod_exp) (BIGNUM *r0, const BIGNUM *i, RSA *rsa,
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
dsa.h 217 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
rsa.h 462 int (*mod_exp) (BIGNUM *r0, const BIGNUM *i, RSA *rsa,
  /src/crypto/external/apache2/openssl/dist/test/
bntest.c 1669 BIGNUM *a = NULL, *e = NULL, *m = NULL, *mod_exp = NULL, *ret = NULL; local
1676 || !TEST_ptr(mod_exp = getBN(s, "ModExp"))
1682 || !equalBN("A ^ E (mod M)", mod_exp, ret))
1687 || !equalBN("A ^ E (mod M) (mont)", mod_exp, ret)
1690 || !equalBN("A ^ E (mod M) (mont const", mod_exp, ret))
1717 BN_free(mod_exp);
  /src/crypto/external/bsd/openssl/dist/test/
bntest.c 1647 BIGNUM *a = NULL, *e = NULL, *m = NULL, *mod_exp = NULL, *ret = NULL; local
1654 || !TEST_ptr(mod_exp = getBN(s, "ModExp"))
1660 || !equalBN("A ^ E (mod M)", mod_exp, ret))
1665 || !equalBN("A ^ E (mod M) (mont)", mod_exp, ret)
1668 || !equalBN("A ^ E (mod M) (mont const", mod_exp, ret))
1695 BN_free(mod_exp);
  /src/crypto/external/bsd/openssl.old/dist/test/
bntest.c 1643 BIGNUM *a = NULL, *e = NULL, *m = NULL, *mod_exp = NULL, *ret = NULL; local
1650 || !TEST_ptr(mod_exp = getBN(s, "ModExp"))
1656 || !equalBN("A ^ E (mod M)", mod_exp, ret))
1661 || !equalBN("A ^ E (mod M) (mont)", mod_exp, ret)
1664 || !equalBN("A ^ E (mod M) (mont const", mod_exp, ret))
1691 BN_free(mod_exp);

Completed in 36 milliseconds