Searched refs:BN_mod_exp_mont_consttime (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/test/ |
D | exptest.c | 91 if (!TEST_true(BN_mod_exp_mont_consttime(r, a, p, m, ctx, NULL))) in test_mod_exp_zero() 164 || !TEST_true(BN_mod_exp_mont_consttime(r_mont_const, a, b, m, ctx, NULL))) in test_mod_exp()
|
D | bntest.c | 482 if (!TEST_true(BN_mod_exp_mont_consttime(d, a, p, m, ctx, NULL))) in test_modexp_mont5() 599 && TEST_true(BN_mod_exp_mont_consttime(c, a, b, n, ctx, mont)) in test_modexp_mont5() 624 && TEST_true(BN_mod_exp_mont_consttime(c, a, b, n, ctx, mont)))) in test_modexp_mont5() 669 || !TEST_true(BN_mod_exp_mont_consttime(d, e, p, m, ctx, NULL)) in test_modexp_mont5() 679 if (!TEST_true(BN_mod_exp_mont_consttime(d, a, p, m, ctx, NULL)) in test_modexp_mont5() 692 || !TEST_true(BN_mod_exp_mont_consttime(d, e, p, m, ctx, NULL)) in test_modexp_mont5() 699 && TEST_true(BN_mod_exp_mont_consttime(d, e, p, m, ctx, NULL)) in test_modexp_mont5() 1662 || !TEST_true(BN_mod_exp_mont_consttime(ret, a, e, m, in file_modexp() 2201 if (!TEST_false(BN_mod_exp_mont_consttime(a, BN_value_one(), BN_value_one(), in test_badmod() 2223 if (!TEST_false(BN_mod_exp_mont_consttime(a, BN_value_one(), BN_value_one(), in test_badmod() [all …]
|
/third_party/openssl/crypto/rsa/ |
D | rsa_ossl.c | 680 || !BN_mod_exp_mont_consttime(m1, m1, rsa->dmq1, rsa->q, ctx, in rsa_ossl_mod_exp() 686 || !BN_mod_exp_mont_consttime(r1, r1, rsa->dmp1, rsa->p, ctx, in rsa_ossl_mod_exp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_openssl.c | 611 if (BN_mod_exp_mont_consttime(bn_result, bn_base, bn_exp, bn_modulus, in crypto_mod_exp() 1400 res = BN_mod_exp_mont_consttime((BIGNUM *) d, (const BIGNUM *) a, in crypto_bignum_exptmod() 1612 !BN_mod_exp_mont_consttime(tmp, (const BIGNUM *) a, exp, in crypto_bignum_legendre()
|
/third_party/openssl/crypto/bn/ |
D | bn_exp.c | 310 return BN_mod_exp_mont_consttime(rr, a, p, m, ctx, in_mont); in BN_mod_exp_mont() 592 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_mont_consttime() function
|
/third_party/openssl/include/openssl/ |
D | bn.h | 285 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 684 if (BN_mod_exp_mont_consttime(bn_result, bn_base, bn_exp, bn_modulus, in crypto_mod_exp() 1473 res = BN_mod_exp_mont_consttime((BIGNUM *) d, (const BIGNUM *) a, in crypto_bignum_exptmod() 1685 !BN_mod_exp_mont_consttime(tmp, (const BIGNUM *) a, exp, in crypto_bignum_legendre()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 940 #define BN_mod_exp_mont_consttime BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mod_exp_mont_consttime) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 216 BN_F_BN_MOD_EXP_MONT_CONSTTIME:124:BN_mod_exp_mont_consttime
|
/third_party/openssl/util/ |
D | libcrypto.num | 1805 BN_mod_exp_mont_consttime 1793 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 6005 implementation in BN_mod_exp_mont_consttime().) The old name 7232 BN_mod_exp_mont_consttime() is the new exponentiation implementation,
|