Home
last modified time | relevance | path

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

/openssl/ssl/record/methods/
H A Dssl3_cbc.c415 is_past_c = is_block_a & constant_time_ge_8_s(j, c); in ssl3_cbc_digest_record()
416 is_past_cp1 = is_block_a & constant_time_ge_8_s(j, c + 1); in ssl3_cbc_digest_record()
H A Dtls_pad.c144 unsigned char mask = constant_time_ge_8_s(padding_length, i); in tls1_cbc_remove_padding_and_mac()
/openssl/include/internal/
H A Dconstant_time.h201 static ossl_inline unsigned char constant_time_ge_8_s(size_t a, size_t b) in constant_time_ge_8_s() function

Completed in 11 milliseconds