Searched defs:crypto_acomp (Results 1 – 2 of 2) sorted by relevance
52 struct crypto_acomp { struct53 int (*compress)(struct acomp_req *req);54 int (*decompress)(struct acomp_req *req);55 void (*dst_free)(struct scatterlist *dst);56 unsigned int reqsize;57 struct crypto_tfm base;
47 struct crypto_acomp { struct48 int (*compress)(struct acomp_req *req);49 int (*decompress)(struct acomp_req *req);50 void (*dst_free)(struct scatterlist *dst);51 unsigned int reqsize;52 struct crypto_tfm base;