Searched refs:constant_time_lt_s (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/crypto/openssl/ssl/record/ |
| HD | tls_pad.c | 278 size_t mac_ended = constant_time_lt_s(i, mac_end); in ssl3_cbc_copy_mac() 285 j &= constant_time_lt_s(j, mac_size); in ssl3_cbc_copy_mac() 306 rotate_offset &= constant_time_lt_s(rotate_offset, mac_size); in ssl3_cbc_copy_mac() 311 rotate_offset &= constant_time_lt_s(rotate_offset, mac_size); in ssl3_cbc_copy_mac() 316 rotate_offset &= constant_time_lt_s(rotate_offset, mac_size); in ssl3_cbc_copy_mac()
|
| /freebsd-head/crypto/openssl/include/internal/ |
| HD | constant_time.h | 127 static ossl_inline size_t constant_time_lt_s(size_t a, size_t b) in constant_time_lt_s() function 174 return ~constant_time_lt_s(a, b); in constant_time_ge_s()
|
| /freebsd-head/crypto/openssl/test/ |
| HD | constant_time_test.c | 317 || !test_binary_op_s(&constant_time_lt_s, "constant_time_lt_s", in test_binops_s() 319 || !test_binary_op_s(&constant_time_lt_s, "constant_time_lt_s", in test_binops_s()
|