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

  /external/chromium_org/third_party/boringssl/src/ssl/
s3_cbc.c 403 len, max_mac_bytes, num_blocks, local
489 /* max_mac_bytes contains the maximum bytes of bytes in the MAC, including
491 max_mac_bytes = len - md_size - 1;
493 num_blocks = (max_mac_bytes + 1 + md_length_size + md_block_size - 1) / md_block_size;
  /external/openssl/ssl/
s3_cbc.c 418 len, max_mac_bytes, num_blocks, local
531 /* max_mac_bytes contains the maximum bytes of bytes in the MAC, including
533 max_mac_bytes = len - md_size - 1;
535 num_blocks = (max_mac_bytes + 1 + md_length_size + md_block_size - 1) / md_block_size;

Completed in 215 milliseconds