Searched defs:acomp_alg (Results 1 – 1 of 1) sorted by relevance
43 struct acomp_alg { struct44 int (*compress)(struct acomp_req *req);45 int (*decompress)(struct acomp_req *req);46 int (*init)(struct crypto_acomp *tfm);47 void (*exit)(struct crypto_acomp *tfm);49 unsigned int reqsize;51 union {