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

/macosx-10.10.1/OpenSSL098-52/src/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);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_lib.c96 static int bn_limit_bits_low=0; variable
97 static int bn_limit_num_low=8; /* (1<<bn_limit_bits_low) */
123 bn_limit_bits_low=low;
139 else if (which == 2) return(bn_limit_bits_low);

Completed in 141 milliseconds