Searched refs:userPassword (Results 1 – 1 of 1) sorted by relevance
557 string userPassword; in passwordCallback() local558 factory->getPassword(userPassword, size); in passwordCallback()559 int length = static_cast<int>(userPassword.size()); in passwordCallback()563 strncpy(password, userPassword.c_str(), length); in passwordCallback()564 userPassword.assign(userPassword.size(), '*'); in passwordCallback()