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

/linux-master/include/crypto/internal/
H A Dscompress.h103 * crypto_register_scomp() -- Register synchronous compression algorithm
112 int crypto_register_scomp(struct scomp_alg *alg);
/linux-master/crypto/
H A Dscompress.c283 int crypto_register_scomp(struct scomp_alg *alg) function
294 EXPORT_SYMBOL_GPL(crypto_register_scomp); variable
307 ret = crypto_register_scomp(&algs[i]);
H A D842.c130 ret = crypto_register_scomp(&scomp);
H A Dlz4hc.c141 ret = crypto_register_scomp(&scomp);
H A Dlz4.c140 ret = crypto_register_scomp(&scomp);
H A Dlzo-rle.c143 ret = crypto_register_scomp(&scomp);
H A Dlzo.c143 ret = crypto_register_scomp(&scomp);
H A Dzstd.c240 ret = crypto_register_scomp(&scomp);
H A Ddeflate.c292 ret = crypto_register_scomp(&scomp);
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_main.c446 ret = crypto_register_scomp(&zip_scomp_deflate);
452 ret = crypto_register_scomp(&zip_scomp_lzs);

Completed in 117 milliseconds