Home
last modified time | relevance | path

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

/third_party/boost/doc/html/boost_asio/example/cpp11/ssl/
Dserver.cpp88 context_.set_password_callback(std::bind(&server::get_password, this)); in server()
97 std::string get_password() const in get_password() function in server
/third_party/boost/libs/asio/example/cpp11/ssl/
Dserver.cpp88 context_.set_password_callback(std::bind(&server::get_password, this)); in server()
97 std::string get_password() const in get_password() function in server
/third_party/boost/doc/html/boost_asio/example/cpp03/ssl/
Dserver.cpp105 context_.set_password_callback(boost::bind(&server::get_password, this)); in server()
113 std::string get_password() const in get_password() function in server
/third_party/boost/libs/asio/example/cpp03/ssl/
Dserver.cpp105 context_.set_password_callback(boost::bind(&server::get_password, this)); in server()
113 std::string get_password() const in get_password() function in server