Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/include/internal/
Dconstant_time.h148 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() function
161 return (unsigned char)constant_time_ge_s(a, b); in constant_time_ge_8_s()
/freebsd-12-stable/crypto/openssl/ssl/record/
Dssl3_record.c1423 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()