Home
last modified time | relevance | path

Searched defs:pointRef (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java148 static native void EC_POINT_clear_free(long pointRef); in EC_POINT_clear_free()
151 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef); in EC_POINT_get_affine_coordinates()
154 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef, byte[] x, byte[] y); in EC_POINT_set_affine_coordinates()
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp1815 jobject groupRef, jobject pointRef, jbyteArray xjavaBytes, jbyteArray yjavaBytes) in NativeCrypto_EC_POINT_set_affine_coordinates()
1852 jobject groupRef, jobject pointRef) in NativeCrypto_EC_POINT_get_affine_coordinates()