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

/external/openssl/crypto/
H A Dconstant_time_locl.h112 static inline unsigned char constant_time_eq_int_8(int a, int b);
190 static inline unsigned char constant_time_eq_int_8(int a, int b) function
/external/openssl/ssl/
H A Ds3_srvr.c2397 decrypt_good = constant_time_eq_int_8(decrypt_len, SSL_MAX_MASTER_KEY_LENGTH);

Completed in 1182 milliseconds