Home
last modified time | relevance | path

Searched refs:is_encrypted (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/ntfs3/
H A Dfile.c70 if (is_encrypted(ni)) in ntfs_fileattr_get()
102 if (!is_dedup(ni) && !is_encrypted(ni) && in ntfs_fileattr_set()
181 if (is_encrypted(ni)) in ntfs_getattr()
361 if (is_encrypted(ni)) { in ntfs_file_mmap()
886 if (is_encrypted(ni)) { in check_read_restriction()
1226 if (is_encrypted(ni)) { in check_write_restriction()
1308 if (unlikely((is_compressed(ni) || is_encrypted(ni)) && in ntfs_file_open()
H A Dntfs_fs.h1049 static inline bool is_encrypted(const struct ntfs_inode *ni) in is_encrypted() function
/linux-6.15/drivers/net/wireless/silabs/wfx/
H A Dbh.c172 bool is_encrypted = false; in tx_helper() local
192 if (is_encrypted) in tx_helper()
/linux-6.15/net/tls/
H A Dtls_device.c975 int is_decrypted, is_encrypted; in tls_device_decrypted() local
979 is_encrypted = !is_decrypted; in tls_device_decrypted()
982 is_encrypted = 0; in tls_device_decrypted()
987 is_encrypted, is_decrypted); in tls_device_decrypted()
990 if (likely(is_encrypted || is_decrypted)) in tls_device_decrypted()
1008 if (is_encrypted) { in tls_device_decrypted()