Lines Matching refs:tmpl
551 struct crypto_template *tmpl, struct rtattr **tb,
588 tmpl->name, &dh_alg->base);
604 err = kpp_register_instance(tmpl, inst);
832 static int dh_ffdhe2048_create(struct crypto_template *tmpl,
835 return __dh_safe_prime_create(tmpl, tb, &ffdhe2048_prime);
838 static int dh_ffdhe3072_create(struct crypto_template *tmpl,
841 return __dh_safe_prime_create(tmpl, tb, &ffdhe3072_prime);
844 static int dh_ffdhe4096_create(struct crypto_template *tmpl,
847 return __dh_safe_prime_create(tmpl, tb, &ffdhe4096_prime);
850 static int dh_ffdhe6144_create(struct crypto_template *tmpl,
853 return __dh_safe_prime_create(tmpl, tb, &ffdhe6144_prime);
856 static int dh_ffdhe8192_create(struct crypto_template *tmpl,
859 return __dh_safe_prime_create(tmpl, tb, &ffdhe8192_prime);