Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/oem/nvidia/
H A Dbiosconfigcommands.cpp88 constexpr std::array<uint8_t, biosPasswordMaxHashSize> userPwdHash = {0}; in ipmiSetBiosPassword() local
89 json[keyUserPwdHash] = userPwdHash; in ipmiSetBiosPassword()
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp1103 std::array<uint8_t, maxHashSize> userPwdHash; in ipmiOEMSetBIOSHashInfo() local
1104 userPwdHash.fill({}); // initializing with 0 as user password hash field in ipmiOEMSetBIOSHashInfo()
1106 json["UserPwdHash"] = userPwdHash; in ipmiOEMSetBIOSHashInfo()