Home | History | Annotate | Download | only in test

Lines Matching defs:alpn_protocols

68     unsigned char *alpn_protocols;
80 OPENSSL_free(ctx_data->alpn_protocols);
81 ctx_data->alpn_protocols = NULL;
428 * The result points either to |in| or to |ctx_data->alpn_protocols|.
433 ctx_data->alpn_protocols,
621 if (extra->server.alpn_protocols != NULL) {
622 if (!TEST_true(parse_protos(extra->server.alpn_protocols,
623 &server_ctx_data->alpn_protocols,
628 if (extra->server2.alpn_protocols != NULL) {
630 || !TEST_true(parse_protos(extra->server2.alpn_protocols,
631 &server2_ctx_data->alpn_protocols,
638 if (extra->client.alpn_protocols != NULL) {
642 if (!TEST_true(parse_protos(extra->client.alpn_protocols,