Home | History | Annotate | Download | only in ssl

Lines Matching defs:tci

2455 	const SSL_CIPHER *ci, *tci = NULL;
2462 if (tci != NULL)
2463 if (ci->id >= tci->id)
2465 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2468 tci = ci;
2475 tci = NULL;
2478 if (tci != NULL)
2479 if (ci->id >= tci->id)
2481 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2484 tci = ci;
2491 tci = NULL;
2494 if (tci != NULL)
2495 if (ci->id >= tci->id)
2497 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2500 tci = ci;