Searched refs:headspace (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c331 int headspace = 0; local
335 headspace += RCMD_LEN_SZ;
339 headspace += RCMD_LEN_SZ;
344 headspace += null_hash.hash_len + null_hash.confound_len;
347 headspace += crc32_hash.hash_len + crc32_hash.confound_len;
350 headspace += md5_hash.hash_len + md5_hash.confound_len;
353 headspace += sha1_hash.confound_len;
356 headspace += md5_hash.hash_len + md5_hash.confound_len;
360 headspace += DEFAULT_AES_BLOCKLEN;
367 return (headspace);
2961 size_t headspace; local
[all...]

Completed in 65 milliseconds