Lines Matching refs:encrypted
8 stores, and loads only encrypted blobs. Trusted Keys require the availability
83 numbers, and are encrypted/decrypted using a specified 'master' key. The
85 disadvantage of encrypted keys is that if they are not rooted in a trusted key,
90 The decrypted portion of encrypted keys can contain either a simple symmetric
96 keyctl add encrypted name "new [format] key-type:master-key-name keylen"
98 keyctl add encrypted name "load hex_blob" ring
107 Examples of trusted and encrypted key usage:
172 encrypted key "evm" using the above trusted key "kmk":
176 $ keyctl add encrypted evm "new trusted:kmk 32" @u
181 $ keyctl add encrypted evm "new default trusted:kmk 32" @u
191 Load an encrypted key "evm" from saved blob::
193 $ keyctl add encrypted evm "load `cat evm.blob`" @u
201 Other uses for trusted and encrypted keys, such as for disk and file encryption
203 in order to use encrypted keys to mount an eCryptfs filesystem. More details
207 Another new format 'enc32' has been defined in order to support encrypted keys