Home
last modified time | relevance | path

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

/linux/crypto/
H A Dscompress.c293 void crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp() function
297 EXPORT_SYMBOL_GPL(crypto_unregister_scomp);
313 crypto_unregister_scomp(&algs[i]); in crypto_register_scomps()
324 crypto_unregister_scomp(&algs[i]); in crypto_unregister_scomps()
H A D842.c143 crypto_unregister_scomp(&scomp); in crypto842_mod_exit()
H A Dlz4hc.c153 crypto_unregister_scomp(&scomp); in lz4hc_mod_fini()
H A Dlz4.c152 crypto_unregister_scomp(&scomp); in lz4_mod_fini()
H A Dlzo-rle.c155 crypto_unregister_scomp(&scomp); in lzorle_mod_fini()
H A Dlzo.c155 crypto_unregister_scomp(&scomp); in lzo_mod_fini()
H A Dzstd.c250 crypto_unregister_scomp(&scomp); in zstd_mod_fini()
H A Ddeflate.c304 crypto_unregister_scomp(&scomp); in deflate_mod_fini()
/linux/drivers/crypto/cavium/zip/
H A Dzip_main.c461 crypto_unregister_scomp(&zip_scomp_deflate); in zip_register_compression_device()
474 crypto_unregister_scomp(&zip_scomp_deflate); in zip_unregister_compression_device()
475 crypto_unregister_scomp(&zip_scomp_lzs); in zip_unregister_compression_device()
/linux/include/crypto/internal/
H A Dscompress.h121 void crypto_unregister_scomp(struct scomp_alg *alg);