Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_crypt.c498 iovec_t plain_iovecs[2], cipher_iovecs[3]; in zio_crypt_key_wrap() local
518 cipher_iovecs[0].iov_base = (char *)keydata_out; in zio_crypt_key_wrap()
519 cipher_iovecs[0].iov_len = keydata_len; in zio_crypt_key_wrap()
520 cipher_iovecs[1].iov_base = (char *)hmac_keydata_out; in zio_crypt_key_wrap()
521 cipher_iovecs[1].iov_len = SHA512_HMAC_KEYLEN; in zio_crypt_key_wrap()
522 cipher_iovecs[2].iov_base = (char *)mac; in zio_crypt_key_wrap()
523 cipher_iovecs[2].iov_len = WRAPPING_MAC_LEN; in zio_crypt_key_wrap()
545 cuio.uio_iov = cipher_iovecs; in zio_crypt_key_wrap()
570 iovec_t plain_iovecs[2], cipher_iovecs[3]; in zio_crypt_key_unwrap() local
585 cipher_iovecs[0].iov_base = (char *)keydata; in zio_crypt_key_unwrap()
[all …]