Lines Matching defs:tmpl
373 static int cryptd_create_skcipher(struct crypto_template *tmpl,
422 err = skcipher_register_instance(tmpl, inst);
658 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb,
711 err = ahash_register_instance(tmpl, inst);
866 static int cryptd_create_aead(struct crypto_template *tmpl,
913 err = aead_register_instance(tmpl, inst);
923 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb)
933 return cryptd_create_skcipher(tmpl, tb, algt, &queue);
935 return cryptd_create_hash(tmpl, tb, algt, &queue);
937 return cryptd_create_aead(tmpl, tb, algt, &queue);