Lines Matching defs:tmpl
574 static int crypto_gcm_create_common(struct crypto_template *tmpl,
648 err = aead_register_instance(tmpl, inst);
656 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb)
669 return crypto_gcm_create_common(tmpl, tb, ctr_name, "ghash");
672 static int crypto_gcm_base_create(struct crypto_template *tmpl,
686 return crypto_gcm_create_common(tmpl, tb, ctr_name, ghash_name);
825 static int crypto_rfc4106_create(struct crypto_template *tmpl,
889 err = aead_register_instance(tmpl, inst);
1040 static int crypto_rfc4543_create(struct crypto_template *tmpl,
1104 err = aead_register_instance(tmpl, inst);