Symbol: BN_MONT_CTX_set
crypto/openssl/crypto/bn/bn_exp.c
1228
if (!BN_MONT_CTX_set(mont, m, ctx))
crypto/openssl/crypto/bn/bn_exp.c
1472
if (!BN_MONT_CTX_set(mont1, m1, ctx))
crypto/openssl/crypto/bn/bn_exp.c
1480
if (!BN_MONT_CTX_set(mont2, m2, ctx))
crypto/openssl/crypto/bn/bn_exp.c
366
if (!BN_MONT_CTX_set(mont, m, ctx))
crypto/openssl/crypto/bn/bn_exp.c
659
if (!BN_MONT_CTX_set(mont, m, ctx))
crypto/openssl/crypto/bn/bn_exp2.c
60
if (!BN_MONT_CTX_set(mont, m, ctx))
crypto/openssl/crypto/bn/bn_mont.c
448
if (!BN_MONT_CTX_set(ret, mod, ctx)) {
crypto/openssl/crypto/bn/bn_prime.c
390
if (mont == NULL || !BN_MONT_CTX_set(mont, w, ctx))
crypto/openssl/crypto/ec/ec_lib.c
1203
if (!BN_MONT_CTX_set(group->mont_data, group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_mont.c
165
if (!BN_MONT_CTX_set(mont, p, ctx)) {
crypto/openssl/crypto/ffc/ffc_params_generate.c
731
if (!BN_MONT_CTX_set(mont, p, ctx))
crypto/openssl/crypto/ffc/ffc_params_generate.c
987
if (!BN_MONT_CTX_set(mont, p, ctx))
crypto/openssl/include/openssl/bn.h
415
int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx);
crypto/openssl/test/bntest.c
1638
|| !TEST_true(BN_MONT_CTX_set(mont, m, ctx))
crypto/openssl/test/bntest.c
1688
|| !TEST_true(BN_MONT_CTX_set(mont, m, ctx))
crypto/openssl/test/bntest.c
2557
if (!TEST_false(BN_MONT_CTX_set(mont, zero, ctx)))
crypto/openssl/test/bntest.c
2565
if (!TEST_false(BN_MONT_CTX_set(mont, b, ctx)))
crypto/openssl/test/bntest.c
520
if (!(TEST_true(BN_MONT_CTX_set(mont, n, ctx))
crypto/openssl/test/bntest.c
532
&& TEST_true(BN_MONT_CTX_set(mont, n, ctx))
crypto/openssl/test/bntest.c
577
&& TEST_true(BN_MONT_CTX_set(mont, n, ctx))))
crypto/openssl/test/bntest.c
593
&& TEST_true(BN_MONT_CTX_set(mont, n, ctx))
crypto/openssl/test/bntest.c
613
&& TEST_true(BN_MONT_CTX_set(mont, n, ctx))
crypto/openssl/test/bntest.c
638
&& TEST_true(BN_MONT_CTX_set(mont, n, ctx))
crypto/openssl/test/bntest.c
707
&& TEST_true(BN_MONT_CTX_set(mont, m, ctx))))
crypto/openssl/test/ec_internal_test.c
489
if (!TEST_true(BN_MONT_CTX_set(regenerated, mod, ctx)))
crypto/openssl/test/exptest.c
109
if (!TEST_true(BN_MONT_CTX_set(mont, m, ctx)))