Searched refs:constant_time_ge_s (Results 1 – 3 of 3) sorted by relevance
72 good = constant_time_ge_s(*reclen, padding_length + overhead); in ssl3_cbc_remove_padding_and_mac()74 good &= constant_time_ge_s(block_size, padding_length + 1); in ssl3_cbc_remove_padding_and_mac()129 good = constant_time_ge_s(*reclen, overhead + padding_length); in tls1_cbc_remove_padding_and_mac()
196 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() function209 return (unsigned char)constant_time_ge_s(a, b); in constant_time_ge_8_s()
320 || !test_binary_op_s(&constant_time_ge_s, "constant_time_ge_s", in test_binops_s()322 || !test_binary_op_s(&constant_time_ge_s, "constant_time_ge_s", in test_binops_s()