Lines Matching refs:tci
2544 const SSL_CIPHER *ci, *tci = NULL;
2551 if (tci != NULL)
2552 if (ci->id >= tci->id)
2554 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2557 tci = ci;
2564 tci = NULL;
2567 if (tci != NULL)
2568 if (ci->id >= tci->id)
2570 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2573 tci = ci;
2580 tci = NULL;
2583 if (tci != NULL)
2584 if (ci->id >= tci->id)
2586 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2589 tci = ci;