Lines Matching refs:gen_group
29 EC_GROUP *gen_group;
69 if (sctx->gen_group) {
70 dctx->gen_group = EC_GROUP_dup(sctx->gen_group);
71 if (!dctx->gen_group)
98 EC_GROUP_free(dctx->gen_group);
262 EC_GROUP_free(dctx->gen_group);
263 dctx->gen_group = group;
267 if (!dctx->gen_group) {
271 EC_GROUP_set_asn1_flag(dctx->gen_group, p1);
438 if (dctx->gen_group == NULL) {
445 if (!(ret = EC_KEY_set_group(ec, dctx->gen_group))
457 if (ctx->pkey == NULL && dctx->gen_group == NULL) {
472 ret = EC_KEY_set_group(ec, dctx->gen_group);