Lines Matching refs:encrypted
6 stores, and loads only encrypted blobs. Trusted Keys require the availability
49 numbers, and are encrypted/decrypted using a specified 'master' key. The
51 disadvantage of encrypted keys is that if they are not rooted in a trusted key,
56 The decrypted portion of encrypted keys can contain either a simple symmetric
61 keyctl add encrypted name "new [format] key-type:master-key-name keylen"
63 keyctl add encrypted name "load hex_blob" ring
70 Examples of trusted and encrypted key usage:
129 encrypted key "evm" using the above trusted key "kmk":
132 $ keyctl add encrypted evm "new trusted:kmk 32" @u
136 $ keyctl add encrypted evm "new default trusted:kmk 32" @u
146 Load an encrypted key "evm" from saved blob:
148 $ keyctl add encrypted evm "load `cat evm.blob`" @u
156 Other uses for trusted and encrypted keys, such as for disk and file encryption
158 in order to use encrypted keys to mount an eCryptfs filesystem. More details