Searched refs:BN_mod_exp_simple (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | exptest.c | 80 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 D | bntest.c | 666 || !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 D | bignum.c | 79 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx)); in FuzzerTestOneInput()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_exp.c | 161 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 D | bn.h | 317 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 260 BN_mod_exp_simple(3)
|
H A D | missingcrypto111.txt | 286 BN_mod_exp_simple(3)
|
H A D | libcrypto.num | 1376 BN_mod_exp_simple 1410 3_0_0 EXIST::FUNCTION:
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 530 BN_mod_exp_simple;
|