/src/sys/opencrypto/ |
cryptosoft.c | 704 const struct swcr_comp_algo *cxf; local in function:swcr_compdec 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; local in function:swcr_newsession 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 [all...] |
cryptosoft.c | 704 const struct swcr_comp_algo *cxf; local in function:swcr_compdec 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; local in function:swcr_newsession 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 [all...] |
cryptosoft.c | 704 const struct swcr_comp_algo *cxf; local in function:swcr_compdec 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; local in function:swcr_newsession 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 [all...] |