Searched refs:bn_limit_bits_low (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_lib.c32 static int bn_limit_bits_low = 0; variable
33 static int bn_limit_num_low = 8; /* (1<<bn_limit_bits_low) */
56 bn_limit_bits_low = low;
74 return bn_limit_bits_low;

Completed in 64 milliseconds