Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher/
Dtls_cbc.c435 uint8_t b = 0, is_past_c, is_past_cp1; in EVP_tls_cbc_digest_record() local
443 is_past_c = is_block_a & constant_time_ge_8(j, c); in EVP_tls_cbc_digest_record()
448 b = constant_time_select_8(is_past_c, 0x80, b); in EVP_tls_cbc_digest_record()