Lines Matching refs:genctx
500 static int dh_gen_set_template(void *genctx, void *templ) in dh_gen_set_template() argument
502 struct dh_gen_ctx *gctx = genctx; in dh_gen_set_template()
526 static int dh_gen_common_set_params(void *genctx, const OSSL_PARAM params[]) in dh_gen_common_set_params() argument
528 struct dh_gen_ctx *gctx = genctx; in dh_gen_common_set_params()
570 static const OSSL_PARAM *dh_gen_settable_params(ossl_unused void *genctx, in dh_gen_settable_params() argument
584 static const OSSL_PARAM *dhx_gen_settable_params(ossl_unused void *genctx, in dhx_gen_settable_params() argument
604 static int dhx_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dhx_gen_set_params() argument
606 struct dh_gen_ctx *gctx = genctx; in dhx_gen_set_params()
609 if (!dh_gen_common_set_params(genctx, params)) in dhx_gen_set_params()
658 static int dh_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dh_gen_set_params() argument
660 struct dh_gen_ctx *gctx = genctx; in dh_gen_set_params()
663 if (!dh_gen_common_set_params(genctx, params)) in dh_gen_set_params()
696 static void *dh_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in dh_gen() argument
699 struct dh_gen_ctx *gctx = genctx; in dh_gen()
766 BN_GENCB_set(gencb, dh_gencb, genctx); in dh_gen()
809 static void dh_gen_cleanup(void *genctx) in dh_gen_cleanup() argument
811 struct dh_gen_ctx *gctx = genctx; in dh_gen_cleanup()