Searched refs:constant_time_eq_int_8 (Results 1 – 2 of 2) sorted by relevance
70 static ossl_inline unsigned char constant_time_eq_int_8(int a, int b);211 static ossl_inline unsigned char constant_time_eq_int_8(int a, int b) in constant_time_eq_int_8() function
3090 decrypt_good = constant_time_eq_int_8(rsa_decrypt[0], 0) & in tls_process_cke_rsa()3091 constant_time_eq_int_8(rsa_decrypt[1], 2); in tls_process_cke_rsa()