Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/bn/
HDbn_lib.c86 static int bn_limit_num = 8; /* (1<<bn_limit_bits) */ variable
100 bn_limit_num = 1 << mult; in BN_set_params()