Home
last modified time | relevance | path

Searched refs:constant_time_eq_int_8 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/include/internal/
Dconstant_time.h70 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
/freebsd-12-stable/crypto/openssl/ssl/statem/
Dstatem_srvr.c3090 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()