Lines Matching refs:crypto_template
79 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance()
110 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance()
456 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template()
458 struct crypto_template *q; in crypto_register_template()
478 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates()
496 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template()
525 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates()
534 static struct crypto_template *__crypto_lookup_template(const char *name) in __crypto_lookup_template()
536 struct crypto_template *q, *tmpl = NULL; in __crypto_lookup_template()
553 struct crypto_template *crypto_lookup_template(const char *name) in crypto_lookup_template()
560 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance()