Symbol: BN_nnmod
crypto/openssl/crypto/bn/bn_exp.c
1345
if (!BN_nnmod(val[0], a, m, ctx))
crypto/openssl/crypto/bn/bn_exp.c
219
if (!BN_nnmod(val[0], a, m, ctx))
crypto/openssl/crypto/bn/bn_exp.c
371
if (!BN_nnmod(val[0], a, m, ctx))
crypto/openssl/crypto/bn/bn_exp.c
666
|| !BN_nnmod(reduced, a, m, ctx)) {
crypto/openssl/crypto/bn/bn_gcd.c
173
if (!BN_nnmod(R, Y, n, ctx))
crypto/openssl/crypto/bn/bn_gcd.c
248
if (!BN_nnmod(B, B, A, ctx))
crypto/openssl/crypto/bn/bn_gcd.c
498
if (!BN_nnmod(R, Y, n, ctx))
crypto/openssl/crypto/bn/bn_gcd.c
68
if (!BN_nnmod(B, &local_B, A, ctx))
crypto/openssl/crypto/bn/bn_kron.c
126
err = !BN_nnmod(B, B, A, ctx);
crypto/openssl/crypto/bn/bn_mod.c
119
return BN_nnmod(r, r, m, ctx);
crypto/openssl/crypto/bn/bn_mod.c
226
if (!BN_nnmod(r, t, m, ctx))
crypto/openssl/crypto/bn/bn_mod.c
248
return BN_nnmod(r, r, m, ctx);
crypto/openssl/crypto/bn/bn_mod.c
271
if (!BN_nnmod(r, a, m, ctx))
crypto/openssl/crypto/bn/bn_mod.c
39
return BN_nnmod(r, r, m, ctx);
crypto/openssl/crypto/bn/bn_nist.c
1157
return BN_nnmod(r, a, field, ctx);
crypto/openssl/crypto/bn/bn_nist.c
371
return BN_nnmod(r, a, field, ctx);
crypto/openssl/crypto/bn/bn_nist.c
507
return BN_nnmod(r, a, field, ctx);
crypto/openssl/crypto/bn/bn_nist.c
676
return BN_nnmod(r, a, field, ctx);
crypto/openssl/crypto/bn/bn_nist.c
909
return BN_nnmod(r, a, field, ctx);
crypto/openssl/crypto/bn/bn_sqrt.c
258
if (!BN_nnmod(t, A, p, ctx))
crypto/openssl/crypto/bn/bn_sqrt.c
78
if (!BN_nnmod(A, a, p, ctx))
crypto/openssl/crypto/ec/ec_mult.c
228
if (!BN_nnmod(k, k, cardinality, ctx)) {
crypto/openssl/crypto/ec/ecdsa_ossl.c
232
if (!BN_nnmod(r, X, order, ctx)) {
crypto/openssl/crypto/ec/ecdsa_ossl.c
538
if (!BN_nnmod(u1, X, order, ctx)) {
crypto/openssl/crypto/ec/ecp_nistp224.c
1491
if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_nistp224.c
1541
if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_nistp256.c
2115
if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_nistp256.c
2167
if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_nistp384.c
1834
if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_nistp384.c
1879
if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_nistp521.c
1928
if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_nistp521.c
1978
if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_nistz256.c
1012
if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_nistz256.c
1308
|| !BN_nnmod(tmp, x, group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_nistz256.c
642
if (!BN_nnmod(mod, scalar[i], group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_oct.c
54
if (!BN_nnmod(x, x_, group->field, ctx))
crypto/openssl/crypto/ec/ecp_sm2p256.c
481
if (!BN_nnmod(tmp, scalar[i], group->order, ctx)) {
crypto/openssl/crypto/ec/ecp_smpl.c
172
if (!BN_nnmod(tmp_a, a, p, ctx))
crypto/openssl/crypto/ec/ecp_smpl.c
181
if (!BN_nnmod(group->b, b, p, ctx))
crypto/openssl/crypto/ec/ecp_smpl.c
392
if (!BN_nnmod(point->X, x, group->field, ctx))
crypto/openssl/crypto/ec/ecp_smpl.c
401
if (!BN_nnmod(point->Y, y, group->field, ctx))
crypto/openssl/crypto/ec/ecp_smpl.c
412
if (!BN_nnmod(point->Z, z, group->field, ctx))
crypto/openssl/crypto/srp/srp_lib.c
273
if (!BN_nnmod(r, B, N, bn_ctx))
crypto/openssl/include/openssl/bn.h
277
int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx);
crypto/openssl/test/bntest.c
1598
|| !TEST_true(BN_nnmod(ret, a, b, ctx))
crypto/openssl/test/bntest.c
1639
|| !TEST_true(BN_nnmod(a_tmp, a, m, ctx))
crypto/openssl/test/bntest.c
1640
|| !TEST_true(BN_nnmod(b_tmp, b, m, ctx))
crypto/openssl/test/bntest.c
1689
|| !TEST_true(BN_nnmod(a_tmp, a, m, ctx))