HomeSort by: relevance | last modified time | path
    Searched defs:EC_POINT_cmp (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ec_lib.c 621 /* XXX EC_POINT_cmp() assumes that the methods are equal */
622 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a),
952 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ec_lib.c 673 /* XXX EC_POINT_cmp() assumes that the methods are equal */
675 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a), EC_GROUP_get0_generator(b), ctx) != 0)
1014 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ec_lib.c 674 /* XXX EC_POINT_cmp() assumes that the methods are equal */
676 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a),
1014 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,

Completed in 26 milliseconds