Searched defs:SSLSocketDataProvider (Results 1 – 2 of 2) sorted by relevance
320 struct SSLSocketDataProvider { struct326 MockConnect connect;327 SSLClientSocket::NextProtoStatus next_proto_status;328 std::string next_proto;329 bool was_npn_negotiated;330 NextProto protocol_negotiated;331 bool client_cert_sent;332 SSLCertRequestInfo* cert_request_info;333 scoped_refptr<X509Certificate> cert;334 bool channel_id_sent;[all …]
273 SSLSocketDataProvider::SSLSocketDataProvider(IoMode mode, int result) in SSLSocketDataProvider() function in net::SSLSocketDataProvider