OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cryptfs_getfield
(Results
1 - 3
of
3
) sorted by null
/system/vold/
cryptfs.h
208
/* Return values for
cryptfs_getfield
*/
241
int
cryptfs_getfield
(const char* fieldname, char* value, int len);
VoldNativeService.cpp
604
if (
cryptfs_getfield
(key.c_str(), buf, sizeof(buf)) != CRYPTO_GETFIELD_OK) {
cryptfs.cpp
2707
int
cryptfs_getfield
(const char *fieldname, char *value, int len)
function
[
all
...]
Completed in 273 milliseconds