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()
356 headspace += sha1_hash.confound_len; in plaintext_offset()
363 headspace += DEFAULT_AES_BLOCKLEN; in plaintext_offset()
370 return (headspace); in plaintext_offset()
2964 size_t headspace; in encrypt_block() local
2994 headspace = plaintext_offset(&tmi->enc_data); in encrypt_block()
3020 cbp->b_rptr = DB_BASE(cbp) + headspace; in encrypt_block()
3046 (cbp->b_rptr - headspace < DB_BASE(cbp))) { in encrypt_block()
[all …]