Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c35 static int bn_limit_num_high = 8; /* (1<<bn_limit_bits_high) */ variable
51 bn_limit_num_high = 1 << high; in BN_set_params()