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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_lib.c86 static int bn_limit_bits_low = 0; variable
87 static int bn_limit_num_low = 8; /* (1<<bn_limit_bits_low) */
110 bn_limit_bits_low = low;
128 return (bn_limit_bits_low);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_lib.c86 static int bn_limit_bits_low = 0; variable
87 static int bn_limit_num_low = 8; /* (1<<bn_limit_bits_low) */
110 bn_limit_bits_low = low;
128 return (bn_limit_bits_low);

Completed in 70 milliseconds