Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.cpp300 size_t passwordLength = userPassword.size(); in ipmiSetUserPassword() local
315 reinterpret_cast<const char*>(userPassword.data()), passwordLength); in ipmiSetUserPassword()
329 if (password.size() < passwordLength) in ipmiSetUserPassword()
331 password.resize(passwordLength, '\0'); in ipmiSetUserPassword()
334 reinterpret_cast<const char*>(userPassword.data()), passwordLength); in ipmiSetUserPassword()