Searched refs:BN_MONT_CTX_set (Results 1 – 9 of 9) sorted by relevance
/openbsd/lib/libcrypto/bn/ |
H A D | bn_mont.c | 176 BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) in BN_MONT_CTX_set() function 263 LCRYPTO_ALIAS(BN_MONT_CTX_set); 280 if (!BN_MONT_CTX_set(mctx, mod, ctx)) in BN_MONT_CTX_set_locked()
|
H A D | bn_exp.c | 437 if (!BN_MONT_CTX_set(mont, m, ctx)) in BN_mod_exp_mont_consttime() 699 if (!BN_MONT_CTX_set(mont, m, ctx)) in BN_mod_exp_mont_internal() 887 if (!BN_MONT_CTX_set(mont, m, ctx)) in BN_mod_exp_mont_word() 1211 if (!BN_MONT_CTX_set(mont, m, ctx)) in BN_mod_exp2_mont()
|
H A D | bn_bpsw.c | 432 if (!BN_MONT_CTX_set(mctx, n, ctx)) in bn_miller_rabin()
|
H A D | bn.h | 432 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx);
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | bn.h | 127 LCRYPTO_USED(BN_MONT_CTX_set);
|
/openbsd/regress/lib/libcrypto/bn/ |
H A D | bn_test.c | 815 if (BN_MONT_CTX_set(mont, n, ctx)) { in test_mont() 822 if (BN_MONT_CTX_set(mont, n, ctx)) { in test_mont() 836 CHECK_GOTO(BN_MONT_CTX_set(mont, n, ctx)); in test_mont() 1280 CHECK_GOTO(BN_MONT_CTX_set(mont, n, ctx)); in test_mod_exp_mont5() 1326 CHECK_GOTO(BN_MONT_CTX_set(mont, n, ctx)); in test_mod_exp_mont5() 1349 CHECK_GOTO(BN_MONT_CTX_set(mont, m, ctx)); in test_mod_exp_mont5() 1882 !BN_MONT_CTX_set(mont_ctx, p, ctx)) in test_mod_exp_sizes()
|
/openbsd/lib/libcrypto/dsa/ |
H A D | dsa_gen.c | 319 if (!BN_MONT_CTX_set(mont, p, ctx)) in dsa_builtin_paramgen()
|
/openbsd/lib/libcrypto/ec/ |
H A D | ecp_methods.c | 1228 if (!BN_MONT_CTX_set(mont, p, ctx)) { in ec_mont_group_set_curve()
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 352 BN_MONT_CTX_set
|