Lines Matching defs:tmpl
445 static int crypto_ccm_create_common(struct crypto_template *tmpl,
522 err = aead_register_instance(tmpl, inst);
530 static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb)
548 return crypto_ccm_create_common(tmpl, tb, ctr_name, mac_name);
551 static int crypto_ccm_base_create(struct crypto_template *tmpl,
565 return crypto_ccm_create_common(tmpl, tb, ctr_name, mac_name);
705 static int crypto_rfc4309_create(struct crypto_template *tmpl,
769 err = aead_register_instance(tmpl, inst);
862 static int cbcmac_create(struct crypto_template *tmpl, struct rtattr **tb)
885 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg);
908 err = shash_register_instance(tmpl, inst);