Lines Matching refs:encrypted
8 stores, and loads only encrypted blobs. Trusted Keys require the availability
84 numbers, and are encrypted/decrypted using a specified 'master' key. The
86 disadvantage of encrypted keys is that if they are not rooted in a trusted key,
91 The decrypted portion of encrypted keys can contain either a simple symmetric
97 keyctl add encrypted name "new [format] key-type:master-key-name keylen"
99 keyctl add encrypted name "load hex_blob" ring
108 Examples of trusted and encrypted key usage:
173 encrypted key "evm" using the above trusted key "kmk":
177 $ keyctl add encrypted evm "new trusted:kmk 32" @u
182 $ keyctl add encrypted evm "new default trusted:kmk 32" @u
192 Load an encrypted key "evm" from saved blob::
194 $ keyctl add encrypted evm "load `cat evm.blob`" @u
202 Other uses for trusted and encrypted keys, such as for disk and file encryption
204 in order to use encrypted keys to mount an eCryptfs filesystem. More details
208 Another new format 'enc32' has been defined in order to support encrypted keys