Lines Matching refs:props

700     char *keylocation, nvlist_t *props, uint8_t **wkeydata, uint_t *wkeylen)  in populate_create_encryption_params_nvlists()  argument
732 ret = nvlist_add_uint64(props, in populate_create_encryption_params_nvlists()
746 ret = nvlist_lookup_uint64(props, in populate_create_encryption_params_nvlists()
750 ret = nvlist_add_uint64(props, in populate_create_encryption_params_nvlists()
761 ret = nvlist_lookup_uint64(props, in populate_create_encryption_params_nvlists()
796 proplist_has_encryption_props(nvlist_t *props) in proplist_has_encryption_props() argument
802 ret = nvlist_lookup_uint64(props, in proplist_has_encryption_props()
807 ret = nvlist_lookup_string(props, in proplist_has_encryption_props()
812 ret = nvlist_lookup_uint64(props, in proplist_has_encryption_props()
817 ret = nvlist_lookup_uint64(props, in proplist_has_encryption_props()
857 zfs_crypto_create(libzfs_handle_t *hdl, char *parent_name, nvlist_t *props, in zfs_crypto_create() argument
871 ret = nvlist_lookup_uint64(props, in zfs_crypto_create()
877 (void) nvlist_lookup_uint64(props, in zfs_crypto_create()
879 (void) nvlist_lookup_string(props, in zfs_crypto_create()
897 if (proplist_has_encryption_props(props)) { in zfs_crypto_create()
913 if (proplist_has_encryption_props(props)) { in zfs_crypto_create()
937 if (proplist_has_encryption_props(props)) { in zfs_crypto_create()
977 ret = nvlist_add_string(props, in zfs_crypto_create()
1000 B_FALSE, keyformat, keylocation, props, &wkeydata, in zfs_crypto_create()
1026 char *parent_name, nvlist_t *props) in zfs_crypto_clone_check() argument
1032 if (nvlist_exists(props, zfs_prop_to_name(ZFS_PROP_KEYFORMAT)) || in zfs_crypto_clone_check()
1033 nvlist_exists(props, zfs_prop_to_name(ZFS_PROP_KEYLOCATION)) || in zfs_crypto_clone_check()
1034 nvlist_exists(props, zfs_prop_to_name(ZFS_PROP_ENCRYPTION)) || in zfs_crypto_clone_check()
1035 nvlist_exists(props, zfs_prop_to_name(ZFS_PROP_PBKDF2_ITERS))) { in zfs_crypto_clone_check()
1367 zfs_crypto_verify_rewrap_nvlist(zfs_handle_t *zhp, nvlist_t *props, in zfs_crypto_verify_rewrap_nvlist() argument
1382 while ((elem = nvlist_next_nvpair(props, elem)) != NULL) { in zfs_crypto_verify_rewrap_nvlist()
1400 new_props = zfs_valid_proplist(zhp->zfs_hdl, zhp->zfs_type, props, in zfs_crypto_verify_rewrap_nvlist()
1421 nvlist_t *props = NULL; in zfs_crypto_rewrap() local
1478 ret = zfs_crypto_verify_rewrap_nvlist(zhp, raw_props, &props, in zfs_crypto_rewrap()
1487 (void) nvlist_lookup_uint64(props, in zfs_crypto_rewrap()
1489 (void) nvlist_lookup_string(props, in zfs_crypto_rewrap()
1500 ret = nvlist_add_uint64(props, in zfs_crypto_rewrap()
1532 ret = nvlist_add_string(props, in zfs_crypto_rewrap()
1542 zhp, B_TRUE, keyformat, keylocation, props, &wkeydata, in zfs_crypto_rewrap()
1603 ret = lzc_change_key(zhp->zfs_name, cmd, props, wkeydata, wkeylen); in zfs_crypto_rewrap()
1620 if (props != NULL) in zfs_crypto_rewrap()
1621 nvlist_free(props); in zfs_crypto_rewrap()
1630 if (props != NULL) in zfs_crypto_rewrap()
1631 nvlist_free(props); in zfs_crypto_rewrap()