Searched defs:pointRef (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | NativeCrypto.java | 184 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/ |
D | NativeCrypto.java | 177 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/ |
D | native_crypto.cc | 1994 jobject pointRef, jbyteArray xjavaBytes, in NativeCrypto_EC_POINT_set_affine_coordinates() 2035 jobject pointRef) { in NativeCrypto_EC_POINT_get_affine_coordinates()
|