Searched defs:acomp_alg (Results 1 – 1 of 1) sorted by relevance
46 struct acomp_alg { struct47 int (*compress)(struct acomp_req *req);48 int (*decompress)(struct acomp_req *req);49 int (*init)(struct crypto_acomp *tfm);50 void (*exit)(struct crypto_acomp *tfm);52 union {