crypto_register_scomp  130 crypto/842.c   	ret = crypto_register_scomp(&scomp);
crypto_register_scomp  140 crypto/lz4.c   	ret = crypto_register_scomp(&scomp);
crypto_register_scomp  141 crypto/lz4hc.c 	ret = crypto_register_scomp(&scomp);
crypto_register_scomp  143 crypto/lzo-rle.c 	ret = crypto_register_scomp(&scomp);
crypto_register_scomp  143 crypto/lzo.c   	ret = crypto_register_scomp(&scomp);
crypto_register_scomp  267 crypto/scompress.c EXPORT_SYMBOL_GPL(crypto_register_scomp);
crypto_register_scomp  280 crypto/scompress.c 		ret = crypto_register_scomp(&algs[i]);
crypto_register_scomp  240 crypto/zstd.c  	ret = crypto_register_scomp(&scomp);
crypto_register_scomp  424 drivers/crypto/cavium/zip/zip_main.c 	ret = crypto_register_scomp(&zip_scomp_deflate);
crypto_register_scomp  430 drivers/crypto/cavium/zip/zip_main.c 	ret = crypto_register_scomp(&zip_scomp_lzs);
crypto_register_scomp  106 include/crypto/internal/scompress.h int crypto_register_scomp(struct scomp_alg *alg);