Lines Matching refs:tcomp
115 const struct comp_algo *tcomp; member
474 if (cse->tcomp == NULL && cse->txform == NULL && cse->thash == NULL) in cryptodev_op()
479 if ((cse->tcomp) && cop->dst_len) { in cryptodev_op()
505 crp = crypto_getreq((cse->tcomp != NULL) + (cse->txform != NULL) + (cse->thash != NULL)); in cryptodev_op()
519 if (cse->tcomp) { in cryptodev_op()
530 } else if (!cse->tcomp) { in cryptodev_op()
967 const struct auth_hash *thash, const struct comp_algo *tcomp) in csecreate() argument
984 cse->tcomp = tcomp; in csecreate()
1114 cse->tcomp == NULL) { in cryptodev_mop()
1127 (cse->tcomp != NULL)); in cryptodev_mop()
1135 if ((cse->tcomp) && cnop[req].dst_len) { in cryptodev_mop()
1155 if (cse->tcomp) { in cryptodev_mop()
1166 } else if (!cse->tcomp) { in cryptodev_mop()
1462 const struct comp_algo *tcomp = NULL; in cryptodev_session() local
1518 tcomp = &comp_algo_deflate; in cryptodev_session()
1521 tcomp = &comp_algo_gzip; in cryptodev_session()
1599 if (tcomp) { in cryptodev_session()
1600 cric.cri_alg = tcomp->type; in cryptodev_session()
1602 DPRINTF("tcomp->type = %d\n", tcomp->type); in cryptodev_session()
1660 (tcomp ? sop->comp_alg : 0), txform, thash, tcomp); in cryptodev_session()