Searched defs:acomp_alg (Results 1 – 1 of 1) sorted by relevance
38 struct acomp_alg { struct39 int (*compress)(struct acomp_req *req);40 int (*decompress)(struct acomp_req *req);41 void (*dst_free)(struct scatterlist *dst);42 int (*init)(struct crypto_acomp *tfm);43 void (*exit)(struct crypto_acomp *tfm);45 unsigned int reqsize;47 union {