Lines Matching refs:group
428 const EC_GROUP* group,
436 group,
444 const EC_GROUP* group,
446 if (group == nullptr)
449 int bits = EC_GROUP_order_bits(group);
1159 const EC_GROUP* group,
1163 size_t len = EC_POINT_point2oct(group, point, form, nullptr, 0, nullptr);
1175 len = EC_POINT_point2oct(group,
1325 const EC_GROUP* group = EC_KEY_get0_group(ec.get());
1330 GetECGroup(env, group, ec)) ||
1334 GetECPubKey(env, group, ec))) {
1338 const int nid = EC_GROUP_get_curve_name(group);