Searched refs:constant_time_ge (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/
H A Dconstant_time_locl.h91 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b);
145 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b) function
152 return (unsigned char)(constant_time_ge(a, b));
H A Dconstant_time_test.c275 num_failed += test_binary_op(&constant_time_ge,
276 "constant_time_ge", a, b, a >= b);
279 num_failed += test_binary_op(&constant_time_ge,
280 "constant_time_ge", b, a, b >= a);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/
H A Dconstant_time_locl.h92 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b);
148 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b) function
155 return (unsigned char)(constant_time_ge(a, b));
H A Dconstant_time_test.c249 num_failed += test_binary_op(&constant_time_ge,
250 "constant_time_ge", a, b, a >= b);
255 test_binary_op(&constant_time_ge, "constant_time_ge", b, a,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/
H A Dconstant_time_locl.h91 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b);
145 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b) function
152 return (unsigned char)(constant_time_ge(a, b));
H A Dconstant_time_test.c275 num_failed += test_binary_op(&constant_time_ge,
276 "constant_time_ge", a, b, a >= b);
279 num_failed += test_binary_op(&constant_time_ge,
280 "constant_time_ge", b, a, b >= a);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/
H A Dconstant_time_locl.h92 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b);
148 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b) function
155 return (unsigned char)(constant_time_ge(a, b));
H A Dconstant_time_test.c249 num_failed += test_binary_op(&constant_time_ge,
250 "constant_time_ge", a, b, a >= b);
255 test_binary_op(&constant_time_ge, "constant_time_ge", b, a,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/
H A Dconstant_time_locl.h91 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b);
145 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b) function
152 return (unsigned char)(constant_time_ge(a, b));
H A Dconstant_time_test.c275 num_failed += test_binary_op(&constant_time_ge,
276 "constant_time_ge", a, b, a >= b);
279 num_failed += test_binary_op(&constant_time_ge,
280 "constant_time_ge", b, a, b >= a);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/
H A Dconstant_time_locl.h92 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b);
148 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b) function
155 return (unsigned char)(constant_time_ge(a, b));
H A Dconstant_time_test.c249 num_failed += test_binary_op(&constant_time_ge,
250 "constant_time_ge", a, b, a >= b);
255 test_binary_op(&constant_time_ge, "constant_time_ge", b, a,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/rsa/
H A Drsa_pk1.c239 good &= constant_time_ge((unsigned int)(zero_index), 2 + 8);
252 good &= constant_time_ge((unsigned int)(tlen), (unsigned int)(mlen));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_pk1.c237 good &= constant_time_ge((unsigned int)(zero_index), 2 + 8);
246 good &= constant_time_ge((unsigned int)(tlen), (unsigned int)(mlen));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/rsa/
H A Drsa_pk1.c239 good &= constant_time_ge((unsigned int)(zero_index), 2 + 8);
252 good &= constant_time_ge((unsigned int)(tlen), (unsigned int)(mlen));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_pk1.c237 good &= constant_time_ge((unsigned int)(zero_index), 2 + 8);
246 good &= constant_time_ge((unsigned int)(tlen), (unsigned int)(mlen));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/rsa/
H A Drsa_pk1.c239 good &= constant_time_ge((unsigned int)(zero_index), 2 + 8);
252 good &= constant_time_ge((unsigned int)(tlen), (unsigned int)(mlen));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_pk1.c237 good &= constant_time_ge((unsigned int)(zero_index), 2 + 8);
246 good &= constant_time_ge((unsigned int)(tlen), (unsigned int)(mlen));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/test/
H A Dconstant_time_test.c249 num_failed += test_binary_op(&constant_time_ge,
250 "constant_time_ge", a, b, a >= b);
255 test_binary_op(&constant_time_ge, "constant_time_ge", b, a,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/test/
H A Dconstant_time_test.c275 num_failed += test_binary_op(&constant_time_ge,
276 "constant_time_ge", a, b, a >= b);
279 num_failed += test_binary_op(&constant_time_ge,
280 "constant_time_ge", b, a, b >= a);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/test/
H A Dconstant_time_test.c275 num_failed += test_binary_op(&constant_time_ge,
276 "constant_time_ge", a, b, a >= b);
279 num_failed += test_binary_op(&constant_time_ge,
280 "constant_time_ge", b, a, b >= a);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/test/
H A Dconstant_time_test.c249 num_failed += test_binary_op(&constant_time_ge,
250 "constant_time_ge", a, b, a >= b);
255 test_binary_op(&constant_time_ge, "constant_time_ge", b, a,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/test/
H A Dconstant_time_test.c249 num_failed += test_binary_op(&constant_time_ge,
250 "constant_time_ge", a, b, a >= b);
255 test_binary_op(&constant_time_ge, "constant_time_ge", b, a,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/test/
H A Dconstant_time_test.c275 num_failed += test_binary_op(&constant_time_ge,
276 "constant_time_ge", a, b, a >= b);
279 num_failed += test_binary_op(&constant_time_ge,
280 "constant_time_ge", b, a, b >= a);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Ds3_cbc.c99 good = constant_time_ge(rec->length, padding_length + overhead);
101 good &= constant_time_ge(block_size, padding_length + 1);
167 good = constant_time_ge(rec->length, overhead + padding_length);

Completed in 118 milliseconds

12