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

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp3603 static jboolean NativeCrypto_EC_POINT_cmp(JNIEnv* env, jclass, jlong groupRef, jlong point1Ref, jlong point2Ref) argument
3607 const EC_POINT* point2 = reinterpret_cast<const EC_POINT*>(point2Ref);

Completed in 64 milliseconds