crypto_pcomp_alg  102 include/crypto/compress.h 	return crypto_pcomp_alg(tfm)->compress_setup(tfm, params, len);
crypto_pcomp_alg  107 include/crypto/compress.h 	return crypto_pcomp_alg(tfm)->compress_init(tfm);
crypto_pcomp_alg  113 include/crypto/compress.h 	return crypto_pcomp_alg(tfm)->compress_update(tfm, req);
crypto_pcomp_alg  119 include/crypto/compress.h 	return crypto_pcomp_alg(tfm)->compress_final(tfm, req);
crypto_pcomp_alg  125 include/crypto/compress.h 	return crypto_pcomp_alg(tfm)->decompress_setup(tfm, params, len);
crypto_pcomp_alg  130 include/crypto/compress.h 	return crypto_pcomp_alg(tfm)->decompress_init(tfm);
crypto_pcomp_alg  136 include/crypto/compress.h 	return crypto_pcomp_alg(tfm)->decompress_update(tfm, req);
crypto_pcomp_alg  142 include/crypto/compress.h 	return crypto_pcomp_alg(tfm)->decompress_final(tfm, req);