Lines Matching refs:genctx
543 static int ecx_gen_set_params(void *genctx, const OSSL_PARAM params[]) in ecx_gen_set_params() argument
545 struct ecx_gen_ctx *gctx = genctx; in ecx_gen_set_params()
601 static const OSSL_PARAM *ecx_gen_settable_params(ossl_unused void *genctx, in ecx_gen_settable_params() argument
747 static void *x25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in x25519_gen() argument
749 struct ecx_gen_ctx *gctx = genctx; in x25519_gen()
761 static void *x448_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in x448_gen() argument
763 struct ecx_gen_ctx *gctx = genctx; in x448_gen()
775 static void *ed25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ed25519_gen() argument
778 struct ecx_gen_ctx *gctx = genctx; in ed25519_gen()
809 static void *ed448_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ed448_gen() argument
812 struct ecx_gen_ctx *gctx = genctx; in ed448_gen()
842 static void ecx_gen_cleanup(void *genctx) in ecx_gen_cleanup() argument
844 struct ecx_gen_ctx *gctx = genctx; in ecx_gen_cleanup()