Searched refs:headspace (Results 1 – 1 of 1) sorted by relevance
331 int headspace = 0; in plaintext_offset() local335 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 …]