ossl_ffc_uid_to_dh_named_group
if ((group = ossl_ffc_uid_to_dh_named_group(nid)) != NULL)
const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid);
if ((ctx->p2 = (char *)ossl_ffc_named_group_get_name(ossl_ffc_uid_to_dh_named_group(ctx->p1))) == NULL) {
if ((ctx->p2 = (char *)ossl_ffc_named_group_get_name(ossl_ffc_uid_to_dh_named_group(ctx->p1))) == NULL) {
if ((ctx->p2 = (char *)ossl_ffc_named_group_get_name(ossl_ffc_uid_to_dh_named_group(atoi(ctx->p2)))) == NULL) {
const DH_NAMED_GROUP *dh_group = ossl_ffc_uid_to_dh_named_group(uid);
const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid);
const DH_NAMED_GROUP *ossl_ffc_uid_to_dh_named_group(int uid);