Searched refs:BN_set_bit (Results 1 – 18 of 18) sorted by relevance
| /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, 12 int BN_set_bit(BIGNUM *a, int n); 27 BN_set_bit() sets bit B<n> in B<a> to 1 (C<a|=(1E<lt>E<lt>n)>). The 62 BN_set_bit(), BN_clear_bit(), BN_is_bit_set(), BN_mask_bits(),
|
| D | bn.pod | 82 int BN_set_bit(BIGNUM *a, int n); 164 numbers and L<BN_set_bit(3)|BN_set_bit(3)> with bit operations. The conversion 175 L<BN_generate_prime(3)|BN_generate_prime(3)>, L<BN_set_bit(3)|BN_set_bit(3)>,
|
| D | BN_add.pod | 115 L<BN_add_word(3)|BN_add_word(3)>, L<BN_set_bit(3)|BN_set_bit(3)>
|
| /freebsd-9-stable/crypto/openssl/crypto/ec/ |
| D | ec_asn1.c | 751 if (!BN_set_bit(p, (int)char_two->m)) in ec_asn1_parameters2group() 753 if (!BN_set_bit(p, (int)tmp_long)) in ec_asn1_parameters2group() 755 if (!BN_set_bit(p, 0)) in ec_asn1_parameters2group() 775 if (!BN_set_bit(p, (int)char_two->m)) in ec_asn1_parameters2group() 777 if (!BN_set_bit(p, (int)penta->k1)) in ec_asn1_parameters2group() 779 if (!BN_set_bit(p, (int)penta->k2)) in ec_asn1_parameters2group() 781 if (!BN_set_bit(p, (int)penta->k3)) in ec_asn1_parameters2group() 783 if (!BN_set_bit(p, 0)) in ec_asn1_parameters2group()
|
| /freebsd-9-stable/secure/lib/libcrypto/ |
| D | Makefile.man | 44 MAN+= BN_set_bit.3 339 MLINKS+= BN_set_bit.3 BN_clear_bit.3 340 MLINKS+= BN_set_bit.3 BN_is_bit_set.3 341 MLINKS+= BN_set_bit.3 BN_mask_bits.3 342 MLINKS+= BN_set_bit.3 BN_lshift.3 343 MLINKS+= BN_set_bit.3 BN_lshift1.3 344 MLINKS+= BN_set_bit.3 BN_rshift.3 345 MLINKS+= BN_set_bit.3 BN_rshift1.3
|
| /freebsd-9-stable/crypto/openssl/crypto/rsa/ |
| D | rsa_depr.c | 90 if (BN_set_bit(e, i) == 0) in RSA_generate_key()
|
| /freebsd-9-stable/crypto/openssl/crypto/bn/ |
| D | bn_mont.c | 633 if (!(BN_set_bit(R, 2 * BN_BITS2))) in BN_MONT_CTX_set() 636 if (!(BN_set_bit(R, BN_BITS2))) in BN_MONT_CTX_set() 714 if (!BN_set_bit(R, mont->ri)) in BN_MONT_CTX_set() 733 if (!BN_set_bit(&(mont->RR), mont->ri * 2)) in BN_MONT_CTX_set()
|
| D | bn_recp.c | 238 if (!BN_set_bit(t, len)) in BN_reciprocal()
|
| D | bn_gf2m.c | 1081 if (!BN_set_bit(u, p[0] - 1)) in BN_GF2m_mod_sqrt_arr() 1301 if (BN_set_bit(a, p[i]) == 0) in BN_GF2m_arr2poly() 1304 BN_set_bit(a, 0); in BN_GF2m_arr2poly()
|
| D | bn_lib.c | 725 int BN_set_bit(BIGNUM *a, int n) in BN_set_bit() function
|
| D | bn.h | 520 int BN_set_bit(BIGNUM *a, int n);
|
| D | bntest.c | 398 if (BN_set_bit(&a, i) == 0) in test_sub()
|
| /freebsd-9-stable/crypto/openssl/crypto/pqueue/ |
| D | pq_compat.h | 106 # define pq_64bit_set_bit(x, num) BN_set_bit(x, num)
|
| /freebsd-9-stable/contrib/bind9/lib/dns/ |
| D | opensslrsa_link.c | 796 BN_set_bit(e, 0); in opensslrsa_generate() 797 BN_set_bit(e, 16); in opensslrsa_generate() 800 BN_set_bit(e, 0); in opensslrsa_generate() 801 BN_set_bit(e, 32); in opensslrsa_generate()
|
| /freebsd-9-stable/crypto/openssh/ |
| D | moduli.c | 336 if (BN_set_bit(largebase, 0) == 0) in gen_candidates()
|
| D | krl.c | 614 if (BN_set_bit(bitmap, in revoked_certs_generate()
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | libeay.num | 152 BN_set_bit 160 EXIST::FUNCTION:
|
| /freebsd-9-stable/crypto/openssl/doc/ |
| D | ssleay.txt | 1821 int BN_set_bit(BIGNUM *a, int n);
|