Searched refs:BN_mod (Results 1 - 25 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mod.c119 int BN_mod(BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
129 /* like BN_mod, but returns non-negative remainder
132 if (!(BN_mod(r,m,d,ctx)))
207 return BN_mod(r, r, m, ctx);
H A Dexp.c37 BN_mod(&a,&a,&c,&ctx);
H A Dexptest.c120 BN_mod(a,a,m,ctx);
121 BN_mod(b,b,m,ctx);
H A Dbn_exp2.c174 if (!BN_mod(val1[0],a1,m,ctx))
208 if (!BN_mod(val2[0],a2,m,ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_mod.c120 int BN_mod(BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
130 * like BN_mod, but returns non-negative remainder (i.e., 0 <= r < |d|
134 if (!(BN_mod(r, m, d, ctx)))
221 return BN_mod(r, r, m, ctx);
H A Dexp.c36 BN_mod(&a, &a, &c, &ctx);
H A Dbn_exp2.c174 if (!BN_mod(val1[0], a1, m, ctx))
203 if (!BN_mod(val2[0], a2, m, ctx))
H A Dexptest.c224 BN_mod(a, a, m, ctx);
225 BN_mod(b, b, m, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_mod.c120 int BN_mod(BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
130 * like BN_mod, but returns non-negative remainder (i.e., 0 <= r < |d|
134 if (!(BN_mod(r, m, d, ctx)))
221 return BN_mod(r, r, m, ctx);
H A Dexp.c36 BN_mod(&a, &a, &c, &ctx);
H A Dbn_exp2.c174 if (!BN_mod(val1[0], a1, m, ctx))
203 if (!BN_mod(val2[0], a2, m, ctx))
H A Dexptest.c224 BN_mod(a, a, m, ctx);
225 BN_mod(b, b, m, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_chk.c159 r = BN_mod(j, key->d, i, ctx);
177 r = BN_mod(j, key->d, i, ctx);
H A Drsa_gen.c222 if (!BN_mod(rsa->dmp1, d, r1, ctx))
226 if (!BN_mod(rsa->dmq1, d, r2, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_chk.c137 r = BN_mod(j, key->d, i, ctx);
151 r = BN_mod(j, key->d, i, ctx);
H A Drsa_gen.c171 if (!BN_mod(rsa->dmp1,rsa->d,r1,ctx)) goto err;
174 if (!BN_mod(rsa->dmq1,rsa->d,r2,ctx)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dexptest.c120 BN_mod(a,a,m,ctx);
121 BN_mod(b,b,m,ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_chk.c159 r = BN_mod(j, key->d, i, ctx);
177 r = BN_mod(j, key->d, i, ctx);
H A Drsa_gen.c222 if (!BN_mod(rsa->dmp1, d, r1, ctx))
226 if (!BN_mod(rsa->dmq1, d, r2, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost_sign.c77 BN_mod(tmp, md, dsa->q, ctx);
96 BN_mod(newsig->r, tmp, dsa->q, ctx);
196 BN_mod(tmp, md, dsa->q, ctx);
209 BN_mod(u, tmp3, dsa->q, ctx);
H A Dgost2001.c164 if(!e || !BN_mod(e, md, order, ctx)) {
307 if(!md || !BN_mod(e, md, order, ctx)) {
350 if(!BN_mod(R, X, order, ctx)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost_sign.c77 BN_mod(tmp, md, dsa->q, ctx);
96 BN_mod(newsig->r, tmp, dsa->q, ctx);
196 BN_mod(tmp, md, dsa->q, ctx);
209 BN_mod(u, tmp3, dsa->q, ctx);
H A Dgost2001.c164 if(!e || !BN_mod(e, md, order, ctx)) {
307 if(!md || !BN_mod(e, md, order, ctx)) {
350 if(!BN_mod(R, X, order, ctx)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpq_compat.h96 #define pq_64bit_mod(r, x, n, ctx) BN_mod(r, x, n, ctx)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpq_compat.h96 #define pq_64bit_mod(r, x, n, ctx) BN_mod(r, x, n, ctx)

Completed in 220 milliseconds

123