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

/linux-master/include/crypto/internal/
H A Dscompress.h115 * crypto_unregister_scomp() -- Unregister synchronous compression algorithm
122 void crypto_unregister_scomp(struct scomp_alg *alg);
/linux-master/crypto/
H A Dscompress.c296 void crypto_unregister_scomp(struct scomp_alg *alg) function
300 EXPORT_SYMBOL_GPL(crypto_unregister_scomp); variable
316 crypto_unregister_scomp(&algs[i]);
327 crypto_unregister_scomp(&algs[i]);
H A D842.c143 crypto_unregister_scomp(&scomp);
H A Dlz4hc.c153 crypto_unregister_scomp(&scomp);
H A Dlz4.c152 crypto_unregister_scomp(&scomp);
H A Dlzo-rle.c155 crypto_unregister_scomp(&scomp);
H A Dlzo.c155 crypto_unregister_scomp(&scomp);
H A Dzstd.c250 crypto_unregister_scomp(&scomp);
H A Ddeflate.c304 crypto_unregister_scomp(&scomp);
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_main.c461 crypto_unregister_scomp(&zip_scomp_deflate);
474 crypto_unregister_scomp(&zip_scomp_deflate);
475 crypto_unregister_scomp(&zip_scomp_lzs);

Completed in 274 milliseconds