constant_time_ge
return (unsigned char)(constant_time_ge(a, b));
static inline unsigned int constant_time_ge(unsigned int a, unsigned int b);
good &= constant_time_ge(tlen, mlen);
good = constant_time_ge(rec->length, overhead + padding_length);
unsigned char mask = constant_time_ge(padding_length, i);
unsigned char mac_started = constant_time_ge(i, mac_start);
unsigned char mac_ended = constant_time_ge(i, mac_end);
is_past_c = is_block_a & constant_time_ge(j, c);
is_past_cp1 = is_block_a & constant_time_ge(j, c + 1);