Searched refs:crypto_pcomp_alg (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dcompress.h94 static inline struct pcomp_alg *crypto_pcomp_alg(struct crypto_pcomp *tfm) function
102 return crypto_pcomp_alg(tfm)->compress_setup(tfm, params, len);
107 return crypto_pcomp_alg(tfm)->compress_init(tfm);
113 return crypto_pcomp_alg(tfm)->compress_update(tfm, req);
119 return crypto_pcomp_alg(tfm)->compress_final(tfm, req);
125 return crypto_pcomp_alg(tfm)->decompress_setup(tfm, params, len);
130 return crypto_pcomp_alg(tfm)->decompress_init(tfm);
136 return crypto_pcomp_alg(tfm)->decompress_update(tfm, req);
142 return crypto_pcomp_alg(tfm)->decompress_final(tfm, req);

Completed in 24 milliseconds