Searched defs:acomp_alg (Results 1 – 1 of 1) sorted by relevance
37 struct acomp_alg { struct38 int (*compress)(struct acomp_req *req);39 int (*decompress)(struct acomp_req *req);40 void (*dst_free)(struct scatterlist *dst);41 int (*init)(struct crypto_acomp *tfm);42 void (*exit)(struct crypto_acomp *tfm);44 unsigned int reqsize;46 union {