Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.h32 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& token,
DFsCrypt.cpp487 fscrypt_unlock_user_key(0, 0, "!", "!"); in fscrypt_init_user0()
740 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& token_hex, in fscrypt_unlock_user_key() function
DVoldNativeService.cpp701 return translateBool(fscrypt_unlock_user_key(userId, userSerial, token, secret)); in unlockUserKey()