Searched refs:constant_time_eq_s (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dconstant_time_test.c230 if (a == b && !TEST_size_t_eq(constant_time_eq_s(a, b), CONSTTIME_TRUE_S))
232 if (a != b && !TEST_int_eq(constant_time_eq_s(a, b), CONSTTIME_FALSE_S))
325 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s",
327 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s",
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dconstant_time_test.c230 if (a == b && !TEST_size_t_eq(constant_time_eq_s(a, b), CONSTTIME_TRUE_S))
232 if (a != b && !TEST_int_eq(constant_time_eq_s(a, b), CONSTTIME_FALSE_S))
325 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s",
327 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s",
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dconstant_time.h190 static ossl_inline size_t constant_time_eq_s(size_t a, size_t b) function
203 return (unsigned char)constant_time_eq_s(a, b);
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/record/
H A Dtls_pad.c172 good = constant_time_eq_s(0xff, good & 0xff);
277 size_t mac_started = constant_time_eq_s(i, mac_start);
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dconstant_time.h219 static ossl_inline size_t constant_time_eq_s(size_t a, size_t b) function
232 return (unsigned char)constant_time_eq_s(a, b);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/crmf/
H A Dcrmf_lib.c665 failure |= ~constant_time_eq_s(eksize, (size_t)cikeysize);
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/record/
H A Dssl3_record.c1503 good = constant_time_eq_s(0xff, good & 0xff);
1570 size_t mac_started = constant_time_eq_s(i, mac_start);

Completed in 221 milliseconds