Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp1104 std::array<uint8_t, maxHashSize> userPwdHash; in ipmiOEMSetBIOSHashInfo() local
1105 userPwdHash.fill({}); // initializing with 0 as user password hash field in ipmiOEMSetBIOSHashInfo()
1107 json["UserPwdHash"] = userPwdHash; in ipmiOEMSetBIOSHashInfo()