Home
last modified time | relevance | path

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

/third_party/openssl/include/internal/
Dconstant_time.h65 static ossl_inline unsigned char constant_time_eq_8(unsigned int a,
195 static ossl_inline unsigned char constant_time_eq_8(unsigned int a, in constant_time_eq_8() function
213 return constant_time_eq_8((unsigned)(a), (unsigned)(b)); in constant_time_eq_int_8()
/third_party/openssl/test/
Dconstant_time_test.c297 || !test_binary_op_8(&constant_time_eq_8, "constant_time_eq_8", in test_binops_8()
299 || !test_binary_op_8(&constant_time_eq_8, "constant_time_eq_8", in test_binops_8()
/third_party/openssl/ssl/statem/
Dstatem_srvr.c3106 constant_time_eq_8(rsa_decrypt[padding_len], in tls_process_cke_rsa()
3109 constant_time_eq_8(rsa_decrypt[padding_len + 1], in tls_process_cke_rsa()
3123 workaround_good = constant_time_eq_8(rsa_decrypt[padding_len], in tls_process_cke_rsa()
3126 constant_time_eq_8(rsa_decrypt[padding_len + 1], in tls_process_cke_rsa()