Searched refs:alpn_protocols_len (Results 1 – 2 of 2) sorted by relevance
320 int alpn_protocols_len; member2441 ctx->alpn_protocols, ctx->alpn_protocols_len, in _selectALPN_cb()2460 self->alpn_protocols_len = protos.len; in _set_alpn_protocols()2463 if (SSL_CTX_set_alpn_protos(self->ctx, self->alpn_protocols, self->alpn_protocols_len)) in _set_alpn_protocols()
430 unsigned int alpn_protocols_len; member3504 ctx->alpn_protocols, ctx->alpn_protocols_len, in _selectALPN_cb()3532 self->alpn_protocols_len = (unsigned int)protos->len; in _ssl__SSLContext__set_alpn_protocols_impl()3534 if (SSL_CTX_set_alpn_protos(self->ctx, self->alpn_protocols, self->alpn_protocols_len)) in _ssl__SSLContext__set_alpn_protocols_impl()