Lines Matching defs:tcomp
115 const struct comp_algo *tcomp;
474 if (cse->tcomp == NULL && cse->txform == NULL && cse->thash == NULL)
479 if ((cse->tcomp) && cop->dst_len) {
505 crp = crypto_getreq((cse->tcomp != NULL) + (cse->txform != NULL) + (cse->thash != NULL));
512 /* crds are always ordered tcomp, thash, then txform */
519 if (cse->tcomp) {
530 } else if (!cse->tcomp) {
967 const struct auth_hash *thash, const struct comp_algo *tcomp)
984 cse->tcomp = tcomp;
1114 cse->tcomp == NULL) {
1127 (cse->tcomp != NULL));
1135 if ((cse->tcomp) && cnop[req].dst_len) {
1155 if (cse->tcomp) {
1166 } else if (!cse->tcomp) {
1462 const struct comp_algo *tcomp = NULL;
1518 tcomp = &comp_algo_deflate;
1521 tcomp = &comp_algo_gzip;
1522 DPRINTF("tcomp for GZIP\n");
1599 if (tcomp) {
1600 cric.cri_alg = tcomp->type;
1602 DPRINTF("tcomp->type = %d\n", tcomp->type);
1660 (tcomp ? sop->comp_alg : 0), txform, thash, tcomp);