Home
last modified time | relevance | path

Searched refs:comp_algo (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/opencrypto/
H A Dxform.h51 struct comp_algo { struct
92 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;
H A Dxform.c365 const struct comp_algo comp_algo_deflate = {
371 const struct comp_algo comp_algo_deflate_nogrow = {
377 const struct comp_algo comp_algo_gzip = {
H A Dcryptodev.c115 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()
H A Dcryptosoft_xform.c83 const struct comp_algo *unused_comp_algo;
/netbsd-src/sys/netipsec/
H A Dkeydb.h93 struct comp_algo;
140 const struct comp_algo *tdb_compalgxform; /* compression algorithm */
H A Dxform.h108 const struct comp_algo *ipcomp_algorithm_lookup(int);
H A Dxform_ipcomp.c85 const struct comp_algo *
101 const struct comp_algo *tcomp; in ipcomp_init()
359 const struct comp_algo *ipcompx; in ipcomp_output()
H A Dkey.c6674 const struct comp_algo *algo; in key_getcomb_ipcomp()
/netbsd-src/usr.sbin/fstyp/
H A Dhammer2_disk.h973 uint8_t comp_algo; /* 0083 compression request & algo */ member