Home
last modified time | relevance | path

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

/third_party/openssl/test/helpers/
H A Dhandshake.h19 size_t alpn_protocols_len; member
H A 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/
H A D_ssl.c280 unsigned int alpn_protocols_len; member
3350 ctx->alpn_protocols, ctx->alpn_protocols_len, in _selectALPN_cb()
3376 self->alpn_protocols_len = (unsigned int)protos->len; in _ssl__SSLContext__set_alpn_protocols_impl()
3378 if (SSL_CTX_set_alpn_protos(self->ctx, self->alpn_protocols, self->alpn_protocols_len)) in _ssl__SSLContext__set_alpn_protocols_impl()

Completed in 10 milliseconds