OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_mac_bytes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/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;
/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 3104 milliseconds