Symbol: BN_nnmod
crypto/libressl/crypto/bn/bn_exp.c
1094
if (!BN_nnmod(val[0],a,m,ctx))
crypto/libressl/crypto/bn/bn_exp.c
301
if (!BN_nnmod(val[0], a, m, ctx))
crypto/libressl/crypto/bn/bn_exp.c
445
if (!BN_nnmod(val[0], a,m, ctx))
crypto/libressl/crypto/bn/bn_gcd.c
296
if (!BN_nnmod(B, B, A, ctx))
crypto/libressl/crypto/bn/bn_gcd.c
526
if (!BN_nnmod(R, Y,n, ctx))
crypto/libressl/crypto/bn/bn_gcd.c
621
if (!BN_nnmod(B, pB, A, ctx))
crypto/libressl/crypto/bn/bn_gcd.c
715
if (!BN_nnmod(R, Y, n, ctx))
crypto/libressl/crypto/bn/bn_gcd.c
788
if (!BN_nnmod(B, pB, A, ctx))
crypto/libressl/crypto/bn/bn_kron.c
183
if (!BN_nnmod(b, b, a, ctx))
crypto/libressl/crypto/bn/bn_mod.c
141
return BN_nnmod(r, r, m, ctx);
crypto/libressl/crypto/bn/bn_mod.c
162
return BN_nnmod(r, r, m, ctx);
crypto/libressl/crypto/bn/bn_mod.c
199
if (!BN_nnmod(r, t,m, ctx))
crypto/libressl/crypto/bn/bn_mod.c
224
return BN_nnmod(r, r, m, ctx);
crypto/libressl/crypto/bn/bn_mod.c
246
if (!BN_nnmod(r, a, m, ctx))
crypto/libressl/crypto/bn/bn_nist.c
1043
return BN_nnmod(r, a, field, ctx);
crypto/libressl/crypto/bn/bn_nist.c
1295
return BN_nnmod(r, a, field, ctx);
crypto/libressl/crypto/bn/bn_nist.c
478
return BN_nnmod(r, a, field, ctx);
crypto/libressl/crypto/bn/bn_nist.c
627
return BN_nnmod(r, a, field, ctx);
crypto/libressl/crypto/bn/bn_nist.c
811
return BN_nnmod(r, a, field, ctx);
crypto/libressl/crypto/bn/bn_sqrt.c
130
if (!BN_nnmod(A, a, p, ctx))
crypto/libressl/crypto/bn/bn_sqrt.c
306
if (!BN_nnmod(t, A, p, ctx))
crypto/libressl/crypto/ec/ecp_oct.c
103
if (!BN_nnmod(x, x_, &group->field, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
1573
if (!BN_nnmod(k, k, cardinality, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
206
if (!BN_nnmod(tmp_a, a, p, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
215
if (!BN_nnmod(&group->b, b, p, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
431
if (!BN_nnmod(&point->X, x, &group->field, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
439
if (!BN_nnmod(&point->Y, y, &group->field, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
449
if (!BN_nnmod(&point->Z, z, &group->field, ctx))
crypto/libressl/crypto/ecdsa/ecs_ossl.c
218
if (!BN_nnmod(r, X, order, ctx)) {
crypto/libressl/crypto/ecdsa/ecs_ossl.c
521
if (!BN_nnmod(u1, X, order, ctx)) {
crypto/libressl/crypto/gost/gostr341001.c
215
if (BN_nnmod(r, X, order, ctx) == 0)
crypto/libressl/include/openssl/bn.h
401
int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx);