Home
last modified time | relevance | path

Searched refs:test_binary_op_w (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ring/crypto/
Dconstant_time_test.c50 static int test_binary_op_w(crypto_word (*op)(crypto_word a, crypto_word b), in test_binary_op_w() function
121 num_failed += test_binary_op_w(&constant_time_eq_w, a, b, a == b); in bssl_constant_time_test_main()
122 num_failed += test_binary_op_w(&constant_time_eq_w, b, a, b == a); in bssl_constant_time_test_main()