Searched refs:getUserName (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-user-manager/ |
H A D | users.cpp | 275 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 D | users.hpp | 130 std::string getUserName() const in getUserName() function in phosphor::user::Users
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | user_mgmt.hpp | 208 Cc getUserName(const uint8_t userId, std::string& userName);
|
H A D | user_layer.cpp | 89 return getUserAccessObject().getUserName(userId, userName); in ipmiUserGetUserName()
|
H A D | user_mgmt.cpp | 969 Cc UserAccess::getUserName(const uint8_t userId, std::string& userName) in getUserName() function in ipmi::UserAccess 1011 getUserName(userId, oldUser); in setUserName()
|