Searched defs:point1Ref (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
3606 const EC_POINT* point1 = reinterpret_cast<const EC_POINT*>(point1Ref);

Completed in 63 milliseconds