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.cpp311 size_t passwordLength = userPassword.size(); in ipmiSetUserPassword() local
326 reinterpret_cast<const char*>(userPassword.data()), passwordLength); in ipmiSetUserPassword()
340 if (password.size() < passwordLength) in ipmiSetUserPassword()
342 password.resize(passwordLength, '\0'); in ipmiSetUserPassword()
345 reinterpret_cast<const char*>(userPassword.data()), passwordLength); in ipmiSetUserPassword()