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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dconstant_time_test.c58 static int test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b), function
241 num_failed += test_binary_op(&constant_time_lt,
245 num_failed += test_binary_op(&constant_time_lt,
249 num_failed += test_binary_op(&constant_time_ge,
255 test_binary_op(&constant_time_ge, "constant_time_ge", b, a,
261 test_binary_op(&constant_time_eq, "constant_time_eq", a, b,
267 test_binary_op(&constant_time_eq, "constant_time_eq", b, a,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dconstant_time_test.c58 static int test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b), function
241 num_failed += test_binary_op(&constant_time_lt,
245 num_failed += test_binary_op(&constant_time_lt,
249 num_failed += test_binary_op(&constant_time_ge,
255 test_binary_op(&constant_time_ge, "constant_time_ge", b, a,
261 test_binary_op(&constant_time_eq, "constant_time_eq", a, b,
267 test_binary_op(&constant_time_eq, "constant_time_eq", b, a,

Completed in 117 milliseconds