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