Lines Matching defs:tmpl
576 static int crypto_gcm_create_common(struct crypto_template *tmpl,
650 err = aead_register_instance(tmpl, inst);
658 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb)
671 return crypto_gcm_create_common(tmpl, tb, ctr_name, "ghash");
674 static int crypto_gcm_base_create(struct crypto_template *tmpl,
688 return crypto_gcm_create_common(tmpl, tb, ctr_name, ghash_name);
827 static int crypto_rfc4106_create(struct crypto_template *tmpl,
891 err = aead_register_instance(tmpl, inst);
1042 static int crypto_rfc4543_create(struct crypto_template *tmpl,
1106 err = aead_register_instance(tmpl, inst);