Searched refs:constant_time_ge_8 (Results 1 - 3 of 3) sorted by last modified time

/external/openssl/crypto/
H A Dconstant_time_locl.h93 static inline unsigned char constant_time_ge_8(unsigned int a, unsigned int b);
160 static inline unsigned char constant_time_ge_8(unsigned int a, unsigned int b) function
/external/openssl/crypto/evp/
H A Devp_enc.c540 padding_good &= constant_time_ge_8(b, pad);
/external/openssl/ssl/
H A Ds3_cbc.c181 unsigned char mask = constant_time_ge_8(padding_length, i);
263 unsigned char mac_started = constant_time_ge_8(i, mac_start);
264 unsigned char mac_ended = constant_time_ge_8(i, mac_end);
650 is_past_c = is_block_a & constant_time_ge_8(j, c);
651 is_past_cp1 = is_block_a & constant_time_ge_8(j, c+1);

Completed in 209 milliseconds