Searched defs:ntfs_fek (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c26 * ntfs_crypto, we can have ntfs_fek, ntfs_rsa, etc.., but there should be
118 * struct ntfs_fek - Decrypted, in-memory file encryption key.
127 typedef struct _ntfs_fek ntfs_fek; typedef in typeref:struct:_ntfs_fek
130 ntfs_fek *fek;
906 static ntfs_fek *ntfs_fek_import_from_raw(u8 *fek_buf,
909 ntfs_fek *fek;
1012 static void ntfs_fek_release(ntfs_fek *fek)
1023 static ntfs_fek *ntfs_df_array_fek_get(EFS_DF_ARRAY_HEADER *df_array,
1030 ntfs_fek *fek;
1090 static ntfs_fek *ntfs_inode_fek_ge
[all...]

Completed in 47 milliseconds