EC_POINT_cmp
r = EC_POINT_cmp(group, pa, pb, NULL);
if (EC_POINT_cmp(eckey->group, point, eckey->pub_key,
if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a),
(EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == 0)) {
ret = (0 == EC_POINT_cmp(GOST_KEY_get0_group(ea), ka, kb, NULL));
if (EC_POINT_cmp(key->group, point, key->pub_key, ctx) != 0) {
int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx);
if (EC_POINT_cmp(grp_a, pub_a, pub_b, NULL) != 0)