Searched defs:EC_GROUP_cmp (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/crypto/ec/
H A Dec.c527 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ignored) { function
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java188 public static native boolean EC_GROUP_cmp(NativeRef.EC_GROUP ctx1, NativeRef.EC_GROUP ctx2); method in class:NativeCrypto

Completed in 129 milliseconds