Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dacompress.h81 struct acomp_alg { struct
82 int (*compress)(struct acomp_req *req);
83 int (*decompress)(struct acomp_req *req);
84 void (*dst_free)(struct scatterlist *dst);
85 int (*init)(struct crypto_acomp *tfm);
86 void (*exit)(struct crypto_acomp *tfm);
87 unsigned int reqsize;
88 struct crypto_alg base;