Searched refs:constant_time_ge_s (Results 1 – 2 of 2) sorted by relevance
148 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() function161 return (unsigned char)constant_time_ge_s(a, b); in constant_time_ge_8_s()
1423 good = constant_time_ge_s(rec->length, padding_length + overhead); in ssl3_cbc_remove_padding()1425 good &= constant_time_ge_s(block_size, padding_length + 1); in ssl3_cbc_remove_padding()1475 good = constant_time_ge_s(rec->length, overhead + padding_length); in tls1_cbc_remove_padding()