Home
last modified time | relevance | path

Searched refs: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() argument
151 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef); in EC_POINT_get_affine_coordinates() argument
154 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef, byte[] x, byte[] y); in EC_POINT_set_affine_coordinates() argument
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp1815 jobject groupRef, jobject pointRef, jbyteArray xjavaBytes, jbyteArray yjavaBytes) in NativeCrypto_EC_POINT_set_affine_coordinates() argument
1817 JNI_TRACE("EC_POINT_set_affine_coordinates(%p, %p, %p, %p)", groupRef, pointRef, xjavaBytes, in NativeCrypto_EC_POINT_set_affine_coordinates()
1823 EC_POINT* point = fromContextObject<EC_POINT>(env, pointRef); in NativeCrypto_EC_POINT_set_affine_coordinates()
1852 jobject groupRef, jobject pointRef) in NativeCrypto_EC_POINT_get_affine_coordinates() argument
1854 JNI_TRACE("EC_POINT_get_affine_coordinates(%p, %p)", groupRef, pointRef); in NativeCrypto_EC_POINT_get_affine_coordinates()
1859 const EC_POINT* point = fromContextObject<EC_POINT>(env, pointRef); in NativeCrypto_EC_POINT_get_affine_coordinates()