Home
last modified time | relevance | path

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

/third_party/openssl/include/internal/
Dconstant_time.h57 static ossl_inline unsigned char constant_time_is_zero_8(unsigned int a);
174 static ossl_inline unsigned char constant_time_is_zero_8(unsigned int a) in constant_time_is_zero_8() function
/third_party/openssl/test/
Dconstant_time_test.c128 if (a == 0 && !TEST_uint_eq(constant_time_is_zero_8(a), CONSTTIME_TRUE_8)) in test_is_zero_8()
130 if (a != 0 && !TEST_uint_eq(constant_time_is_zero_8(a), CONSTTIME_FALSE_8)) in test_is_zero_8()
/third_party/openssl/ssl/statem/
Dstatem_srvr.c3093 decrypt_good &= ~constant_time_is_zero_8(rsa_decrypt[j]); in tls_process_cke_rsa()
3095 decrypt_good &= constant_time_is_zero_8(rsa_decrypt[padding_len - 1]); in tls_process_cke_rsa()