Home
last modified time | relevance | path

Searched refs:alpn_protocols_len (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/test/helpers/
Dhandshake.h19 size_t alpn_protocols_len; member
Dhandshake.c441 ctx_data->alpn_protocols_len, in, inlen); in server_alpn_cb()
614 &server_ctx_data->alpn_protocols_len))) in configure_handshake_ctx()
622 &server2_ctx_data->alpn_protocols_len in configure_handshake_ctx()
/third_party/python/Modules/
D_ssl.c282 unsigned int alpn_protocols_len; member
3312 ctx->alpn_protocols, ctx->alpn_protocols_len, in _selectALPN_cb()
3338 self->alpn_protocols_len = (unsigned int)protos->len; in _ssl__SSLContext__set_alpn_protocols_impl()
3340 if (SSL_CTX_set_alpn_protos(self->ctx, self->alpn_protocols, self->alpn_protocols_len)) in _ssl__SSLContext__set_alpn_protocols_impl()