Lines Matching refs:alpn_protocols
68 unsigned char *alpn_protocols; member
80 OPENSSL_free(ctx_data->alpn_protocols); in ctx_data_free_data()
81 ctx_data->alpn_protocols = NULL; in ctx_data_free_data()
433 ctx_data->alpn_protocols, in server_alpn_cb()
621 if (extra->server.alpn_protocols != NULL) { in configure_handshake_ctx()
622 if (!TEST_true(parse_protos(extra->server.alpn_protocols, in configure_handshake_ctx()
623 &server_ctx_data->alpn_protocols, in configure_handshake_ctx()
628 if (extra->server2.alpn_protocols != NULL) { in configure_handshake_ctx()
630 || !TEST_true(parse_protos(extra->server2.alpn_protocols, in configure_handshake_ctx()
631 &server2_ctx_data->alpn_protocols, in configure_handshake_ctx()
638 if (extra->client.alpn_protocols != NULL) { in configure_handshake_ctx()
642 if (!TEST_true(parse_protos(extra->client.alpn_protocols, in configure_handshake_ctx()