Lines Matching refs:encrypted
8 stores, and loads only encrypted blobs. Trusted Keys require the availability
91 are encrypted/decrypted using a child key in the storage key hierarchy.
111 numbers, and are encrypted/decrypted using a specified ‘master’ key. The
113 of encrypted keys is that if they are not rooted in a trusted key, they are only
194 The decrypted portion of encrypted keys can contain either a simple symmetric
200 keyctl add encrypted name "new [format] key-type:master-key-name keylen"
202 keyctl add encrypted name "load hex_blob" ring
210 Examples of trusted and encrypted key usage
277 encrypted key "evm" using the above trusted key "kmk":
281 $ keyctl add encrypted evm "new trusted:kmk 32" @u
286 $ keyctl add encrypted evm "new default trusted:kmk 32" @u
296 Load an encrypted key "evm" from saved blob::
298 $ keyctl add encrypted evm "load `cat evm.blob`" @u
306 Other uses for trusted and encrypted keys, such as for disk and file encryption
308 in order to use encrypted keys to mount an eCryptfs filesystem. More details
312 Another new format 'enc32' has been defined in order to support encrypted keys