HomeSort by relevance Sort by last modified time
    Searched defs:EC_POINT_cmp (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/ec/
ec_lib.c 518 /* 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)
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 217 public static native boolean EC_POINT_cmp(long groupRef, long pointRef1, long pointRef2);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]

Completed in 117 milliseconds