Home
last modified time | relevance | path

Searched defs:acomp_alg (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/crypto/
A Dacompress.h77 struct acomp_alg { struct
78 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