Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp65 static const char* kStretch_nopassword = "nopassword"; variable
201 return stretching != kStretch_nopassword && stretching != kStretch_none; in stretchingNeedsSalt()
206 if (stretching == kStretch_nopassword) { in stretchSecret()
259 std::string stretching = auth.secret.empty() ? kStretch_nopassword : getStretching(); in storeKey()