Home
last modified time | relevance | path

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

/linux-2.6.39/include/crypto/
Dcompress.h94 static inline struct pcomp_alg *crypto_pcomp_alg(struct crypto_pcomp *tfm) in crypto_pcomp_alg() function
102 return crypto_pcomp_alg(tfm)->compress_setup(tfm, params, len); in crypto_compress_setup()
107 return crypto_pcomp_alg(tfm)->compress_init(tfm); in crypto_compress_init()
113 return crypto_pcomp_alg(tfm)->compress_update(tfm, req); in crypto_compress_update()
119 return crypto_pcomp_alg(tfm)->compress_final(tfm, req); in crypto_compress_final()
125 return crypto_pcomp_alg(tfm)->decompress_setup(tfm, params, len); in crypto_decompress_setup()
130 return crypto_pcomp_alg(tfm)->decompress_init(tfm); in crypto_decompress_init()
136 return crypto_pcomp_alg(tfm)->decompress_update(tfm, req); in crypto_decompress_update()
142 return crypto_pcomp_alg(tfm)->decompress_final(tfm, req); in crypto_decompress_final()