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

  /external/openssl/ssl/
s3_cbc.c 454 len, max_mac_bytes, num_blocks, local
567 /* max_mac_bytes contains the maximum bytes of bytes in the MAC, including
569 max_mac_bytes = len - md_size - 1;
571 num_blocks = (max_mac_bytes + 1 + md_length_size + md_block_size - 1) / md_block_size;

Completed in 207 milliseconds