Searched refs:constant_time_eq_8 (Results 1 – 4 of 4) sorted by relevance
66 static ossl_inline unsigned char constant_time_eq_8(unsigned int a,242 static ossl_inline unsigned char constant_time_eq_8(unsigned int a, in constant_time_eq_8() function260 return constant_time_eq_8((unsigned)(a), (unsigned)(b)); in constant_time_eq_int_8()
297 || !test_binary_op_8(&constant_time_eq_8, "constant_time_eq_8", in test_binops_8()299 || !test_binary_op_8(&constant_time_eq_8, "constant_time_eq_8", in test_binops_8()
81 res &= constant_time_eq_8(b & 1, 1); in DES_check_key_parity()
283 mask = constant_time_eq_8(rotate_offset & ~32, rotate_offset); in ssl3_cbc_copy_mac()
Completed in 15 milliseconds