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

  /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 29 milliseconds