Home
last modified time | relevance | path

Searched refs:BN_mod_exp_simple (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dexptest.c80 if (!TEST_true(BN_mod_exp_simple(r, a, p, m, ctx))) in test_mod_exp_zero()
201 || !TEST_true(BN_mod_exp_simple(r_simple, a, b, m, ctx)) in test_mod_exp()
287 || !TEST_true(BN_mod_exp_simple(r_simple1, a1, b1, m1, ctx)) in test_mod_exp_x2()
288 || !TEST_true(BN_mod_exp_simple(r_simple2, a2, b2, m2, ctx)) in test_mod_exp_x2()
H A Dbntest.c666 || !TEST_true(BN_mod_exp_simple(a, e, p, m, ctx)) in test_modexp_mont5()
689 || !TEST_true(BN_mod_exp_simple(a, e, p, m, ctx)) in test_modexp_mont5()
696 && TEST_true(BN_mod_exp_simple(a, e, p, m, ctx)) in test_modexp_mont5()
2382 || !TEST_true(BN_mod_exp_simple(r, a, p, m, NULL)) in test_expmodone()
2991 if (!TEST_int_eq((idx == 0 ? BN_mod_exp_simple in test_mod_exp_alias()
3005 if (!TEST_int_eq((idx == 0 ? BN_mod_exp_simple in test_mod_exp_alias()
3018 if (!TEST_int_eq(BN_mod_exp_simple(c, a, b, c, ctx), 0)) in test_mod_exp_alias()
/freebsd/crypto/openssl/fuzz/
H A Dbignum.c79 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx)); in FuzzerTestOneInput()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c161 ret = BN_mod_exp_simple(r, a, p, m, ctx); in BN_mod_exp()
1320 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_simple() function
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h317 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt260 BN_mod_exp_simple(3)
H A Dmissingcrypto111.txt286 BN_mod_exp_simple(3)
H A Dlibcrypto.num1376 BN_mod_exp_simple 1410 3_0_0 EXIST::FUNCTION:
/freebsd/secure/lib/libcrypto/
H A DVersion.map530 BN_mod_exp_simple;