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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/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_exp.c150 if (BN_is_bit_set(p,i))
316 if (BN_is_bit_set(p,wstart) == 0)
335 if (BN_is_bit_set(p,wstart-i))
461 if (BN_is_bit_set(p,wstart) == 0)
482 if (BN_is_bit_set(p,wstart-i))
683 * * to be taken in the BN_is_bit_set function.
699 wvalue = (wvalue<<1)+BN_is_bit_set(p,idx);
824 if (BN_is_bit_set(p, b))
938 if (BN_is_bit_set(p,wstart) == 0)
957 if (BN_is_bit_set(
[all...]
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_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.c277 while (!BN_is_bit_set(B, shift)) /* note that 0 < B */
296 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.c757 int BN_is_bit_set(const BIGNUM *a, int n) function
H A Dbn.h475 int BN_is_bit_set(const BIGNUM *a, int n);
H A Dbn_gf2m.c758 if (BN_is_bit_set(b, i))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dec_mult.c298 window_val += bit * BN_is_bit_set(scalar, j + w);
/barrelfish-2018-10-04/include/openssl/
H A Dbn.h475 int BN_is_bit_set(const BIGNUM *a, int n);

Completed in 144 milliseconds