Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dacompress.h46 struct acomp_alg { struct
47 int (*compress)(struct acomp_req *req);
48 int (*decompress)(struct acomp_req *req);
49 int (*init)(struct crypto_acomp *tfm);
50 void (*exit)(struct crypto_acomp *tfm);
52 union {