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