Searched refs:BN_RAND_TOP_TWO (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/crypto/openssl/crypto/bn/ |
| HD | bn_x931p.c | 176 if (!BN_priv_rand(Xp, nbits, BN_RAND_TOP_TWO, BN_RAND_BOTTOM_ANY)) in BN_X931_generate_Xpq() 185 if (!BN_priv_rand(Xq, nbits, BN_RAND_TOP_TWO, BN_RAND_BOTTOM_ANY)) in BN_X931_generate_Xpq()
|
| HD | bn_prime.c | 280 if (!BN_priv_rand(rnd, bits, BN_RAND_TOP_TWO, BN_RAND_BOTTOM_ODD)) in probable_prime()
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | BN_rand.pod | 36 If it is B<BN_RAND_TOP_TWO>, the two most significant bits of 41 If B<bits> is 1 then B<top> cannot also be B<BN_RAND_TOP_TWO>.
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | bn.h | 76 #define BN_RAND_TOP_TWO 1 macro
|