Home
last modified time | relevance | path

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

/linux-6.12.1/include/crypto/internal/
Dacompress.h37 struct acomp_alg { struct
38 int (*compress)(struct acomp_req *req);
39 int (*decompress)(struct acomp_req *req);
40 void (*dst_free)(struct scatterlist *dst);
41 int (*init)(struct crypto_acomp *tfm);
42 void (*exit)(struct crypto_acomp *tfm);
44 unsigned int reqsize;
46 union {