Home
last modified time | relevance | path

Searched refs:unencrypted (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/crypto/asymmetric_keys/
H A Dpkcs8.asn18 -- This is the unencrypted variant
/linux-6.15/Documentation/virt/kvm/s390/
H A Ds390-pv-dump.rst46 write out the encrypted vcpu state, but also the unencrypted state
/linux-6.15/Documentation/filesystems/
H A Decryptfs.rst36 eCryptfs, you should copy the files to an unencrypted location and
H A Dfscrypt.rst27 with different keys and to have unencrypted files on the same
38 line with unencrypted files. Similarly, half as many dentries and
705 - ``ENOTDIR``: the file is unencrypted and is a regular file, not a
707 - ``ENOTEMPTY``: the file is unencrypted and is a nonempty directory
812 On unencrypted files and directories, it fails with ENODATA.
1178 symlinks behave very similarly to their unencrypted counterparts ---
1187 into an unencrypted directory.
1191 followed by a delete. Be aware that the original unencrypted data
1214 the maximum length of an unencrypted symlink. For example, on an
1275 Except for those special files, it is forbidden to have unencrypted
[all …]
/linux-6.15/net/wireless/
H A Dtrace.h2173 bool unencrypted, int link_id),
2174 TP_ARGS(wiphy, netdev, buf, len, dest, proto, unencrypted, link_id),
2180 __field(bool, unencrypted)
2188 __entry->unencrypted = unencrypted;
2195 BOOL_TO_STR(__entry->unencrypted),
3384 bool unencrypted, int link_id),
3385 TP_ARGS(netdev, skb, unencrypted, link_id),
3391 __field(bool, unencrypted)
3399 __entry->unencrypted = unencrypted;
3404 __entry->proto, BOOL_TO_STR(__entry->unencrypted),
H A Dnl80211.c19293 bool unencrypted, in __nl80211_rx_control_port() argument
19329 (unencrypted && nla_put_flag(msg, in __nl80211_rx_control_port()
19348 bool unencrypted, int link_id) in cfg80211_rx_control_port() argument
19352 trace_cfg80211_rx_control_port(dev, skb, unencrypted, link_id); in cfg80211_rx_control_port()
19353 ret = __nl80211_rx_control_port(dev, skb, unencrypted, link_id, in cfg80211_rx_control_port()
/linux-6.15/Documentation/power/
H A Dswsusp-dmcrypt.rst64 /dev/hda1 contains an unencrypted mini system that sets up all
/linux-6.15/Documentation/core-api/
H A Dswiotlb.rst40 directed to guest memory that is unencrypted. CoCo VMs set a kernel-wide option
42 up as unencrypted. The host does DMA I/O to/from the bounce buffer memory, and
45 the unencrypted and the encrypted memory. This use of bounce buffers allows
/linux-6.15/Documentation/networking/
H A Dtls.rst161 Control message data should be provided unencrypted, and will be
/linux-6.15/Documentation/arch/x86/
H A Dintel_txt.rst221 (unencrypted) module signed by Intel that is used as part of the
/linux-6.15/Documentation/block/
H A Dinline-encryption.rst122 unencrypted, or both encrypted with the same key and contiguous data unit
164 encryption context. Therefore, lower layers only see standard unencrypted I/O.
/linux-6.15/net/mac80211/
H A Dieee80211_i.h2107 const u8 *dest, __be16 proto, bool unencrypted,
H A Dtx.c6141 const u8 *dest, __be16 proto, bool unencrypted, in ieee80211_tx_control_port() argument
6167 if (unencrypted) in ieee80211_tx_control_port()
/linux-6.15/Documentation/admin-guide/
H A Dbcache.rst267 First setup bcache unencrypted and then install dmcrypt on top of
/linux-6.15/include/net/
H A Dcfg80211.h8768 bool unencrypted, int link_id);