Lines Matching refs:npn_protocols
66 unsigned char *npn_protocols; member
78 OPENSSL_free(ctx_data->npn_protocols); in ctx_data_free_data()
79 ctx_data->npn_protocols = NULL; in ctx_data_free_data()
394 ctx_data->npn_protocols, in client_npn_cb()
405 *data = ctx_data->npn_protocols; in server_npn_cb()
595 if (extra->server.npn_protocols != NULL) { in configure_handshake_ctx()
596 if (!TEST_true(parse_protos(extra->server.npn_protocols, in configure_handshake_ctx()
597 &server_ctx_data->npn_protocols, in configure_handshake_ctx()
603 if (extra->server2.npn_protocols != NULL) { in configure_handshake_ctx()
604 if (!TEST_true(parse_protos(extra->server2.npn_protocols, in configure_handshake_ctx()
605 &server2_ctx_data->npn_protocols, in configure_handshake_ctx()
612 if (extra->client.npn_protocols != NULL) { in configure_handshake_ctx()
613 if (!TEST_true(parse_protos(extra->client.npn_protocols, in configure_handshake_ctx()
614 &client_ctx_data->npn_protocols, in configure_handshake_ctx()