Lines Matching refs:alpn_protocols
68 OPENSSL_free(ctx_data->alpn_protocols); in ctx_data_free_data()
69 ctx_data->alpn_protocols = NULL; in ctx_data_free_data()
432 ctx_data->alpn_protocols, in server_alpn_cb()
603 if (extra->server.alpn_protocols != NULL) { in configure_handshake_ctx()
604 if (!TEST_true(parse_protos(extra->server.alpn_protocols, in configure_handshake_ctx()
605 &server_ctx_data->alpn_protocols, in configure_handshake_ctx()
610 if (extra->server2.alpn_protocols != NULL) { in configure_handshake_ctx()
612 || !TEST_true(parse_protos(extra->server2.alpn_protocols, in configure_handshake_ctx()
613 &server2_ctx_data->alpn_protocols, in configure_handshake_ctx()
620 if (extra->client.alpn_protocols != NULL) { in configure_handshake_ctx()
624 if (!TEST_true(parse_protos(extra->client.alpn_protocols, in configure_handshake_ctx()