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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLECPointContext.java 49 if (!NativeCrypto.EC_GROUP_cmp(group.getContext(), other.group.getContext())) {
OpenSSLECGroupContext.java 100 return NativeCrypto.EC_GROUP_cmp(groupCtx, other.groupCtx);
NativeCrypto.java 199 public static native boolean EC_GROUP_cmp(long ctx1, long ctx2);
    [all...]
  /external/openssl/crypto/ec/
ec_ameth.c 416 if (EC_GROUP_cmp(group_a, group_b, NULL))
ec.h 351 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
    [all...]
ec_lib.c 473 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx)
  /external/openssl/include/openssl/
ec.h 351 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
    [all...]
  /external/openssh/
key.c 297 if (EC_GROUP_cmp(EC_KEY_get0_group(a->ecdsa),
1095 if (EC_GROUP_cmp(g, eg, bnctx) == 0)
    [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 169 milliseconds