Home
last modified time | relevance | path

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

/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp557 string userPassword; in passwordCallback() local
558 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()