Searched refs:constant_time_is_zero_8 (Results 1 – 3 of 3) sorted by relevance
57 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
128 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()
3093 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()