Home
last modified time | relevance | path

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

/openbmc/bios-settings-mgr/src/
H A Dpassword.cpp127 mNewPwdHash.fill(0); in verifyIntegrityCheck()
133 mNewPwdHash.data())) in verifyIntegrityCheck()
222 json["AdminPwdHash"] = mNewPwdHash; in changePassword()
/openbmc/bios-settings-mgr/include/
H A Dpassword.hpp96 std::array<uint8_t, maxHashSize> mNewPwdHash; member in bios_config_pwd::Password