Searched refs:passwordLength (Results 1 – 1 of 1) sorted by relevance
300 size_t passwordLength = userPassword.size(); in ipmiSetUserPassword() local315 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()