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

/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_kron.c114 while (!BN_is_bit_set(B, i))
156 while (!BN_is_bit_set(A, i))
H A Dbn_exp2.c253 if (BN_is_bit_set(p1, b))
257 while (!BN_is_bit_set(p1, i)) /* works for i<0 */
264 if (BN_is_bit_set(p1, i))
270 if (BN_is_bit_set(p2, b))
274 while (!BN_is_bit_set(p2, i))
281 if (BN_is_bit_set(p2, i))
H A Dbn_rand.c244 /* BN_is_bit_set(range, n - 1) always holds */
248 else if (!BN_is_bit_set(range, n - 2) && !BN_is_bit_set(range, n - 3))
H A Dbn_exp.c162 if (BN_is_bit_set(p,i))
328 if (BN_is_bit_set(p,wstart) == 0)
347 if (BN_is_bit_set(p,wstart-i))
473 if (BN_is_bit_set(p,wstart) == 0)
494 if (BN_is_bit_set(p,wstart-i))
745 wvalue = (wvalue<<1)+BN_is_bit_set(p,bits);
754 wvalue = (wvalue<<1)+BN_is_bit_set(p,bits);
793 wvalue = (wvalue<<1)+BN_is_bit_set(p,bits);
807 wvalue = (wvalue<<1)+BN_is_bit_set(p,bits);
931 if (BN_is_bit_set(
[all...]
H A Dbn_sqrt.c84 if (!BN_set_word(ret, BN_is_bit_set(a, 0)))
132 while (!BN_is_bit_set(p, e))
H A Dbn_gcd.c278 while (!BN_is_bit_set(B, shift)) /* note that 0 < B */
297 while (!BN_is_bit_set(A, shift)) /* note that 0 < A */
H A Dbn_prime.c308 while (!BN_is_bit_set(A1, k))
H A Dbn_lib.c738 int BN_is_bit_set(const BIGNUM *a, int n) function
H A Dbn.h493 int BN_is_bit_set(const BIGNUM *a, int n);
H A Dbn_gf2m.c836 if (BN_is_bit_set(b, i))
/external/openssl/crypto/bn/
H A Dbn_kron.c114 while (!BN_is_bit_set(B, i))
156 while (!BN_is_bit_set(A, i))
H A Dbn_exp2.c253 if (BN_is_bit_set(p1, b))
257 while (!BN_is_bit_set(p1, i)) /* works for i<0 */
264 if (BN_is_bit_set(p1, i))
270 if (BN_is_bit_set(p2, b))
274 while (!BN_is_bit_set(p2, i))
281 if (BN_is_bit_set(p2, i))
H A Dbn_rand.c244 /* BN_is_bit_set(range, n - 1) always holds */
248 else if (!BN_is_bit_set(range, n - 2) && !BN_is_bit_set(range, n - 3))
H A Dbn_exp.c162 if (BN_is_bit_set(p,i))
328 if (BN_is_bit_set(p,wstart) == 0)
347 if (BN_is_bit_set(p,wstart-i))
473 if (BN_is_bit_set(p,wstart) == 0)
494 if (BN_is_bit_set(p,wstart-i))
745 wvalue = (wvalue<<1)+BN_is_bit_set(p,bits);
754 wvalue = (wvalue<<1)+BN_is_bit_set(p,bits);
793 wvalue = (wvalue<<1)+BN_is_bit_set(p,bits);
807 wvalue = (wvalue<<1)+BN_is_bit_set(p,bits);
931 if (BN_is_bit_set(
[all...]
H A Dbn_sqrt.c84 if (!BN_set_word(ret, BN_is_bit_set(a, 0)))
132 while (!BN_is_bit_set(p, e))
H A Dbn_gcd.c278 while (!BN_is_bit_set(B, shift)) /* note that 0 < B */
297 while (!BN_is_bit_set(A, shift)) /* note that 0 < A */
H A Dbn_prime.c308 while (!BN_is_bit_set(A1, k))
H A Dbn_lib.c738 int BN_is_bit_set(const BIGNUM *a, int n) function
H A Dbn.h493 int BN_is_bit_set(const BIGNUM *a, int n);
H A Dbn_gf2m.c836 if (BN_is_bit_set(b, i))
/external/openssh/
H A Ddh.c222 if (BN_is_bit_set(dh_pub, i))
255 if (BN_is_bit_set(dh->priv_key, i))
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_mult.c298 window_val += bit * BN_is_bit_set(scalar, j + w);
/external/openssl/crypto/ec/
H A Dec_mult.c298 window_val += bit * BN_is_bit_set(scalar, j + w);
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dbn.h493 int BN_is_bit_set(const BIGNUM *a, int n);
/external/openssl/include/openssl/
H A Dbn.h493 int BN_is_bit_set(const BIGNUM *a, int n);

Completed in 234 milliseconds