Home
last modified time | relevance | path

Searched refs:BN_MONT_CTX_set (Results 1 – 8 of 8) sorted by relevance

/external/boringssl/src/crypto/bn/
Dmontgomery.c165 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) { in BN_MONT_CTX_set() function
312 if (!BN_MONT_CTX_set(ctx, mod, bn_ctx)) { in BN_MONT_CTX_set_locked()
Dexponentiation.c658 if (new_mont == NULL || !BN_MONT_CTX_set(new_mont, m, ctx)) { in BN_mod_exp_mont()
899 if (new_mont == NULL || !BN_MONT_CTX_set(new_mont, m, ctx)) { in BN_mod_exp_mont_consttime()
1266 if (new_mont == NULL || !BN_MONT_CTX_set(new_mont, m, ctx)) { in BN_mod_exp_mont_word()
1395 if (new_mont == NULL || !BN_MONT_CTX_set(new_mont, m, ctx)) { in BN_mod_exp2_mont()
Dprime.c561 if (!BN_MONT_CTX_set(mont, A, ctx)) { in BN_is_prime_fasttest_ex()
Dbn_test.cc900 if (BN_MONT_CTX_set(mont.get(), n.get(), ctx)) { in test_mont()
909 if (BN_MONT_CTX_set(mont.get(), n.get(), ctx)) { in test_mont()
927 !BN_MONT_CTX_set(mont.get(), n.get(), ctx) || in test_mont()
1247 !BN_MONT_CTX_set(mont.get(), m.get(), ctx) || in test_mod_exp_mont5()
/external/boringssl/src/crypto/ec/
Dec_montgomery.c159 if (!BN_MONT_CTX_set(mont, p, ctx)) { in ec_GFp_mont_group_set_curve()
Dec.c301 !BN_MONT_CTX_set(mont_ctx, order, bn_ctx)) { in built_in_curve_scalar_field_monts_init()
/external/boringssl/src/include/openssl/
Dbn.h747 OPENSSL_EXPORT int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod,
/external/boringssl/src/crypto/dsa/
Ddsa.c342 !BN_MONT_CTX_set(mont, p, ctx)) { in DSA_generate_parameters_ex()