Searched refs:constant_time_eq_s (Results 1 – 3 of 3) sorted by relevance
/openssl/test/ |
H A D | constant_time_test.c | 230 if (a == b && !TEST_size_t_eq(constant_time_eq_s(a, b), CONSTTIME_TRUE_S)) in test_eq_s() 232 if (a != b && !TEST_int_eq(constant_time_eq_s(a, b), CONSTTIME_FALSE_S)) in test_eq_s() 325 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s", in test_binops_s() 327 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s", in test_binops_s()
|
/openssl/ssl/record/methods/ |
H A D | tls_pad.c | 157 good = constant_time_eq_s(0xff, good & 0xff); in tls1_cbc_remove_padding_and_mac() 262 size_t mac_started = constant_time_eq_s(i, mac_start); in ssl3_cbc_copy_mac()
|
/openssl/include/internal/ |
H A D | constant_time.h | 237 static ossl_inline size_t constant_time_eq_s(size_t a, size_t b) in constant_time_eq_s() function 250 return (unsigned char)constant_time_eq_s(a, b); in constant_time_eq_8_s()
|
Completed in 8 milliseconds