Home
last modified time | relevance | path

Searched refs:is_encrypted (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/wfx/
H A Dbh.c174 bool is_encrypted = false; in tx_helper() local
194 if (is_encrypted) in tx_helper()
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H A Dbh.c172 bool is_encrypted = false; in tx_helper() local
192 if (is_encrypted) in tx_helper()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfile.c83 if (is_encrypted(ni)) in ntfs_getattr()
266 if (is_encrypted(ni)) { in ntfs_file_mmap()
744 if (is_encrypted(ni)) { in ntfs_file_read_iter()
781 if (is_encrypted(ni)) { in ntfs_file_splice_read()
1078 if (is_encrypted(ni)) { in ntfs_file_write_iter()
1141 if (unlikely((is_compressed(ni) || is_encrypted(ni)) && in ntfs_file_open()
H A Dntfs_fs.h1063 static inline bool is_encrypted(const struct ntfs_inode *ni) in is_encrypted() function
/kernel/linux/linux-6.6/net/tls/
H A Dtls_device.c987 int is_decrypted, is_encrypted; in tls_device_decrypted() local
991 is_encrypted = !is_decrypted; in tls_device_decrypted()
994 is_encrypted = 0; in tls_device_decrypted()
999 is_encrypted, is_decrypted); in tls_device_decrypted()
1002 if (likely(is_encrypted || is_decrypted)) in tls_device_decrypted()
1020 if (is_encrypted) { in tls_device_decrypted()
/kernel/linux/linux-5.10/net/tls/
H A Dtls_device.c956 int is_encrypted = !is_decrypted; in tls_device_decrypted() local
962 is_encrypted &= !skb_iter->decrypted; in tls_device_decrypted()
967 is_encrypted, is_decrypted); in tls_device_decrypted()
972 if (likely(is_encrypted || is_decrypted)) in tls_device_decrypted()
990 if (is_encrypted) { in tls_device_decrypted()

Completed in 8 milliseconds