Searched refs:EC_POINT_cmp (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dectest.c368 if (0 != EC_POINT_cmp(group, P, Q, ctx))
381 if (0 != EC_POINT_cmp(group, P, Q, ctx))
395 if (0 != EC_POINT_cmp(group, P, Q, ctx))
414 if (0 != EC_POINT_cmp(group, P, R, ctx))
906 if (0 != EC_POINT_cmp(group, P, R, ctx))
908 if (0 != EC_POINT_cmp(group, R, Q, ctx))
1218 if (0 != EC_POINT_cmp(group, P, Q, ctx))
1232 if (0 != EC_POINT_cmp(group, P, Q, ctx))
1247 if (0 != EC_POINT_cmp(group, P, Q, ctx))
1258 if (0 != EC_POINT_cmp(grou
[all...]
H A Dec_key.c339 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) {
H A Dec.h270 int EC_POINT_cmp(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b,
H A Dec_lib.c490 /* XXX EC_POINT_cmp() assumes that the methods are equal */
491 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a),
1017 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, function
H A Dec_mult.c395 && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) ==
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dp_lib.c283 r = EC_POINT_cmp(group, pa, pb, NULL);
/freebsd-9.3-release/crypto/openssh/
H A Dkey.c327 EC_POINT_cmp(EC_KEY_get0_group(a->ecdsa),

Completed in 121 milliseconds