Lines Matching defs:encrypted
368 boolean_t encrypted = ds->ds_dir->dd_crypto_obj != 0;
419 if (encrypted && embed)
426 /* Must have keys loaded if doing encrypted non-raw recv. */
427 if (encrypted && !raw) {
454 if (!encrypted && raw)
458 if (encrypted && embed)
522 * encrypted filesystems. This would require the
526 if ((!encrypted && raw) || encrypted)
665 * We support unencrypted datasets below encrypted ones now,
728 * create an encrypted dataset if necessary. If we are
729 * making an encrypted dataset the stream can't have
1459 * The stream is not encrypted but the data on-disk is.
1510 /* Swap in the newly encrypted data into the abd */
1718 * encrypted. We also want to minimize dependence on the
1735 * encrypted, and the key might not be
3620 boolean_t encrypted = drc->drc_ds->ds_dir->dd_crypto_obj != 0;
3762 if (!drc->drc_raw && encrypted) {