Lines Matching refs:crypto_template
82 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance_workfn()
134 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance()
545 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template()
547 struct crypto_template *q; in crypto_register_template()
567 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates()
585 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template()
614 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates()
623 static struct crypto_template *__crypto_lookup_template(const char *name) in __crypto_lookup_template()
625 struct crypto_template *q, *tmpl = NULL; in __crypto_lookup_template()
642 struct crypto_template *crypto_lookup_template(const char *name) in crypto_lookup_template()
649 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance()