Searched defs:EC_GROUP_cmp (Results 1 – 2 of 2) sorted by relevance
527 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ignored) { in EC_GROUP_cmp() function
188 public static native boolean EC_GROUP_cmp(NativeRef.EC_GROUP ctx1, NativeRef.EC_GROUP ctx2); in EC_GROUP_cmp() method in NativeCrypto