Home
last modified time | relevance | path

Searched refs:passphrase (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c307 struct host_cmd_tlv_passphrase *passphrase; in mwifiex_uap_bss_wpa() local
358 passphrase = (struct host_cmd_tlv_passphrase *)tlv; in mwifiex_uap_bss_wpa()
359 passphrase->header.type = in mwifiex_uap_bss_wpa()
361 passphrase->header.len = cpu_to_le16(bss_cfg->wpa_cfg.length); in mwifiex_uap_bss_wpa()
362 memcpy(passphrase->passphrase, bss_cfg->wpa_cfg.passphrase, in mwifiex_uap_bss_wpa()
Dioctl.h72 u8 passphrase[MWIFIEX_WPA_PASSHPHRASE_LEN]; member
Dfw.h1953 u8 passphrase[0]; member
/Linux-v4.19/Documentation/process/
Dmaintainer-pgp-guide.rst99 of caching the private key passphrase. There are two options you should
100 know in order to tweak when the passphrase should be expired from cache:
106 the key since initial passphrase entry, if the maximum time-to-live
107 countdown expires, you'll have to enter the passphrase again. The
202 Ensure your passphrase is strong
208 obtaining the passphrase to decrypt them.
211 strong passphrase. To set it or change it, use::
213 $ gpg --change-passphrase [fpr]
263 pen and write your passphrase on the margin of the paper. **This is
265 that passphrase, and if you ever change it you will not remember what it
[all …]
/Linux-v4.19/Documentation/filesystems/
Decryptfs.txt44 You should be prompted for a passphrase and a salt (the salt may be
Dfscrypt.rst129 lower-entropy secret such as a passphrase, it is critical that a KDF
370 from a passphrase or other low-entropy user credential.
/Linux-v4.19/Documentation/security/keys/
Decryptfs.rst11 using a key, the FEFEK, derived from a user prompted passphrase; in the latter
/Linux-v4.19/Documentation/power/
Dswsusp-dmcrypt.txt21 have to be able to either enter a passphrase or that you read
/Linux-v4.19/Documentation/kbuild/
Dkbuild.txt188 This variable allows a passphrase or PIN to be passed to the sign-file
/Linux-v4.19/Documentation/admin-guide/
Dmodule-signing.rst232 If the private key requires a passphrase or PIN, it can be provided in the
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dwmi.h389 u8 passphrase[WMI_PASSPHRASE_LEN]; member