Searched refs:BN_mask_bits (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | BN_set_bit.pod | 5 BN_set_bit, BN_clear_bit, BN_is_bit_set, BN_mask_bits, BN_lshift, 17 int BN_mask_bits(BIGNUM *a, int n); 35 BN_mask_bits() truncates B<a> to an B<n> bit number
|
| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| D | bn_mont.c | 197 BN_mask_bits(t1, mont->ri); in bn_from_mont_fixed_top() 201 BN_mask_bits(t2, mont->ri); in bn_from_mont_fixed_top()
|
| D | bn_lib.c | 720 int BN_mask_bits(BIGNUM *a, int n) in BN_mask_bits() function
|
| /freebsd-12-stable/crypto/openssl/crypto/dsa/ |
| D | dsa_gen.c | 209 if (!BN_mask_bits(W, bits - 1)) in dsa_builtin_paramgen() 488 if (!BN_mask_bits(W, L - 1)) in dsa_builtin_paramgen2()
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | bn.h | 296 int BN_mask_bits(BIGNUM *a, int n);
|
| /freebsd-12-stable/usr.bin/dc/ |
| D | bcode.c | 767 bn_check(BN_mask_bits(n->number, 8)); in to_ascii()
|
| /freebsd-12-stable/secure/lib/libcrypto/ |
| D | Version.map | 521 BN_mask_bits;
|
| /freebsd-12-stable/secure/lib/libcrypto/man/man3/ |
| D | Makefile | 878 MLINKS+= BN_set_bit.3 BN_mask_bits.3
|