Searched refs:constant_time_eq_s (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/crypto/openssl/test/ |
| HD | constant_time_test.c | 230 if (a == b && !TEST_size_t_eq(constant_time_eq_s(a, b), CONSTTIME_TRUE_S)) in test_eq_s() 232 if (a != b && !TEST_int_eq(constant_time_eq_s(a, b), CONSTTIME_FALSE_S)) in test_eq_s() 325 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s", in test_binops_s() 327 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s", in test_binops_s()
|
| /freebsd-head/crypto/openssl/ssl/record/ |
| HD | tls_pad.c | 172 good = constant_time_eq_s(0xff, good & 0xff); in tls1_cbc_remove_padding_and_mac() 277 size_t mac_started = constant_time_eq_s(i, mac_start); in ssl3_cbc_copy_mac()
|
| /freebsd-head/crypto/openssl/include/internal/ |
| HD | constant_time.h | 219 static ossl_inline size_t constant_time_eq_s(size_t a, size_t b) in constant_time_eq_s() function 232 return (unsigned char)constant_time_eq_s(a, b); in constant_time_eq_8_s()
|
| /freebsd-head/crypto/openssl/crypto/crmf/ |
| HD | crmf_lib.c | 665 failure |= ~constant_time_eq_s(eksize, (size_t)cikeysize); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
|