Lines Matching refs:crypto_template
82 struct crypto_template *tmpl = inst->tmpl;
134 struct crypto_template *tmpl = inst->tmpl;
546 int crypto_register_template(struct crypto_template *tmpl)
548 struct crypto_template *q;
568 int crypto_register_templates(struct crypto_template *tmpls, int count)
586 void crypto_unregister_template(struct crypto_template *tmpl)
615 void crypto_unregister_templates(struct crypto_template *tmpls, int count)
624 static struct crypto_template *__crypto_lookup_template(const char *name)
626 struct crypto_template *q, *tmpl = NULL;
643 struct crypto_template *crypto_lookup_template(const char *name)
650 int crypto_register_instance(struct crypto_template *tmpl,