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

/external/openssl/crypto/bn/
H A Dbn_lib.c85 static int bn_limit_bits_low=0; variable
86 static int bn_limit_num_low=8; /* (1<<bn_limit_bits_low) */
112 bn_limit_bits_low=low;
128 else if (which == 2) return(bn_limit_bits_low);

Completed in 484 milliseconds