Searched refs:test_binary_op_w (Results 1 – 1 of 1) sorted by relevance
50 static int test_binary_op_w(crypto_word (*op)(crypto_word a, crypto_word b), in test_binary_op_w() function121 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()