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

/external/boringssl/src/crypto/cipher/
H A Dtls_cbc.c144 unsigned mac_start = mac_end - md_size; local
173 rotate_offset = (div_spoiler + mac_start - scan_start) % md_size;
177 uint8_t mac_started = constant_time_ge_8(i, mac_start);

Completed in 47 milliseconds