Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DFsCrypt.h32 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& secret);
H A DFsCrypt.cpp493 fscrypt_unlock_user_key(0, 0, "!"); in fscrypt_init_user0()
742 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_unlock_user_key() function
H A DVoldNativeService.cpp788 return translateBool(fscrypt_unlock_user_key(userId, userSerial, secret)); in unlockUserKey()