Home | History | Annotate | Download | only in socket

Lines Matching refs:peer_id

3230   std::string peer_id = host_and_port_.ToString();
3236 peer_id += "/" + ssl_session_cache_shard_;
3238 SECStatus rv = SSL_SetSockPeerID(nss_fd_, const_cast<char*>(peer_id.c_str()));
3240 LogFailedNSSFunction(net_log_, "SSL_SetSockPeerID", peer_id.c_str());