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

/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_cbc.c238 /* mac_end is the index of |rec->data| just after the end of the MAC. */
239 unsigned mac_end = rec->length; local
240 unsigned mac_start = mac_end - md_size;
273 unsigned char mac_ended = constant_time_ge(i, mac_end);
/external/openssl/ssl/
H A Ds3_cbc.c229 /* mac_end is the index of |rec->data| just after the end of the MAC. */
230 unsigned mac_end = rec->length; local
231 unsigned mac_start = mac_end - md_size;
264 unsigned char mac_ended = constant_time_ge_8(i, mac_end);

Completed in 164 milliseconds