Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dconstant_time_test.c230 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()
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dtls_pad.c172 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()
/third_party/openssl/ssl/record/
H A Dtls_pad.c172 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()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dconstant_time.h196 static ossl_inline size_t constant_time_eq_s(size_t a, size_t b) in constant_time_eq_s() function
209 return (unsigned char)constant_time_eq_s(a, b); in constant_time_eq_8_s()
/third_party/openssl/include/internal/
H A Dconstant_time.h196 static ossl_inline size_t constant_time_eq_s(size_t a, size_t b) in constant_time_eq_s() function
209 return (unsigned char)constant_time_eq_s(a, b); in constant_time_eq_8_s()
/third_party/openssl/ohos_lite/include/internal/
H A Dconstant_time.h190 static ossl_inline size_t constant_time_eq_s(size_t a, size_t b) in constant_time_eq_s() function
203 return (unsigned char)constant_time_eq_s(a, b); in constant_time_eq_8_s()
/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_lib.c665 failure |= ~constant_time_eq_s(eksize, (size_t)cikeysize); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/third_party/openssl/crypto/crmf/
H A Dcrmf_lib.c665 failure |= ~constant_time_eq_s(eksize, (size_t)cikeysize); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()

Completed in 7 milliseconds