Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers90 zfs_crypto_rewrap;
H A Dlibzfs.h517 extern int zfs_crypto_rewrap(zfs_handle_t *, nvlist_t *, boolean_t);
H A Dlibzfs_crypto.c1416 zfs_crypto_rewrap(zfs_handle_t *zhp, nvlist_t *raw_props, boolean_t inheritkey) in zfs_crypto_rewrap() function
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c7878 ret = zfs_crypto_rewrap(zhp, props, inheritkey); in zfs_do_change_key()