Home
last modified time | relevance | path

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

/openssl/ssl/record/methods/
H A Dtls_pad.c72 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()
/openssl/include/internal/
H A Dconstant_time.h190 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() function
203 return (unsigned char)constant_time_ge_s(a, b); in constant_time_ge_8_s()
/openssl/test/
H A Dconstant_time_test.c321 || !test_binary_op_s(&constant_time_ge_s, "constant_time_ge_s", in test_binops_s()
323 || !test_binary_op_s(&constant_time_ge_s, "constant_time_ge_s", in test_binops_s()

Completed in 9 milliseconds