Searched refs:zio_crypt_encode_params_bp (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zio_crypt.h | 123 void zio_crypt_encode_params_bp(blkptr_t *bp, uint8_t *salt, uint8_t *iv);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zio.c | 3394 zio_crypt_encode_params_bp(new_bp, salt, iv); in zio_alloc_zil() 3827 zio_crypt_encode_params_bp(bp, zp->zp_salt, zp->zp_iv); in zio_encrypt() 3906 zio_crypt_encode_params_bp(bp, salt, iv); in zio_encrypt()
|
H A D | zio_crypt.c | 757 zio_crypt_encode_params_bp(blkptr_t *bp, uint8_t *salt, uint8_t *iv) in zio_crypt_encode_params_bp() function
|