Searched refs:constant_time_select_8 (Results 1 - 4 of 4) sorted by relevance

/external/openssl/crypto/
H A Dconstant_time_locl.h125 static inline unsigned char constant_time_select_8(unsigned char mask,
201 static inline unsigned char constant_time_select_8(unsigned char mask, function
/external/openssl/ssl/
H A Ds3_cbc.c655 b = constant_time_select_8(is_past_c, 0x80, b);
671 b = constant_time_select_8(
H A Ds3_srvr.c2432 p[i] = constant_time_select_8(decrypt_good, p[i],
/external/openssl/crypto/evp/
H A Devp_enc.c546 padding_good &= constant_time_select_8(is_pad_index, pad_byte_good, 0xff);

Completed in 325 milliseconds