Searched refs:alpn_client_proto_list_len (Results 1 – 3 of 3) sorted by relevance
984 if ((size_t)(limit - ret) < 6 + s->alpn_client_proto_list_len) { in ssl_add_clienthello_tlsext()988 s2n(2 + s->alpn_client_proto_list_len, ret); in ssl_add_clienthello_tlsext()989 s2n(s->alpn_client_proto_list_len, ret); in ssl_add_clienthello_tlsext()990 memcpy(ret, s->alpn_client_proto_list, s->alpn_client_proto_list_len); in ssl_add_clienthello_tlsext()991 ret += s->alpn_client_proto_list_len; in ssl_add_clienthello_tlsext()
317 s->ctx->alpn_client_proto_list_len); in SSL_new()321 s->alpn_client_proto_list_len = s->ctx->alpn_client_proto_list_len; in SSL_new()1541 ctx->alpn_client_proto_list_len = protos_len; in SSL_CTX_set_alpn_protos()1552 ssl->alpn_client_proto_list_len = protos_len; in SSL_set_alpn_protos()
1061 unsigned alpn_client_proto_list_len; member1469 unsigned alpn_client_proto_list_len; member