Searched refs:npn (Results 1 – 25 of 28) sorted by relevance
12
/third_party/openssl/test/ssl-tests/ |
D | 08-npn.conf | 5 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 …]
|
D | 08-npn.conf.in | 19 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/ |
D | no-alpn.d | 5 See-also: no-npn http2
|
D | no-npn.d | 1 Long: no-npn
|
D | Makefile.inc | 141 no-npn.d \
|
/third_party/nghttp2/doc/bash_completion/ |
D | h2load | 11 …t-to --header-table-size --requests --log-file --base-uri --h1 --threads --npn-list --rate-period …
|
D | nghttpx | 11 …okup-timeout --backend-http2-max-concurrent-streams --worker-write-burst --npn-list --dns-max-try …
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-anc.c | 1168 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/ |
D | extensions_clnt.c | 1599 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()
|
D | statem_clnt.c | 3643 if (!WPACKET_sub_memcpy_u8(pkt, s->ext.npn, len) in tls_construct_next_proto()
|
D | statem_srvr.c | 4241 if (!PACKET_memdup(&next_proto, &s->ext.npn, &next_proto_len)) { in tls_process_next_proto()
|
/third_party/curl/docs/ |
D | options-in-versions | 129 --no-npn 7.36.0
|
/third_party/nghttp2/doc/sources/ |
D | h2load-howto.rst | 34 You can set specific protocols in :option:`--npn-list` option. For
|
D | nghttpx-howto.rst | 127 $ google-chrome --proxy-pac-url=file:///path/to/proxy.pac --use-npn
|
/third_party/nghttp2/doc/ |
D | h2load.1.rst | 200 .. option:: --npn-list=<LIST> 213 Short hand for :option:`--npn-list`\=http/1.1
|
D | nghttpx.1.rst | 692 .. option:: --npn-list=<LIST>
|
/third_party/openssl/ssl/ |
D | s3_lib.c | 3373 OPENSSL_free(s->ext.npn); in ssl3_clear() 3374 s->ext.npn = NULL; in ssl3_clear()
|
D | ssl_lib.c | 802 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()
|
D | ssl_local.h | 1330 unsigned char *npn; member
|
/third_party/nghttp2/python/ |
D | nghttp2.pyx | 306 logging.info('npn, protocol:%s', protocol)
|
/third_party/nghttp2/ |
D | README.rst | 817 $ google-chrome --proxy-pac-url=file:///path/to/proxy.pac --use-npn
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 6306 "npn~o",
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6306 "npn~o",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 6060 "npn~o",
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V7.md | 570 * [[`8377374754`](https://github.com/nodejs/node/commit/8377374754)] - **test**: fix tests when npn…
|
12