Searched refs:bn_limit_bits_high (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.c87 static int bn_limit_bits_high=0; variable
88 static int bn_limit_num_high=8; /* (1<<bn_limit_bits_high) */
105 bn_limit_bits_high=high;
127 else if (which == 1) return(bn_limit_bits_high);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_lib.c88 static int bn_limit_bits_high = 0; variable
89 static int bn_limit_num_high = 8; /* (1<<bn_limit_bits_high) */
104 bn_limit_bits_high = high;
126 return (bn_limit_bits_high);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_lib.c88 static int bn_limit_bits_high = 0; variable
89 static int bn_limit_num_high = 8; /* (1<<bn_limit_bits_high) */
104 bn_limit_bits_high = high;
126 return (bn_limit_bits_high);

Completed in 108 milliseconds