Lines Matching refs:crypto_template
76 struct crypto_template *tmpl = inst->tmpl;
128 struct crypto_template *tmpl = inst->tmpl;
511 int crypto_register_template(struct crypto_template *tmpl)
513 struct crypto_template *q;
533 int crypto_register_templates(struct crypto_template *tmpls, int count)
551 void crypto_unregister_template(struct crypto_template *tmpl)
580 void crypto_unregister_templates(struct crypto_template *tmpls, int count)
589 static struct crypto_template *__crypto_lookup_template(const char *name)
591 struct crypto_template *q, *tmpl = NULL;
608 struct crypto_template *crypto_lookup_template(const char *name)
615 int crypto_register_instance(struct crypto_template *tmpl,