Home
last modified time | relevance | path

Searched refs:point1Ref (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp3603 static jboolean NativeCrypto_EC_POINT_cmp(JNIEnv* env, jclass, jlong groupRef, jlong point1Ref, jlo… in NativeCrypto_EC_POINT_cmp() argument
3606 const EC_POINT* point1 = reinterpret_cast<const EC_POINT*>(point1Ref); in NativeCrypto_EC_POINT_cmp()