Searched refs:constant_time_ge_8_s (Results 1 – 3 of 3) sorted by relevance
415 is_past_c = is_block_a & constant_time_ge_8_s(j, c); in ssl3_cbc_digest_record()416 is_past_cp1 = is_block_a & constant_time_ge_8_s(j, c + 1); in ssl3_cbc_digest_record()
144 unsigned char mask = constant_time_ge_8_s(padding_length, i); in tls1_cbc_remove_padding_and_mac()
201 static ossl_inline unsigned char constant_time_ge_8_s(size_t a, size_t b) in constant_time_ge_8_s() function
Completed in 11 milliseconds