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

/freebsd-13-stable/crypto/openssl/include/internal/
H A 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) function
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c3090 decrypt_good = constant_time_eq_int_8(rsa_decrypt[0], 0) &
3091 constant_time_eq_int_8(rsa_decrypt[1], 2);

Completed in 191 milliseconds