Home
last modified time | relevance | path

Searched defs:encrypted (Results 1 – 14 of 14) sorted by last modified time

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1903 boolean_t encrypted; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1860 boolean_t encrypted = (flags & ARC_FILL_ENCRYPTED) != 0; in arc_buf_fill() local
2538 void *tag, boolean_t encrypted, boolean_t compressed, boolean_t noauth, in arc_buf_alloc_impl()
H A Ddmu_recv.c86 boolean_t encrypted = ds->ds_dir->dd_crypto_obj != 0; in recv_begin_check_existing_impl() local
2719 boolean_t encrypted = drc->drc_ds->ds_dir->dd_crypto_obj != 0; in dmu_recv_end_sync() local
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3917 boolean_t encrypted; in zfs_receive_one() local
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1750 TPM2B_CONTEXT_SENSITIVE encrypted; member
/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.c750 zfs_prop_valid_keylocation(const char *str, boolean_t encrypted) in zfs_prop_valid_keylocation()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.h135 short encrypted; /* Encrypted temp file flag */ member
H A Dexpreserve.c84 short encrypted; /* Encrypted temp file flag */ member
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h374 uint8_t encrypted; member
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h119 #define DMU_OT(byteswap, metadata, encrypted) \ argument
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c6440 size_t encrypted; in dprov_cipher_mac_task() local
6501 size_t encrypted; in dprov_cipher_mac_task() local
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h589 KMF_DATA encrypted; member
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h123 unsigned encrypted : 1; member
133 unsigned encrypted : 1; member
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dbcrypt.c85 static char encrypted[128]; /* _PASSWORD_LEN in <pwd.h> on OpenBSD */ variable