Searched refs:BN_mask_bits (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/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, 17 int BN_mask_bits(BIGNUM *a, int n); 35 BN_mask_bits() truncates B<a> to an B<n> bit number
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_mont.c | 196 BN_mask_bits(t1, mont->ri); in bn_from_mont_fixed_top() 200 BN_mask_bits(t2, mont->ri); in bn_from_mont_fixed_top()
|
| H A D | bn_lib.c | 865 int BN_mask_bits(BIGNUM *a, int n) in BN_mask_bits() function
|
| /freebsd/crypto/openssl/crypto/ffc/ |
| H A D | ffc_params_generate.c | 261 if (!BN_mask_bits(W, L - 1) in generate_p()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | bn.h | 330 int BN_mask_bits(BIGNUM *a, int n);
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 521 BN_mask_bits;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1223 MLINKS+= BN_set_bit.3 BN_mask_bits.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 2326 BN_mask_bits 2376 3_0_0 EXIST::FUNCTION:
|