Searched refs:userPwdHash (Results 1 – 2 of 2) sorted by relevance
88 constexpr std::array<uint8_t, biosPasswordMaxHashSize> userPwdHash = {0}; in ipmiSetBiosPassword() local89 json[keyUserPwdHash] = userPwdHash; in ipmiSetBiosPassword()
1103 std::array<uint8_t, maxHashSize> userPwdHash; in ipmiOEMSetBIOSHashInfo() local1104 userPwdHash.fill({}); // initializing with 0 as user password hash field in ipmiOEMSetBIOSHashInfo()1106 json["UserPwdHash"] = userPwdHash; in ipmiOEMSetBIOSHashInfo()