Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/crypto/internal/
Dacompress.h38 struct acomp_alg { struct
39 int (*compress)(struct acomp_req *req);
40 int (*decompress)(struct acomp_req *req);
41 void (*dst_free)(struct scatterlist *dst);
42 int (*init)(struct crypto_acomp *tfm);
43 void (*exit)(struct crypto_acomp *tfm);
45 unsigned int reqsize;
47 union {
/kernel/linux/linux-5.10/include/crypto/
Dacompress.h76 struct acomp_alg { struct
77 int (*compress)(struct acomp_req *req);
78 int (*decompress)(struct acomp_req *req);
79 void (*dst_free)(struct scatterlist *dst);
80 int (*init)(struct crypto_acomp *tfm);
81 void (*exit)(struct crypto_acomp *tfm);
82 unsigned int reqsize;
83 struct crypto_alg base;