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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLECPointContext.java 53 return NativeCrypto.EC_POINT_cmp(group.getContext(), pointCtx, other.pointCtx);
NativeCrypto.java 217 public static native boolean EC_POINT_cmp(long groupRef, long pointRef1, long pointRef2);
    [all...]
  /external/openssl/crypto/ec/
ectest.c 220 if (0 != EC_POINT_cmp(group, Q, P, ctx)) ABORT;
224 if (0 != EC_POINT_cmp(group, Q, P, ctx)) ABORT;
228 if (0 != EC_POINT_cmp(group, Q, P, ctx)) ABORT;
363 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
370 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
377 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
391 if (0 != EC_POINT_cmp(group, P, R, ctx)) ABORT;
655 if (0 != EC_POINT_cmp(group, P, R, ctx)) ABORT;
656 if (0 != EC_POINT_cmp(group, R, Q, ctx)) ABORT;
907 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT
    [all...]
ec_ameth.c 232 r = EC_POINT_cmp(group, pa, pb, NULL);
ec_key.c 367 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key,
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)
ec.h 627 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx);
    [all...]
ec_mult.c 412 if (pre_comp && pre_comp->numblocks && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == 0))
  /external/openssl/include/openssl/
ec.h 627 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx);
    [all...]
  /external/openssh/
key.c 299 EC_POINT_cmp(EC_KEY_get0_group(a->ecdsa),
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]

Completed in 473 milliseconds