Lines Matching refs:npn_protocols
66 OPENSSL_free(ctx_data->npn_protocols); in ctx_data_free_data()
67 ctx_data->npn_protocols = NULL; in ctx_data_free_data()
393 ctx_data->npn_protocols, in client_npn_cb()
404 *data = ctx_data->npn_protocols; in server_npn_cb()
577 if (extra->server.npn_protocols != NULL) { in configure_handshake_ctx()
578 if (!TEST_true(parse_protos(extra->server.npn_protocols, in configure_handshake_ctx()
579 &server_ctx_data->npn_protocols, in configure_handshake_ctx()
585 if (extra->server2.npn_protocols != NULL) { in configure_handshake_ctx()
586 if (!TEST_true(parse_protos(extra->server2.npn_protocols, in configure_handshake_ctx()
587 &server2_ctx_data->npn_protocols, in configure_handshake_ctx()
594 if (extra->client.npn_protocols != NULL) { in configure_handshake_ctx()
595 if (!TEST_true(parse_protos(extra->client.npn_protocols, in configure_handshake_ctx()
596 &client_ctx_data->npn_protocols, in configure_handshake_ctx()