Searched defs:EC_POINT_cmp (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dec.c704 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, function
707 OPENSSL_PUT_ERROR(EC, EC_POINT_cmp, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
711 OPENSSL_PUT_ERROR(EC, EC_POINT_cmp, EC_R_INCOMPATIBLE_OBJECTS);
/external/openssl/crypto/ec/
H A Dec_lib.c518 /* XXX EC_POINT_cmp() assumes that the methods are equal */
519 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a),
991 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) function
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java249 public static native boolean EC_POINT_cmp(long groupRef, long pointRef1, long pointRef2); method in class:NativeCrypto

Completed in 478 milliseconds