Lines Matching full:alg
49 struct sk_buff *skb, struct crypto_alg *alg) in crypto_scomp_report() argument
61 static void crypto_scomp_show(struct seq_file *m, struct crypto_alg *alg)
64 static void crypto_scomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_scomp_show() argument
124 struct scomp_alg *alg = crypto_scomp_alg(__crypto_scomp_tfm(tfm)); in crypto_scomp_init_tfm() local
128 ret = crypto_acomp_alloc_streams(&alg->streams); in crypto_scomp_init_tfm()
328 static void crypto_scomp_destroy(struct crypto_alg *alg) in crypto_scomp_destroy() argument
330 struct scomp_alg *scomp = __crypto_scomp_alg(alg); in crypto_scomp_destroy()
352 static void scomp_prepare_alg(struct scomp_alg *alg) in scomp_prepare_alg() argument
354 struct crypto_alg *base = &alg->calg.base; in scomp_prepare_alg()
356 comp_prepare_alg(&alg->calg); in scomp_prepare_alg()
361 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp() argument
363 struct crypto_alg *base = &alg->calg.base; in crypto_register_scomp()
365 scomp_prepare_alg(alg); in crypto_register_scomp()
374 void crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp() argument
376 crypto_unregister_alg(&alg->base); in crypto_unregister_scomp()