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

/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_cbc.c240 unsigned mac_start = mac_end - md_size; local
267 rotate_offset = (div_spoiler + mac_start - scan_start) % md_size;
272 unsigned char mac_started = constant_time_ge(i, mac_start);
/external/openssl/ssl/
H A Ds3_cbc.c231 unsigned mac_start = mac_end - md_size; local
258 rotate_offset = (div_spoiler + mac_start - scan_start) % md_size;
263 unsigned char mac_started = constant_time_ge_8(i, mac_start);

Completed in 35 milliseconds