Home
last modified time | relevance | path

Searched defs:stretching (Results 1 – 1 of 1) sorted by relevance

/system/vold/
DKeyStorage.cpp200 static bool stretchingNeedsSalt(const std::string& stretching) { in stretchingNeedsSalt()
204 static bool stretchSecret(const std::string& stretching, const std::string& secret, in stretchSecret()
237 static bool generateAppId(const KeyAuthentication& auth, const std::string& stretching, in generateAppId()
259 std::string stretching = auth.secret.empty() ? kStretch_nopassword : getStretching(); in storeKey() local
291 std::string stretching; in retrieveKey() local