Home
last modified time | relevance | path

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

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