Lines Matching refs:tmpl
552 struct crypto_template *tmpl, struct rtattr **tb, in __dh_safe_prime_create() argument
589 tmpl->name, &dh_alg->base); in __dh_safe_prime_create()
605 err = kpp_register_instance(tmpl, inst); in __dh_safe_prime_create()
833 static int dh_ffdhe2048_create(struct crypto_template *tmpl, in dh_ffdhe2048_create() argument
836 return __dh_safe_prime_create(tmpl, tb, &ffdhe2048_prime); in dh_ffdhe2048_create()
839 static int dh_ffdhe3072_create(struct crypto_template *tmpl, in dh_ffdhe3072_create() argument
842 return __dh_safe_prime_create(tmpl, tb, &ffdhe3072_prime); in dh_ffdhe3072_create()
845 static int dh_ffdhe4096_create(struct crypto_template *tmpl, in dh_ffdhe4096_create() argument
848 return __dh_safe_prime_create(tmpl, tb, &ffdhe4096_prime); in dh_ffdhe4096_create()
851 static int dh_ffdhe6144_create(struct crypto_template *tmpl, in dh_ffdhe6144_create() argument
854 return __dh_safe_prime_create(tmpl, tb, &ffdhe6144_prime); in dh_ffdhe6144_create()
857 static int dh_ffdhe8192_create(struct crypto_template *tmpl, in dh_ffdhe8192_create() argument
860 return __dh_safe_prime_create(tmpl, tb, &ffdhe8192_prime); in dh_ffdhe8192_create()