HomeSort by relevance Sort by last modified time
    Searched defs:next_proto (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/socket/
socket_test_util.h 251 std::string next_proto; member in struct:net::SSLSocketDataProvider
    [all...]
  /external/chromium_org/net/socket/
socket_test_util.h 296 std::string next_proto; member in struct:net::SSLSocketDataProvider
    [all...]
ssl_client_socket_nss.cc 424 next_proto.clear();
434 // negotiated protocol stored in |next_proto|.
436 std::string next_proto; member in struct:net::__anon11377::HandshakeState
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 132 next_proto = 67, enumerator in enum:__anon11479
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 520 static tlsextnextprotoctx next_proto; variable
1013 next_proto.status = -1;
1016 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
1017 if (next_proto.data == NULL)
1024 next_proto.data = NULL;
    [all...]
s_server.c 908 tlsextnextprotoctx *next_proto = arg; local
910 *data = next_proto->data;
911 *len = next_proto->len;
965 tlsextnextprotoctx next_proto; local
    [all...]
  /external/openssl/apps/
s_client.c 521 static tlsextnextprotoctx next_proto; variable
1020 next_proto.status = -1;
1023 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
1024 if (next_proto.data == NULL)
1031 next_proto.data = NULL;
    [all...]
s_server.c 908 tlsextnextprotoctx *next_proto = arg; local
910 *data = next_proto->data;
911 *len = next_proto->len;
965 tlsextnextprotoctx next_proto; local
    [all...]

Completed in 1361 milliseconds