HomeSort by relevance Sort by last modified time
    Searched refs:mac_end (Results 1 - 2 of 2) sorted by null

  /external/openssl/apps/
dgst.c 372 goto mac_end;
385 goto mac_end;
393 goto mac_end;
396 mac_end:
  /external/openssl/ssl/
s3_cbc.c 265 /* mac_end is the index of |rec->data| just after the end of the MAC. */
266 unsigned mac_end = rec->length; local
267 unsigned mac_start = mac_end - md_size;
300 unsigned char mac_ended = constant_time_ge(i, mac_end);

Completed in 62 milliseconds