Searched defs:acomp_alg (Results 1 – 1 of 1) sorted by relevance
77 struct acomp_alg { struct78 int (*compress)(struct acomp_req *req);79 int (*decompress)(struct acomp_req *req);80 void (*dst_free)(struct scatterlist *dst);81 int (*init)(struct crypto_acomp *tfm);82 void (*exit)(struct crypto_acomp *tfm);83 unsigned int reqsize;84 struct crypto_alg base;
Completed in 3 milliseconds