Searched refs:generateAppId (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | KeyStorage.cpp | 237 static bool generateAppId(const KeyAuthentication& auth, const std::string& stretching, in generateAppId() function 270 if (!generateAppId(auth, stretching, salt, secdiscardable, &appId)) return false; in storeKey() 298 if (!generateAppId(auth, stretching, salt, secdiscardable, &appId)) return false; in retrieveKey()
|