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

/freebsd-13-stable/crypto/openssl/include/internal/
H A Dconstant_time.h65 static ossl_inline unsigned char constant_time_eq_8(unsigned int a,
195 static ossl_inline unsigned char constant_time_eq_8(unsigned int a, function
213 return constant_time_eq_8((unsigned)(a), (unsigned)(b));
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c3106 constant_time_eq_8(rsa_decrypt[padding_len],
3109 constant_time_eq_8(rsa_decrypt[padding_len + 1],
3123 workaround_good = constant_time_eq_8(rsa_decrypt[padding_len],
3126 constant_time_eq_8(rsa_decrypt[padding_len + 1],

Completed in 78 milliseconds