Lines Matching defs:genctx
517 static int ecx_gen_set_params(void *genctx, const OSSL_PARAM params[])
519 struct ecx_gen_ctx *gctx = genctx;
565 static const OSSL_PARAM *ecx_gen_settable_params(ossl_unused void *genctx,
629 static void *x25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg)
631 struct ecx_gen_ctx *gctx = genctx;
643 static void *x448_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg)
645 struct ecx_gen_ctx *gctx = genctx;
657 static void *ed25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg)
659 struct ecx_gen_ctx *gctx = genctx;
674 static void *ed448_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg)
676 struct ecx_gen_ctx *gctx = genctx;
690 static void ecx_gen_cleanup(void *genctx)
692 struct ecx_gen_ctx *gctx = genctx;