Searched refs:encryption (Results 1 – 10 of 10) sorted by relevance
/fs/crypto/ |
D | Kconfig | 3 bool "FS Encryption (Per-file encryption)" 14 Enable encryption of files and directories. This 24 Enable fscrypt to use inline encryption hardware if available.
|
/fs/cifs/ |
D | smb2transport.c | 321 struct derivation encryption; member 337 rc = generate_key(ses, ptriplet->encryption.label, in generate_smb3signingkey() 338 ptriplet->encryption.context, ses->smb3encryptionkey, in generate_smb3signingkey() 383 d = &triplet.encryption; in generate_smb30signingkey() 411 d = &triplet.encryption; in generate_smb311signingkey()
|
D | Kconfig | 43 (smbdirect), advanced security features, per-share encryption, 170 bool "Dump encryption keys for offline decryption (Unsafe)" 173 Enabling this will dump the encryption and decryption keys
|
/fs/ecryptfs/ |
D | Kconfig | 22 for userspace to wrap/unwrap file encryption keys by other
|
/fs/coda/ |
D | Kconfig | 11 replication, security model for authentication and encryption,
|
/fs/ext4/ |
D | sysfs.c | 240 EXT4_ATTR_FEATURE(encryption); 255 ATTR_LIST(encryption),
|
/fs/f2fs/ |
D | sysfs.c | 488 F2FS_FEATURE_RO_ATTR(encryption, FEAT_CRYPTO); 558 ATTR_LIST(encryption),
|
/fs/btrfs/ |
D | file-item.c | 39 u8 compression, u8 encryption, u16 other_encoding) in btrfs_insert_file_extent() argument 71 btrfs_set_file_extent_encryption(leaf, item, encryption); in btrfs_insert_file_extent()
|
D | ctree.h | 2222 encryption, 8); 2798 u8 compression, u8 encryption, u16 other_encoding);
|
D | inode.c | 2292 u8 compression, u8 encryption, in insert_reserved_file_extent() argument 2345 btrfs_set_file_extent_encryption(leaf, fi, encryption); in insert_reserved_file_extent()
|