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

  /external/chromium/net/socket/
socket_test_util.h 251 std::string next_proto; member in struct:net::SSLSocketDataProvider
    [all...]
  /external/openssl/apps/
s_client.c 382 static tlsextnextprotoctx next_proto; variable
817 next_proto.status = -1;
820 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
821 if (next_proto.data == NULL)
828 next_proto.data = NULL;
962 if (next_proto.data)
963 SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto);
    [all...]
s_server.c 842 tlsextnextprotoctx *next_proto = arg; local
844 *data = next_proto->data;
845 *len = next_proto->len;
893 tlsextnextprotoctx next_proto; local
    [all...]

Completed in 331 milliseconds