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

/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_cbc.c272 unsigned char mac_started = constant_time_ge(i, mac_start); local
275 rotated_mac[j++] |= b & mac_started & ~mac_ended;
/external/openssl/ssl/
H A Ds3_cbc.c263 unsigned char mac_started = constant_time_ge_8(i, mac_start); local
266 rotated_mac[j++] |= b & mac_started & ~mac_ended;

Completed in 124 milliseconds