Lines Matching defs:genctx
1035 static int ec_gen_set_group(void *genctx, const EC_GROUP *src)
1037 struct ec_gen_ctx *gctx = genctx;
1050 static int ec_gen_set_template(void *genctx, void *templ)
1052 struct ec_gen_ctx *gctx = genctx;
1100 static int ec_gen_set_params(void *genctx, const OSSL_PARAM params[])
1103 struct ec_gen_ctx *gctx = genctx;
1208 static const OSSL_PARAM *ec_gen_settable_params(ossl_unused void *genctx,
1242 static void *ec_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg)
1244 struct ec_gen_ctx *gctx = genctx;
1298 static void *sm2_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg)
1300 struct ec_gen_ctx *gctx = genctx;
1345 static void ec_gen_cleanup(void *genctx)
1347 struct ec_gen_ctx *gctx = genctx;