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