alloc_ctx         110 crypto/842.c   	.alloc_ctx		= crypto842_alloc_ctx,
alloc_ctx         290 crypto/deflate.c 	.alloc_ctx		= deflate_alloc_ctx,
alloc_ctx         300 crypto/deflate.c 	.alloc_ctx		= zlib_deflate_alloc_ctx,
alloc_ctx         121 crypto/lz4.c   	.alloc_ctx		= lz4_alloc_ctx,
alloc_ctx         122 crypto/lz4hc.c 	.alloc_ctx		= lz4hc_alloc_ctx,
alloc_ctx         124 crypto/lzo-rle.c 	.alloc_ctx		= lzorle_alloc_ctx,
alloc_ctx         124 crypto/lzo.c   	.alloc_ctx		= lzo_alloc_ctx,
alloc_ctx         221 crypto/zstd.c  	.alloc_ctx		= zstd_alloc_ctx,
alloc_ctx         383 drivers/crypto/cavium/zip/zip_main.c 	.alloc_ctx		= zip_alloc_scomp_ctx_deflate,
alloc_ctx         396 drivers/crypto/cavium/zip/zip_main.c 	.alloc_ctx		= zip_alloc_scomp_ctx_lzs,
alloc_ctx          59 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.h 	void			*alloc_ctx;
alloc_ctx          29 include/crypto/internal/scompress.h 	void *(*alloc_ctx)(struct crypto_scomp *tfm);
alloc_ctx          67 include/crypto/internal/scompress.h 	return crypto_scomp_alg(tfm)->alloc_ctx(tfm);