Lines Matching refs:ffc
556 FFC_PARAMS *ffc;
574 ffc = ossl_dsa_get0_params(dsa);
577 && !ossl_ffc_params_copy(ffc, gctx->ffc_params))
581 && !ossl_ffc_params_set_seed(ffc, gctx->seed, gctx->seedlen))
584 ossl_ffc_params_set_gindex(ffc, gctx->gindex);
586 ossl_ffc_params_set_pcounter(ffc, gctx->pcounter);
588 ossl_ffc_params_set_h(ffc, gctx->hindex);
591 if (!ossl_ffc_set_digest(ffc, gctx->mdname, gctx->mdprops))
601 ossl_ffc_params_enable_flags(ffc, FFC_PARAM_FLAG_VALIDATE_LEGACY,
604 if (ffc->p == NULL
605 || ffc->q == NULL
606 || ffc->g == NULL)