Home
last modified time | relevance | path

Searched refs:npn (Results 1 – 25 of 28) sorted by relevance

12

/third_party/openssl/test/ssl-tests/
D08-npn.conf5 test-0 = 0-npn-simple
6 test-1 = 1-npn-client-finds-match
7 test-2 = 2-npn-client-honours-server-pref
8 test-3 = 3-npn-client-first-pref-on-mismatch
9 test-4 = 4-npn-no-server-support
10 test-5 = 5-npn-no-client-support
11 test-6 = 6-npn-with-sni-no-context-switch
12 test-7 = 7-npn-with-sni-context-switch
13 test-8 = 8-npn-selected-sni-server-supports-npn
14 test-9 = 9-npn-selected-sni-server-does-not-support-npn
[all …]
D08-npn.conf.in19 name => "npn-simple",
36 name => "npn-client-finds-match",
53 name => "npn-client-honours-server-pref",
70 name => "npn-client-first-pref-on-mismatch",
87 name => "npn-no-server-support",
100 name => "npn-no-client-support",
114 name => "npn-with-sni-no-context-switch",
139 name => "npn-with-sni-context-switch",
164 name => "npn-selected-sni-server-supports-npn",
188 name => "npn-selected-sni-server-does-not-support-npn",
[all …]
/third_party/curl/docs/cmdline-opts/
Dno-alpn.d5 See-also: no-npn http2
Dno-npn.d1 Long: no-npn
DMakefile.inc141 no-npn.d \
/third_party/nghttp2/doc/bash_completion/
Dh2load11 …t-to --header-table-size --requests --log-file --base-uri --h1 --threads --npn-list --rate-period …
Dnghttpx11 …okup-timeout --backend-http2-max-concurrent-streams --worker-write-burst --npn-list --dns-max-try …
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-anc.c1168 gint opn, opd, npn, npd; in gst_video_afd_meta_transform() local
1176 npn = GST_VIDEO_INFO_PAR_N (trans->out_info); in gst_video_afd_meta_transform()
1185 ((gdouble) nw / (gdouble) nh) * ((gdouble) npn / (gdouble) npd)); in gst_video_afd_meta_transform()
/third_party/openssl/ssl/statem/
Dextensions_clnt.c1599 OPENSSL_free(s->ext.npn); in tls_parse_stoc_npn()
1600 s->ext.npn = OPENSSL_malloc(selected_len); in tls_parse_stoc_npn()
1601 if (s->ext.npn == NULL) { in tls_parse_stoc_npn()
1608 memcpy(s->ext.npn, selected, selected_len); in tls_parse_stoc_npn()
Dstatem_clnt.c3643 if (!WPACKET_sub_memcpy_u8(pkt, s->ext.npn, len) in tls_construct_next_proto()
Dstatem_srvr.c4241 if (!PACKET_memdup(&next_proto, &s->ext.npn, &next_proto_len)) { in tls_process_next_proto()
/third_party/curl/docs/
Doptions-in-versions129 --no-npn 7.36.0
/third_party/nghttp2/doc/sources/
Dh2load-howto.rst34 You can set specific protocols in :option:`--npn-list` option. For
Dnghttpx-howto.rst127 $ google-chrome --proxy-pac-url=file:///path/to/proxy.pac --use-npn
/third_party/nghttp2/doc/
Dh2load.1.rst200 .. option:: --npn-list=<LIST>
213 Short hand for :option:`--npn-list`\=http/1.1
Dnghttpx.1.rst692 .. option:: --npn-list=<LIST>
/third_party/openssl/ssl/
Ds3_lib.c3373 OPENSSL_free(s->ext.npn); in ssl3_clear()
3374 s->ext.npn = NULL; in ssl3_clear()
Dssl_lib.c802 s->ext.npn = NULL; in SSL_new()
1230 OPENSSL_free(s->ext.npn); in SSL_free()
2794 *data = s->ext.npn; in SSL_get0_next_proto_negotiated()
Dssl_local.h1330 unsigned char *npn; member
/third_party/nghttp2/python/
Dnghttp2.pyx306 logging.info('npn, protocol:%s', protocol)
/third_party/nghttp2/
DREADME.rst817 $ google-chrome --proxy-pac-url=file:///path/to/proxy.pac --use-npn
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt6306 "npn~o",
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt6306 "npn~o",
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt6060 "npn~o",
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md570 * [[`8377374754`](https://github.com/nodejs/node/commit/8377374754)] - **test**: fix tests when npn

12