Searched refs:constant_time_ge_8_s (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/
H A Ds3_cbc.c415 is_past_c = is_block_a & constant_time_ge_8_s(j, c);
416 is_past_cp1 = is_block_a & constant_time_ge_8_s(j, c + 1);
/freebsd-13-stable/crypto/openssl/include/internal/
H A Dconstant_time.h159 static ossl_inline unsigned char constant_time_ge_8_s(size_t a, size_t b) function
/freebsd-13-stable/crypto/openssl/ssl/record/
H A Dssl3_record.c1527 unsigned char mask = constant_time_ge_8_s(padding_length, i);

Completed in 72 milliseconds