Home
last modified time | relevance | path

Searched refs:encryption (Results 1 – 12 of 12) sorted by relevance

/fs/crypto/
DKconfig3 bool "FS Encryption (Per-file encryption)"
10 Enable encryption of files and directories. This
16 # Filesystems supporting encryption must select this if FS_ENCRYPTION. This
20 # Note: this option only pulls in the algorithms that filesystem encryption
21 # needs "by default". If userspace will use "non-default" encryption modes such
22 # as Adiantum encryption, then those other modes need to be explicitly enabled
46 Enable fscrypt to use inline encryption hardware if available.
/fs/smb/client/
Dsmb2transport.c396 struct derivation encryption; member
450 rc = generate_key(ses, ptriplet->encryption.label, in generate_smb3signingkey()
451 ptriplet->encryption.context, in generate_smb3signingkey()
507 d = &triplet.encryption; in generate_smb30signingkey()
536 d = &triplet.encryption; in generate_smb311signingkey()
DKconfig43 (smbdirect), advanced security features, per-share encryption,
142 bool "Dump encryption keys for offline decryption (Unsafe)"
145 Enabling this will dump the encryption and decryption keys
/fs/smb/server/
Dauth.c833 struct derivation encryption; member
843 rc = generate_key(conn, sess, ptwin->encryption.label, in generate_smb3encryptionkey()
844 ptwin->encryption.context, sess->smb3encryptionkey, in generate_smb3encryptionkey()
881 d = &twin.encryption; in ksmbd_gen_smb30_encryptionkey()
902 d = &twin.encryption; in ksmbd_gen_smb311_encryptionkey()
DKconfig42 smb3 encryption, copy-offload, secure per-user session
/fs/ecryptfs/
DKconfig22 for userspace to wrap/unwrap file encryption keys by other
/fs/coda/
DKconfig11 replication, security model for authentication and encryption,
/fs/ext4/
Dsysfs.c309 EXT4_ATTR_FEATURE(encryption);
329 ATTR_LIST(encryption),
/fs/f2fs/
Dsysfs.c930 F2FS_FEATURE_RO_ATTR(encryption);
1097 ATTR_LIST(encryption),
1139 F2FS_SB_FEATURE_RO_ATTR(encryption, ENCRYPT);
/fs/btrfs/
Dioctl.c102 __u32 encryption; member
5395 args.encryption = args32.encryption; in btrfs_ioctl_encoded_write()
5413 args.encryption == BTRFS_ENCODED_IO_ENCRYPTION_NONE) in btrfs_ioctl_encoded_write()
5416 args.encryption >= BTRFS_ENCODED_IO_ENCRYPTION_TYPES) in btrfs_ioctl_encoded_write()
Dctree.h2714 encryption, 8);
4077 encryption, 8);
4081 struct btrfs_verity_descriptor_item, encryption, 8);
Dinode.c10789 if (encoded->encryption != BTRFS_ENCODED_IO_ENCRYPTION_NONE) in btrfs_do_encoded_write()