Lines Matching refs:tmpl
549 struct crypto_template *tmpl, struct rtattr **tb, in __dh_safe_prime_create() argument
586 tmpl->name, &dh_alg->base); in __dh_safe_prime_create()
603 err = kpp_register_instance(tmpl, inst); in __dh_safe_prime_create()
831 static int dh_ffdhe2048_create(struct crypto_template *tmpl, in dh_ffdhe2048_create() argument
834 return __dh_safe_prime_create(tmpl, tb, &ffdhe2048_prime); in dh_ffdhe2048_create()
837 static int dh_ffdhe3072_create(struct crypto_template *tmpl, in dh_ffdhe3072_create() argument
840 return __dh_safe_prime_create(tmpl, tb, &ffdhe3072_prime); in dh_ffdhe3072_create()
843 static int dh_ffdhe4096_create(struct crypto_template *tmpl, in dh_ffdhe4096_create() argument
846 return __dh_safe_prime_create(tmpl, tb, &ffdhe4096_prime); in dh_ffdhe4096_create()
849 static int dh_ffdhe6144_create(struct crypto_template *tmpl, in dh_ffdhe6144_create() argument
852 return __dh_safe_prime_create(tmpl, tb, &ffdhe6144_prime); in dh_ffdhe6144_create()
855 static int dh_ffdhe8192_create(struct crypto_template *tmpl, in dh_ffdhe8192_create() argument
858 return __dh_safe_prime_create(tmpl, tb, &ffdhe8192_prime); in dh_ffdhe8192_create()