Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dscompress.c269 int crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp() function
273 EXPORT_SYMBOL_GPL(crypto_unregister_scomp);
289 crypto_unregister_scomp(&algs[i]); in crypto_register_scomps()
300 crypto_unregister_scomp(&algs[i]); in crypto_unregister_scomps()
D842.c143 crypto_unregister_scomp(&scomp); in crypto842_mod_exit()
Dlz4.c152 crypto_unregister_scomp(&scomp); in lz4_mod_fini()
Dlz4hc.c153 crypto_unregister_scomp(&scomp); in lz4hc_mod_fini()
Dlzo.c155 crypto_unregister_scomp(&scomp); in lzo_mod_fini()
Dlzo-rle.c155 crypto_unregister_scomp(&scomp); in lzorle_mod_fini()
Dzstd.c250 crypto_unregister_scomp(&scomp); in zstd_mod_fini()
/Linux-v5.4/drivers/crypto/cavium/zip/
Dzip_main.c439 crypto_unregister_scomp(&zip_scomp_deflate); in zip_register_compression_device()
452 crypto_unregister_scomp(&zip_scomp_deflate); in zip_unregister_compression_device()
453 crypto_unregister_scomp(&zip_scomp_lzs); in zip_unregister_compression_device()
/Linux-v5.4/include/crypto/internal/
Dscompress.h118 int crypto_unregister_scomp(struct scomp_alg *alg);