Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/ssl/record/
HDtls_pad.c87 good = constant_time_ge_s(*reclen, padding_length + overhead); in ssl3_cbc_remove_padding_and_mac()
89 good &= constant_time_ge_s(block_size, padding_length + 1); in ssl3_cbc_remove_padding_and_mac()
144 good = constant_time_ge_s(*reclen, overhead + padding_length); in tls1_cbc_remove_padding_and_mac()
/freebsd-14-stable/crypto/openssl/include/internal/
HDconstant_time.h172 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() function
185 return (unsigned char)constant_time_ge_s(a, b); in constant_time_ge_8_s()
/freebsd-14-stable/crypto/openssl/test/
HDconstant_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()