Lines Matching defs:genctx
347 void *genctx = NULL, *derivectx = NULL;
364 genctx = xor_gen_init(pxorctx->provctx, OSSL_KEYMGMT_SELECT_KEYPAIR, NULL);
365 if (genctx == NULL)
367 ourkey = xor_gen(genctx, NULL, NULL);
386 xor_gen_cleanup(genctx);
610 static int xor_gen_set_params(void *genctx, const OSSL_PARAM params[])
612 struct xor_gen_ctx *gctx = genctx;
629 static const OSSL_PARAM *xor_gen_settable_params(ossl_unused void *genctx,
639 static void *xor_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg)
641 struct xor_gen_ctx *gctx = genctx;
738 static void xor_gen_cleanup(void *genctx)
740 OPENSSL_free(genctx);