Searched refs:BN_MONT_CTX_set (Results 1 – 12 of 12) sorted by relevance
/openssl-master/doc/man3/ |
A D | BN_mod_mul_montgomery.pod | 6 BN_MONT_CTX_free, BN_MONT_CTX_set, BN_MONT_CTX_copy, 16 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *m, BN_CTX *ctx); 37 BN_MONT_CTX_set() sets up the I<mont> structure from the modulus I<m>
|
/openssl-master/crypto/bn/ |
A D | bn_mont.c | 263 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) in BN_MONT_CTX_set() function 451 if (!BN_MONT_CTX_set(ret, mod, ctx)) { in BN_MONT_CTX_set_locked()
|
A D | bn_exp2.c | 61 if (!BN_MONT_CTX_set(mont, m, ctx)) in BN_mod_exp2_mont()
|
A D | bn_exp.c | 347 if (!BN_MONT_CTX_set(mont, m, ctx)) in BN_mod_exp_mont() 644 if (!BN_MONT_CTX_set(mont, m, ctx)) in BN_mod_exp_mont_consttime() 1197 if (!BN_MONT_CTX_set(mont, m, ctx)) in BN_mod_exp_mont_word() 1427 if (!BN_MONT_CTX_set(mont1, m1, ctx)) in BN_mod_exp_mont_consttime_x2() 1435 if (!BN_MONT_CTX_set(mont2, m2, ctx)) in BN_mod_exp_mont_consttime_x2()
|
A D | bn_prime.c | 380 if (mont == NULL || !BN_MONT_CTX_set(mont, w, ctx)) in ossl_bn_miller_rabin_is_prime()
|
/openssl-master/test/ |
A D | bntest.c | 509 if (!(TEST_true(BN_MONT_CTX_set(mont, n, ctx)) in test_modexp_mont5() 521 && TEST_true(BN_MONT_CTX_set(mont, n, ctx)) in test_modexp_mont5() 566 && TEST_true(BN_MONT_CTX_set(mont, n, ctx)))) in test_modexp_mont5() 582 && TEST_true(BN_MONT_CTX_set(mont, n, ctx)) in test_modexp_mont5() 602 && TEST_true(BN_MONT_CTX_set(mont, n, ctx)) in test_modexp_mont5() 627 && TEST_true(BN_MONT_CTX_set(mont, n, ctx)) in test_modexp_mont5() 648 && TEST_true(BN_MONT_CTX_set(mont, m, ctx)))) in test_modexp_mont5() 1571 || !TEST_true(BN_MONT_CTX_set(mont, m, ctx)) in file_modmul() 2239 if (!TEST_false(BN_MONT_CTX_set(mont, zero, ctx))) in test_badmod() 2247 if (!TEST_false(BN_MONT_CTX_set(mont, b, ctx))) in test_badmod()
|
/openssl-master/crypto/ec/ |
A D | ecp_mont.c | 165 if (!BN_MONT_CTX_set(mont, p, ctx)) { in ossl_ec_GFp_mont_group_set_curve()
|
A D | ec_lib.c | 1201 if (!BN_MONT_CTX_set(group->mont_data, group->order, ctx)) { in ec_precompute_mont_data()
|
/openssl-master/crypto/ffc/ |
A D | ffc_params_generate.c | 728 if (!BN_MONT_CTX_set(mont, p, ctx)) in ossl_ffc_params_FIPS186_4_gen_verify() 980 if (!BN_MONT_CTX_set(mont, p, ctx)) in ossl_ffc_params_FIPS186_2_gen_verify()
|
/openssl-master/include/openssl/ |
A D | bn.h | 409 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx);
|
/openssl-master/util/ |
A D | libcrypto.num | 1077 BN_MONT_CTX_set 1105 3_0_0 EXIST::FUNCTION:
|
/openssl-master/ |
A D | CHANGES.md | 9710 * Fix BN flag handling in RSA_eay_mod_exp() and BN_MONT_CTX_set() 13449 (the sign is ignored). Similarly, ignore the sign in BN_MONT_CTX_set
|
Completed in 49 milliseconds