Home
last modified time | relevance | path

Searched refs:crypto_register_scomp (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/crypto/
Dscompress.c280 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp() function
290 EXPORT_SYMBOL_GPL(crypto_register_scomp);
303 ret = crypto_register_scomp(&algs[i]); in crypto_register_scomps()
D842.c139 ret = crypto_register_scomp(&scomp); in crypto842_mod_init()
Dlz4hc.c154 ret = crypto_register_scomp(&scomp); in lz4hc_mod_init()
Dlzo.c155 ret = crypto_register_scomp(&scomp); in lzo_mod_init()
Dlz4.c153 ret = crypto_register_scomp(&scomp); in lz4_mod_init()
Dzstd.c247 ret = crypto_register_scomp(&scomp); in zstd_mod_init()
/linux-4.19.296/include/crypto/internal/
Dscompress.h111 int crypto_register_scomp(struct scomp_alg *alg);