Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_layer.hpp42 static constexpr uint8_t maxIpmi15PasswordSize = 16; variable
H A Dusercommands.cpp296 (!pwLen20 && (userPassword.size() != maxIpmi15PasswordSize)))) in ipmiSetUserPassword()