Searched refs:fscrypt_unlock_user_key (Results 1 – 3 of 3) sorted by relevance
/system/vold/ |
D | FsCrypt.h | 32 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& token,
|
D | FsCrypt.cpp | 487 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
|
D | VoldNativeService.cpp | 701 return translateBool(fscrypt_unlock_user_key(userId, userSerial, token, secret)); in unlockUserKey()
|