Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/asymmetric_keys/
Dpkcs8.asn12 -- This is the unencrypted variant
/Linux-v6.1/Documentation/virt/kvm/s390/
Ds390-pv-dump.rst46 write out the encrypted vcpu state, but also the unencrypted state
/Linux-v6.1/Documentation/filesystems/
Decryptfs.rst36 eCryptfs, you should copy the files to an unencrypted location and
Dfscrypt.rst27 with different keys and to have unencrypted files on the same
38 unencrypted files. Similarly, half as many dentries and inodes are
570 - ``ENOTDIR``: the file is unencrypted and is a regular file, not a
572 - ``ENOTEMPTY``: the file is unencrypted and is a nonempty directory
677 On unencrypted files and directories, it fails with ENODATA.
1043 symlinks behave very similarly to their unencrypted counterparts ---
1052 into an unencrypted directory.
1054 Note: "moving" an unencrypted file into an encrypted directory, e.g.
1056 followed by a delete. Be aware that the original unencrypted data
1079 the maximum length of an unencrypted symlink. For example, on an
[all …]
/Linux-v6.1/net/wireless/
Dtrace.h2036 bool unencrypted, int link_id),
2037 TP_ARGS(wiphy, netdev, buf, len, dest, proto, unencrypted, link_id),
2043 __field(bool, unencrypted)
2051 __entry->unencrypted = unencrypted;
2058 BOOL_TO_STR(__entry->unencrypted),
3169 bool unencrypted),
3170 TP_ARGS(netdev, skb, unencrypted),
3176 __field(bool, unencrypted)
3183 __entry->unencrypted = unencrypted;
3187 __entry->proto, BOOL_TO_STR(__entry->unencrypted))
Dnl80211.c18597 bool unencrypted, gfp_t gfp) in __nl80211_rx_control_port() argument
18629 (unencrypted && nla_put_flag(msg, in __nl80211_rx_control_port()
18648 struct sk_buff *skb, bool unencrypted) in cfg80211_rx_control_port() argument
18652 trace_cfg80211_rx_control_port(dev, skb, unencrypted); in cfg80211_rx_control_port()
18653 ret = __nl80211_rx_control_port(dev, skb, unencrypted, GFP_ATOMIC); in cfg80211_rx_control_port()
/Linux-v6.1/Documentation/power/
Dswsusp-dmcrypt.rst64 /dev/hda1 contains an unencrypted mini system that sets up all
/Linux-v6.1/Documentation/networking/
Dtls.rst161 Control message data should be provided unencrypted, and will be
/Linux-v6.1/Documentation/block/
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-v6.1/Documentation/x86/
Dintel_txt.rst221 (unencrypted) module signed by Intel that is used as part of the
/Linux-v6.1/net/mac80211/
Dieee80211_i.h1996 const u8 *dest, __be16 proto, bool unencrypted,
Dtx.c5868 const u8 *dest, __be16 proto, bool unencrypted, in ieee80211_tx_control_port() argument
5891 if (unencrypted) in ieee80211_tx_control_port()
/Linux-v6.1/Documentation/admin-guide/
Dbcache.rst267 First setup bcache unencrypted and then install dmcrypt on top of
/Linux-v6.1/include/net/
Dcfg80211.h8017 struct sk_buff *skb, bool unencrypted);