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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcmcrypto/
H A Dbn.c2404 static int bn_limit_bits_high = 0; variable
2405 static int bn_limit_num_high = 8; /* (1 << bn_limit_bits_high) */
2421 bn_limit_bits_high = high;
2442 else if (which == 1) return (bn_limit_bits_high);

Completed in 147 milliseconds