blob: 0d0ebd9431944ad33704cab27fc86e7848c54ef2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
//FEATURE_SDCARD_MEDIAEXN_SYSTEMCALL_ENCRYPTION
#include <keys/user-type.h>
#include <keys/encrypted-type.h>
#include <linux/fs.h>
#include <linux/fs_stack.h>
#include <linux/namei.h>
#include <linux/scatterlist.h>
#include <linux/hash.h>
#include <linux/nsproxy.h>
#include <linux/backing-dev.h>
#include <linux/ecryptfs.h>
#define FEATURE_SDCARD_MEDIAEXN_SYSTEMCALL_ENCRYPTION
#define MAX_MEDIA_EXT_LENGTH 330
extern int getMediaProperty(void);
extern int ecryptfs_mediaFileSearch(const unsigned char *filename);
extern char *ecryptfs_Extfilename(const unsigned char *filename);
extern int ecryptfs_asecFileSearch(const unsigned char *filename);
|