Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Dusers.cpp275 if (Totp::verify(getUserName(), otp) == PAM_SUCCESS) in verifyOTP()
283 std::format(secretKeyTempPath, getUserName()), in verifyOTP()
284 std::format(secretKeyPath, getUserName())); in verifyOTP()
295 std::format(secretKeyTempPath, getUserName())); in verifyOTP()
310 clearSecretFile(std::format(secretKeyPath, thisp.getUserName())); in clearGoogleAuthenticator()
311 clearSecretFile(std::format(secretKeyTempPath, thisp.getUserName())); in clearGoogleAuthenticator()
331 std::string path = std::format(secretKeyPath, getUserName()); in secretKeyIsValid()
H A Dusers.hpp130 std::string getUserName() const in getUserName() function in phosphor::user::Users
/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.hpp208 Cc getUserName(const uint8_t userId, std::string& userName);
H A Duser_layer.cpp89 return getUserAccessObject().getUserName(userId, userName); in ipmiUserGetUserName()
H A Duser_mgmt.cpp969 Cc UserAccess::getUserName(const uint8_t userId, std::string& userName) in getUserName() function in ipmi::UserAccess
1011 getUserName(userId, oldUser); in setUserName()