OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DM_CRYPT_BUF_SIZE
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/crypto/
get_dm_versions.c
8
#define
DM_CRYPT_BUF_SIZE
4096
26
char buffer[
DM_CRYPT_BUF_SIZE
];
40
ioctl_init(io,
DM_CRYPT_BUF_SIZE
, NULL, 0);
/system/vold/
cryptfs.c
53
#define
DM_CRYPT_BUF_SIZE
4096
691
char buffer[
DM_CRYPT_BUF_SIZE
];
703
ioctl_init(io,
DM_CRYPT_BUF_SIZE
, name, 0);
736
char buffer[
DM_CRYPT_BUF_SIZE
];
743
ioctl_init(io,
DM_CRYPT_BUF_SIZE
, name, 0);
770
char buffer[
DM_CRYPT_BUF_SIZE
];
790
ioctl_init(io,
DM_CRYPT_BUF_SIZE
, name, 0);
797
ioctl_init(io,
DM_CRYPT_BUF_SIZE
, name, 0);
825
ioctl_init(io,
DM_CRYPT_BUF_SIZE
, name, 0);
844
char buffer[
DM_CRYPT_BUF_SIZE
];
[
all
...]
Completed in 531 milliseconds