Lines Matching defs:tmpl
369 static int cryptd_create_skcipher(struct crypto_template *tmpl,
418 err = skcipher_register_instance(tmpl, inst);
636 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb,
688 err = ahash_register_instance(tmpl, inst);
822 static int cryptd_create_aead(struct crypto_template *tmpl,
869 err = aead_register_instance(tmpl, inst);
879 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb)
889 return cryptd_create_skcipher(tmpl, tb, algt, &queue);
891 return cryptd_create_hash(tmpl, tb, algt, &queue);
893 return cryptd_create_aead(tmpl, tb, algt, &queue);