Home
last modified time | relevance | path

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

/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java184 static native void EC_POINT_clear_free(long pointRef); in EC_POINT_clear_free()
187 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef); in EC_POINT_get_affine_coordinates()
190 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef, byte[] x, byte[] y); in EC_POINT_set_affine_coordinates()
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java177 static native void EC_POINT_clear_free(long pointRef); in EC_POINT_clear_free()
180 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef); in EC_POINT_get_affine_coordinates()
183 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/conscrypt/
Dnative_crypto.cc1994 jobject pointRef, jbyteArray xjavaBytes, in NativeCrypto_EC_POINT_set_affine_coordinates()
2035 jobject pointRef) { in NativeCrypto_EC_POINT_get_affine_coordinates()