Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - E index
The Linux kernel configuration item CONFIG_ENCRYPTED_KEYS
has multiple definitions:
security/keys/Kconfig
The configuration item CONFIG_ENCRYPTED_KEYS:
CONFIG_KEYS
ecryptfs_format
, encrypted-keys
, encrypted-keys
, encrypted
This option provides support for create/encrypting/decrypting keys in the kernel. Encrypted keys are instantiated using kernel generated random numbers or provided decrypted data, and are encrypted/decrypted with a 'master' symmetric key. The 'master' key can be either a trusted-key or user-key type. Only encrypted blobs are ever output to Userspace.
If you are unsure as to whether this is required, answer N.
security/Kconfig
The configuration item CONFIG_ENCRYPTED_KEYS:
CONFIG_KEYS
ecryptfs_format
, encrypted-keys
, encrypted-keys
, encrypted
This option provides support for create/encrypting/decrypting keys in the kernel. Encrypted keys are kernel generated random numbers, which are encrypted/decrypted with a 'master' symmetric key. The 'master' key can be either a trusted-key or user-key type. Userspace only ever sees/stores encrypted blobs.
If you are unsure as to whether this is required, answer N.
Raw data from LKDDb:
lkddb module ecryptfs_format CONFIG_ENCRYPTED_KEYS : security/Kconfig : "ENCRYPTED KEYS" # in 3.1
lkddb module encrypted CONFIG_ENCRYPTED_KEYS : security/Kconfig : "ENCRYPTED KEYS" # in 2.6.38–2.6.39, 3.0–3.1
lkddb module encrypted-keys CONFIG_ENCRYPTED_KEYS : security/Kconfig : "ENCRYPTED KEYS" # in 3.2–3.4
lkddb module encrypted-keys CONFIG_ENCRYPTED_KEYS : security/keys/Kconfig : "ENCRYPTED KEYS" # in 3.5–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.13
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - E index
Automatically generated (in year 2025). See also LKDDb sources on GitLab