Searched refs:BN_clear_bit (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BN_set_bit.pod | 5 BN_set_bit, BN_clear_bit, BN_is_bit_set, BN_mask_bits, BN_lshift, 13 int BN_clear_bit(BIGNUM *a, int n); 30 BN_clear_bit() sets bit B<n> in B<a> to 0 (C<a&=~(1E<lt>E<lt>n)>). An
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | bn.h | 50 #define BN_clear_bit hc_BN_clear_bit macro 118 int BN_clear_bit(BIGNUM *, int);
|
H A D | bn.c | 272 BN_clear_bit(BIGNUM *bn, int bit) in BN_clear_bit() function 343 BN_clear_bit(bn, j - 1); in BN_rand()
|
H A D | undef.h | 77 #undef BN_clear_bit
|
H A D | test_bn.c | 121 if (!BN_clear_bit(bn, 0)) in test_BN_bit()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_mpi.c | 82 BN_clear_bit(a, BN_num_bits(a) - 1); in BN_mpi2bn()
|
H A D | bn_lib.c | 723 int BN_clear_bit(BIGNUM *a, int n) in BN_clear_bit() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_mpi.c | 82 BN_clear_bit(a, BN_num_bits(a) - 1); in BN_mpi2bn()
|
H A D | bn_lib.c | 688 int BN_clear_bit(BIGNUM *a, int n) in BN_clear_bit() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/ |
H A D | dh_key.c | 161 if (!BN_clear_bit(priv_key, 0)) in generate_key()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dh/ |
H A D | dh_key.c | 341 if (!BN_clear_bit(priv_key, 0)) in generate_key()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | bn.h | 308 int BN_clear_bit(BIGNUM *a, int n);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | bn.h | 337 int BN_clear_bit(BIGNUM *a, int n);
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | ectest.c | 2640 || !TEST_true(BN_clear_bit(k, 0)) in custom_generator_test() 2797 || !TEST_true(BN_clear_bit(k, 0)) in custom_params_test()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | ectest.c | 2183 || !TEST_true(BN_clear_bit(k, 0)) in custom_generator_test()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 471 BN_clear_bit;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 2386 BN_clear_bit 2357 1_1_0 EXIST::FUNCTION:
|