Searched refs:constant_time_ge_s (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/internal/
H A Dconstant_time.h148 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) function
161 return (unsigned char)constant_time_ge_s(a, b);
/freebsd-13-stable/crypto/openssl/ssl/record/
H A Dssl3_record.c1460 good = constant_time_ge_s(rec->length, padding_length + overhead);
1462 good &= constant_time_ge_s(block_size, padding_length + 1);
1512 good = constant_time_ge_s(rec->length, overhead + padding_length);

Completed in 92 milliseconds