Searched refs:comp_algo (Results 1 – 9 of 9) sorted by relevance
51 struct comp_algo { struct92 extern const struct comp_algo comp_algo_deflate;93 extern const struct comp_algo comp_algo_deflate_nogrow;94 extern const struct comp_algo comp_algo_gzip;
365 const struct comp_algo comp_algo_deflate = {371 const struct comp_algo comp_algo_deflate_nogrow = {377 const struct comp_algo comp_algo_gzip = {
115 const struct comp_algo *tcomp;184 const struct comp_algo *);967 const struct auth_hash *thash, const struct comp_algo *tcomp) in csecreate()1462 const struct comp_algo *tcomp = NULL; in cryptodev_session()
83 const struct comp_algo *unused_comp_algo;
93 struct comp_algo;140 const struct comp_algo *tdb_compalgxform; /* compression algorithm */
108 const struct comp_algo *ipcomp_algorithm_lookup(int);
85 const struct comp_algo *101 const struct comp_algo *tcomp; in ipcomp_init()359 const struct comp_algo *ipcompx; in ipcomp_output()
6674 const struct comp_algo *algo; in key_getcomb_ipcomp()
973 uint8_t comp_algo; /* 0083 compression request & algo */ member