Home
last modified time | relevance | path

Searched refs:constant_time_ge_8_s (Results 1 – 3 of 3) sorted by last modified time

/freebsd/crypto/openssl/ssl/record/
H A Dtls_pad.c159 unsigned char mask = constant_time_ge_8_s(padding_length, i); in tls1_cbc_remove_padding_and_mac()
/freebsd/crypto/openssl/ssl/
H A Ds3_cbc.c442 is_past_c = is_block_a & constant_time_ge_8_s(j, c); in ssl3_cbc_digest_record()
443 is_past_cp1 = is_block_a & constant_time_ge_8_s(j, c + 1); in ssl3_cbc_digest_record()
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h160 static ossl_inline unsigned char constant_time_ge_8_s(size_t a, size_t b) in constant_time_ge_8_s() function