Searched refs:inheritkey (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c1387 zfs_crypto_rewrap(zfs_handle_t *zhp, nvlist_t *raw_props, boolean_t inheritkey) argument
1395 dcp_cmd_t cmd = (inheritkey) ? DCP_CMD_INHERIT : DCP_CMD_NEW_KEY;
1444 * If the user wants to use the inheritkey variant of this function
1447 if (!inheritkey) {
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c8249 boolean_t loadkey = B_FALSE, inheritkey = B_FALSE; local
8259 inheritkey = B_TRUE;
8274 if (inheritkey && !nvlist_empty(props)) {
8313 ret = zfs_crypto_rewrap(zhp, props, inheritkey);

Completed in 125 milliseconds