Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/internal/
Dacompress.h43 struct acomp_alg { struct
44 int (*compress)(struct acomp_req *req);
45 int (*decompress)(struct acomp_req *req);
46 int (*init)(struct crypto_acomp *tfm);
47 void (*exit)(struct crypto_acomp *tfm);
49 unsigned int reqsize;
51 union {