Home
last modified time | relevance | path

Searched refs:will_encrypt (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_crypt.h210 dsl_crypto_params_t *dcp, boolean_t *will_encrypt);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c1795 boolean_t *will_encrypt) in dmu_objset_create_crypt_check() argument
1801 if (will_encrypt != NULL) in dmu_objset_create_crypt_check()
1802 *will_encrypt = B_FALSE; in dmu_objset_create_crypt_check()
1834 if (will_encrypt != NULL) in dmu_objset_create_crypt_check()
1835 *will_encrypt = B_TRUE; in dmu_objset_create_crypt_check()
H A Ddmu_recv.c536 boolean_t will_encrypt; in recv_begin_check_existing_impl() local
540 &will_encrypt); in recv_begin_check_existing_impl()
544 if (will_encrypt && embed) in recv_begin_check_existing_impl()
725 boolean_t will_encrypt; in dmu_recv_begin_check() local
735 drba->drba_dcp, &will_encrypt); in dmu_recv_begin_check()
741 if (will_encrypt && in dmu_recv_begin_check()