Searched defs:acomp_alg (Results 1 – 1 of 1) sorted by relevance
76 struct acomp_alg { struct77 int (*compress)(struct acomp_req *req);78 int (*decompress)(struct acomp_req *req);79 void (*dst_free)(struct scatterlist *dst);80 int (*init)(struct crypto_acomp *tfm);81 void (*exit)(struct crypto_acomp *tfm);82 unsigned int reqsize;83 struct crypto_alg base;