Home | History | Annotate | Download | only in openssh

Lines Matching refs:EC_GROUP_get_order

2141 	if (EC_GROUP_get_order(group, order, bnctx) != 1)
2142 fatal("%s: EC_GROUP_get_order failed", __func__);
2206 if (EC_GROUP_get_order(EC_KEY_get0_group(key), order, bnctx) != 1)
2207 fatal("%s: EC_GROUP_get_order failed", __func__);