Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c334 int headspace = 0; in plaintext_offset() local
338 headspace += RCMD_LEN_SZ; in plaintext_offset()
342 headspace += RCMD_LEN_SZ; in plaintext_offset()
347 headspace += null_hash.hash_len + null_hash.confound_len; in plaintext_offset()
350 headspace += crc32_hash.hash_len + crc32_hash.confound_len; in plaintext_offset()
353 headspace += md5_hash.hash_len + md5_hash.confound_len; in plaintext_offset()
356 headspace += sha1_hash.confound_len; in plaintext_offset()
359 headspace += md5_hash.hash_len + md5_hash.confound_len; in plaintext_offset()
363 headspace += DEFAULT_AES_BLOCKLEN; in plaintext_offset()
370 return (headspace); in plaintext_offset()
[all …]