Searched refs:kStretch_nopassword (Results 1 – 1 of 1) sorted by relevance
65 static const char* kStretch_nopassword = "nopassword"; variable201 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()