Home
last modified time | relevance | path

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

/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeCrypto.java180 static native void EC_POINT_clear_free(long pointRef); in EC_POINT_clear_free()
183 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef); in EC_POINT_get_affine_coordinates()
186 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef, byte[] x, byte[] y); in EC_POINT_set_affine_coordinates()
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DNativeCrypto.java189 static native void EC_POINT_clear_free(long pointRef); in EC_POINT_clear_free()
192 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef); in EC_POINT_get_affine_coordinates()
195 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef, byte[] x, byte[] y); in EC_POINT_set_affine_coordinates()
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc2052 jobject pointRef, jbyteArray xjavaBytes, in NativeCrypto_EC_POINT_set_affine_coordinates()
2091 jobject pointRef) { in NativeCrypto_EC_POINT_get_affine_coordinates()