Searched refs:BN_rshift (Results 1 - 25 of 92) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Dbn_kron.c116 err = !BN_rshift(B, B, i);
158 err = !BN_rshift(A, A, i);
H A Dbn_recp.c179 if (!BN_rshift(a,m,recp->num_bits)) goto err;
181 if (!BN_rshift(d,b,i-recp->num_bits)) goto err;
H A Dbn_sqrt.c145 if (!BN_rshift(q, p, 2)) goto end;
185 if (!BN_rshift(q, p, 3)) goto end;
254 if (!BN_rshift(q, q, e)) goto end;
H A Dbn_shift.c168 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n) function
H A Dbn_gcd.c290 if (!BN_rshift(B, B, shift)) goto err;
309 if (!BN_rshift(A, A, shift)) goto err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_kron.c118 err = !BN_rshift(B, B, i);
157 err = !BN_rshift(A, A, i);
H A Dbn_recp.c185 if (!BN_rshift(a, m, recp->num_bits))
189 if (!BN_rshift(d, b, i - recp->num_bits))
H A Dbn_sqrt.c143 if (!BN_rshift(q, p, 2))
187 if (!BN_rshift(q, p, 3))
266 if (!BN_rshift(q, q, e))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/
H A Dbn_kron.c116 err = !BN_rshift(B, B, i);
158 err = !BN_rshift(A, A, i);
H A Dbn_recp.c179 if (!BN_rshift(a,m,recp->num_bits)) goto err;
181 if (!BN_rshift(d,b,i-recp->num_bits)) goto err;
H A Dbn_sqrt.c145 if (!BN_rshift(q, p, 2)) goto end;
185 if (!BN_rshift(q, p, 3)) goto end;
254 if (!BN_rshift(q, q, e)) goto end;
H A Dbn_shift.c168 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_kron.c118 err = !BN_rshift(B, B, i);
157 err = !BN_rshift(A, A, i);
H A Dbn_recp.c185 if (!BN_rshift(a, m, recp->num_bits))
189 if (!BN_rshift(d, b, i - recp->num_bits))
H A Dbn_sqrt.c143 if (!BN_rshift(q, p, 2))
187 if (!BN_rshift(q, p, 3))
266 if (!BN_rshift(q, q, e))
/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_kron.c116 err = !BN_rshift(B, B, i);
158 err = !BN_rshift(A, A, i);
H A Dbn_recp.c179 if (!BN_rshift(a,m,recp->num_bits)) goto err;
181 if (!BN_rshift(d,b,i-recp->num_bits)) goto err;
H A Dbn_sqrt.c145 if (!BN_rshift(q, p, 2)) goto end;
185 if (!BN_rshift(q, p, 3)) goto end;
254 if (!BN_rshift(q, q, e)) goto end;
H A Dbn_shift.c168 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_kron.c118 err = !BN_rshift(B, B, i);
157 err = !BN_rshift(A, A, i);
H A Dbn_recp.c185 if (!BN_rshift(a, m, recp->num_bits))
189 if (!BN_rshift(d, b, i - recp->num_bits))
H A Dbn_sqrt.c143 if (!BN_rshift(q, p, 2))
187 if (!BN_rshift(q, p, 3))
266 if (!BN_rshift(q, q, e))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ecdsa/
H A Decs_ossl.c274 if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7)))
420 if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ecdsa/
H A Decs_ossl.c274 if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7)))
420 if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ecdsa/
H A Decs_ossl.c274 if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7)))
420 if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7)))

Completed in 116 milliseconds

1234