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

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECPointContext.java 38 if (!NativeCrypto.EC_GROUP_cmp(group.getNativeRef(), other.group.getNativeRef())) {
OpenSSLECGroupContext.java 65 return NativeCrypto.EC_GROUP_cmp(groupCtx, other.groupCtx);
NativeCrypto.java 188 public static native boolean EC_GROUP_cmp(NativeRef.EC_GROUP ctx1, NativeRef.EC_GROUP ctx2);
    [all...]
  /external/boringssl/src/include/openssl/
ec.h 114 /* EC_GROUP_cmp returns zero if |a| and |b| are the same group and non-zero
116 OPENSSL_EXPORT int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b,
294 * |EC_GROUP_cmp| (even to themselves). |EC_GROUP_get_curve_name| will always
  /external/boringssl/src/crypto/evp/
p_ec_asn1.c 375 if (EC_GROUP_cmp(group_a, group_b, NULL) != 0) {
  /external/boringssl/src/crypto/ec/
ec.c 527 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ignored) {
  /external/openssh/
sshkey.c 721 if (EC_GROUP_cmp(EC_KEY_get0_group(a->ecdsa),
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 65 milliseconds