Lines Matching refs:encrypted
6 Each FEK is in turn encrypted with a File Encryption Key Encryption Key (FEFEK)
10 the FEK is encrypted by 'ecryptfsd' with the help of external libraries in order
20 The 'encrypted' key type has been extended with the introduction of the new
29 encrypted form.
31 The eCryptfs filesystem may really benefit from using encrypted keys in that the
39 keyctl add encrypted name "new ecryptfs key-type:master-key-name keylen" ring
40 keyctl add encrypted name "load hex_blob" ring
48 Example of encrypted key usage with the eCryptfs filesystem:
50 Create an encrypted key "1000100010001000" of length 64 bytes with format
53 $ keyctl add encrypted 1000100010001000 "new ecryptfs user:test 64" @u
64 Mount an eCryptfs filesystem using the created encrypted key "1000100010001000"