Home
last modified time | relevance | path

Searched refs:e4crypt_unlock_user_key (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DExt4Crypt.h35 bool e4crypt_unlock_user_key(userid_t user_id, int serial, const char* token, const char* secret);
DCryptCommandListener.cpp400 return sendGenericOkFailOnBool(cli, e4crypt_unlock_user_key( in runCommand()
DExt4Crypt.cpp505 e4crypt_unlock_user_key(0, 0, "!", "!"); in e4crypt_init_user0()
668 bool e4crypt_unlock_user_key(userid_t user_id, int serial, const char* token_hex, in e4crypt_unlock_user_key() function