Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
Dscompress.c269 void 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()
Dlz4hc.c153 crypto_unregister_scomp(&scomp); in lz4hc_mod_fini()
Dlz4.c152 crypto_unregister_scomp(&scomp); in lz4_mod_fini()
Dlzo-rle.c155 crypto_unregister_scomp(&scomp); in lzorle_mod_fini()
Dlzo.c155 crypto_unregister_scomp(&scomp); in lzo_mod_fini()
Dzstd.c250 crypto_unregister_scomp(&scomp); in zstd_mod_fini()
/linux-5.19.10/drivers/crypto/cavium/zip/
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-5.19.10/include/crypto/internal/
Dscompress.h116 void crypto_unregister_scomp(struct scomp_alg *alg);