Home
last modified time | relevance | path

Searched refs:from_ivset_guid (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_crypt.h193 uint64_t from_ivset_guid, nvlist_t **nvl_out);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c2034 uint64_t from_ivset_guid = 0; in dsl_crypto_recv_raw_objset_check() local
2040 sizeof (from_ivset_guid), 1, &from_ivset_guid); in dsl_crypto_recv_raw_objset_check()
2042 if (intval == 0 || from_ivset_guid == 0) in dsl_crypto_recv_raw_objset_check()
2045 if (intval != from_ivset_guid) in dsl_crypto_recv_raw_objset_check()
2376 dsl_crypto_populate_key_nvlist(objset_t *os, uint64_t from_ivset_guid, in dsl_crypto_populate_key_nvlist() argument
2510 fnvlist_add_uint64(nvl, "from_ivset_guid", from_ivset_guid); in dsl_crypto_populate_key_nvlist()