Lines Matching defs:genctx
343 void *genctx = NULL, *derivectx = NULL;
360 genctx = xor_gen_init(pxorctx->provctx, OSSL_KEYMGMT_SELECT_KEYPAIR, NULL);
361 if (genctx == NULL)
363 ourkey = xor_gen(genctx, NULL, NULL);
382 xor_gen_cleanup(genctx);
606 static int xor_gen_set_params(void *genctx, const OSSL_PARAM params[])
608 struct xor_gen_ctx *gctx = genctx;
625 static const OSSL_PARAM *xor_gen_settable_params(ossl_unused void *genctx,
635 static void *xor_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg)
637 struct xor_gen_ctx *gctx = genctx;
734 static void xor_gen_cleanup(void *genctx)
736 OPENSSL_free(genctx);