| /freebsd-9-stable/crypto/openssl/crypto/bn/ |
| D | bn_exp2.c | 245 if (BN_is_bit_set(p1, b)) { in BN_mod_exp2_mont() 250 while (!BN_is_bit_set(p1, i)) /* works for i<0 */ in BN_mod_exp2_mont() 256 if (BN_is_bit_set(p1, i)) in BN_mod_exp2_mont() 262 if (BN_is_bit_set(p2, b)) { in BN_mod_exp2_mont() 267 while (!BN_is_bit_set(p2, i)) in BN_mod_exp2_mont() 273 if (BN_is_bit_set(p2, i)) in BN_mod_exp2_mont()
|
| D | bn_exp.c | 155 if (BN_is_bit_set(p, i)) { in BN_exp() 319 if (BN_is_bit_set(p, wstart) == 0) { in BN_mod_exp_recp() 339 if (BN_is_bit_set(p, wstart - i)) { in BN_mod_exp_recp() 459 if (BN_is_bit_set(p, wstart) == 0) { in BN_mod_exp_mont() 480 if (BN_is_bit_set(p, wstart - i)) { in BN_mod_exp_mont() 754 wvalue = (wvalue << 1) + BN_is_bit_set(p, idx); in BN_mod_exp_mont_consttime() 889 if (BN_is_bit_set(p, b)) { in BN_mod_exp_mont_word() 994 if (BN_is_bit_set(p, wstart) == 0) { in BN_mod_exp_simple() 1014 if (BN_is_bit_set(p, wstart - i)) { in BN_mod_exp_simple()
|
| D | bn_kron.c | 116 while (!BN_is_bit_set(B, i)) in BN_kronecker() 155 while (!BN_is_bit_set(A, i)) in BN_kronecker()
|
| D | bn_rand.c | 239 else if (!BN_is_bit_set(range, n - 2) && !BN_is_bit_set(range, n - 3)) { in bn_rand_range()
|
| D | bn_sqrt.c | 82 if (!BN_set_word(ret, BN_is_bit_set(a, 0))) { in BN_mod_sqrt() 130 while (!BN_is_bit_set(p, e)) in BN_mod_sqrt()
|
| D | bn_gcd.c | 301 while (!BN_is_bit_set(B, shift)) { /* note that 0 < B */ in BN_mod_inverse() 323 while (!BN_is_bit_set(A, shift)) { /* note that 0 < A */ in BN_mod_inverse()
|
| D | bn_prime.c | 309 while (!BN_is_bit_set(A1, k)) in BN_is_prime_fasttest_ex()
|
| D | bn_gf2m.c | 1014 if (BN_is_bit_set(b, i)) { in BN_GF2m_mod_exp_arr() 1265 if (BN_is_zero(a) || !BN_is_bit_set(a, 0)) in BN_GF2m_poly2arr()
|
| D | bn_lib.c | 765 int BN_is_bit_set(const BIGNUM *a, int n) in BN_is_bit_set() function
|
| D | bn.h | 485 int BN_is_bit_set(const BIGNUM *a, int n);
|
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | BN_set_bit.pod | 5 BN_set_bit, BN_clear_bit, BN_is_bit_set, BN_mask_bits, BN_lshift, 15 int BN_is_bit_set(const BIGNUM *a, int n); 33 BN_is_bit_set() tests if bit B<n> in B<a> is set. 51 BN_is_bit_set() returns 1 if the bit is set, 0 otherwise. 62 BN_set_bit(), BN_clear_bit(), BN_is_bit_set(), BN_mask_bits(),
|
| D | bn.pod | 84 int BN_is_bit_set(const BIGNUM *a, int n);
|
| /freebsd-9-stable/crypto/openssl/crypto/pqueue/ |
| D | pq_compat.h | 104 # define pq_64bit_is_bit_set(x, offset) BN_is_bit_set(x, offset)
|
| /freebsd-9-stable/crypto/openssh/ |
| D | dh.c | 242 if (BN_is_bit_set(dh_pub, i)) in dh_pub_is_valid()
|
| D | krl.c | 831 if (!BN_is_bit_set(bitmap, serial)) in parse_revoked_certs()
|
| /freebsd-9-stable/usr.bin/dc/ |
| D | inout.c | 412 ch |= BN_is_bit_set(v, numbits-i-1) << (7 - i); in print_ascii()
|
| D | bcode.c | 1215 while (!BN_is_bit_set(p->number, 0)) { in bexp() 1226 if (BN_is_bit_set(p->number, 0)) in bexp()
|
| /freebsd-9-stable/crypto/openssl/crypto/ec/ |
| D | ec_mult.c | 284 window_val += bit * BN_is_bit_set(scalar, j + w); in compute_wNAF()
|
| /freebsd-9-stable/secure/lib/libcrypto/ |
| D | Makefile.man | 340 MLINKS+= BN_set_bit.3 BN_is_bit_set.3
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | libeay.num | 128 BN_is_bit_set 134 EXIST::FUNCTION:
|
| /freebsd-9-stable/crypto/openssl/doc/ |
| D | ssleay.txt | 1818 int BN_is_bit_set(BIGNUM *a, int n);
|
| /freebsd-9-stable/crypto/openssl/ |
| D | CHANGES | 1204 of the input BIGNUMs. Also, BN_is_bit_set() has been changed to
|