Home
last modified time | relevance | path

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 Dzio_crypt.h123 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 Dzio.c3394 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 Dzio_crypt.c757 zio_crypt_encode_params_bp(blkptr_t *bp, uint8_t *salt, uint8_t *iv) in zio_crypt_encode_params_bp() function