Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h196 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() function
209 return (unsigned char)constant_time_ge_s(a, b); in constant_time_ge_8_s()
/freebsd/crypto/openssl/test/
H A Dconstant_time_test.c320 || !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()