Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Dusers.cpp57 static constexpr auto secretKeyPath = "/home/{}/.google_authenticator"; variable
293 std::format(secretKeyPath, getUserName())); in verifyOTP()
319 clearSecretFile(std::format(secretKeyPath, thisp.getUserName())); in clearGoogleAuthenticator()
344 std::string path = std::format(secretKeyPath, getUserName()); in secretKeyIsValid()