Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.h28 bool fscrypt_clear_user_key_auth(userid_t user_id, int serial, const std::string& token,
DVoldNativeService.cpp685 return translateBool(fscrypt_clear_user_key_auth(userId, userSerial, token, secret)); in clearUserKeyAuth()
DFsCrypt.cpp715 bool fscrypt_clear_user_key_auth(userid_t user_id, int serial, const std::string& token_hex, in fscrypt_clear_user_key_auth() function