Home | History | Annotate | Download | only in opencrypto

Lines Matching defs:cxf

704 	const struct swcr_comp_algo *cxf;
708 cxf = sw->sw_cxf;
721 result = cxf->compress(data, crd->crd_len, &out);
723 result = cxf->decompress(data, crd->crd_len, &out,
765 const struct swcr_comp_algo *cxf;
999 cxf = &swcr_comp_algo_deflate;
1000 (*swd)->sw_cxf = cxf;
1004 cxf = &swcr_comp_algo_deflate_nogrow;
1005 (*swd)->sw_cxf = cxf;
1009 cxf = &swcr_comp_algo_gzip;
1010 (*swd)->sw_cxf = cxf;