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

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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.c157 BN_mod(a,a,m,ctx);
158 BN_mod(b,b,m,ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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 Dexptest.c160 BN_mod(a, a, m, ctx);
161 BN_mod(b, b, m, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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.c157 BN_mod(a,a,m,ctx);
158 BN_mod(b,b,m,ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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 Dexptest.c160 BN_mod(a, a, m, ctx);
161 BN_mod(b, b, m, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/test/
H A Dexptest.c160 BN_mod(a, a, m, ctx);
161 BN_mod(b, b, m, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/test/
H A Dexptest.c157 BN_mod(a,a,m,ctx);
158 BN_mod(b,b,m,ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_chk.c143 r = BN_mod(j, key->d, i, ctx);
157 r = BN_mod(j, key->d, i, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/test/
H A Dexptest.c157 BN_mod(a,a,m,ctx);
158 BN_mod(b,b,m,ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/test/
H A Dexptest.c160 BN_mod(a, a, m, ctx);
161 BN_mod(b, b, m, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_chk.c143 r = BN_mod(j, key->d, i, ctx);
157 r = BN_mod(j, key->d, i, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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);

Completed in 120 milliseconds

12345