Home | History | Annotate | Download | only in socket

Lines Matching refs:peer_id

867   std::string peer_id(host_and_port_.ToString());
868 peer_id += std::string(reinterpret_cast<char*>(ai->ai_addr),
870 // SSLSetPeerID() treats peer_id as a binary blob, and makes its
872 status = SSLSetPeerID(ssl_context_, peer_id.data(), peer_id.length());