Home
last modified time | relevance | path

Searched refs:BN_mask_bits (Results 1 – 7 of 7) sorted by relevance

/openbsd/regress/lib/libcrypto/bn/
H A Dbn_bits.c139 if (BN_mask_bits(bn, 0)) { in test_bn_mask_bits()
159 if (!BN_mask_bits(bn, 127)) { in test_bn_mask_bits()
173 if (!BN_mask_bits(bn, 65)) { in test_bn_mask_bits()
191 if (!BN_mask_bits(bn, 0)) { in test_bn_mask_bits()
/openbsd/lib/libcrypto/hidden/openssl/
H A Dbn.h100 LCRYPTO_USED(BN_mask_bits);
/openbsd/lib/libcrypto/bn/
H A Dbn_lib.c474 BN_mask_bits(BIGNUM *a, int n) in BN_mask_bits() function
497 LCRYPTO_ALIAS(BN_mask_bits);
H A Dbn.h392 int BN_mask_bits(BIGNUM *a, int n);
/openbsd/lib/libcrypto/dsa/
H A Ddsa_gen.c269 if (!BN_mask_bits(W, bits - 1)) in dsa_builtin_paramgen()
/openbsd/usr.bin/dc/
H A Dbcode.c787 bn_check(BN_mask_bits(n->number, 8)); in to_ascii()
/openbsd/lib/libcrypto/
H A DSymbols.list403 BN_mask_bits