Searched defs:sslRef (Results 1 – 2 of 2) sorted by relevance
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 1238 static native int ENGINE_SSL_write_BIO_direct(long sslRef, long bioRef, long pos, int length, in ENGINE_SSL_write_BIO_direct() 1244 static native int ENGINE_SSL_write_BIO_heap(long sslRef, long bioRef, byte[] sourceJava, in ENGINE_SSL_write_BIO_heap() 1250 static native int ENGINE_SSL_read_BIO_direct(long sslRef, long bioRef, long address, int len, in ENGINE_SSL_read_BIO_direct() 1256 static native int ENGINE_SSL_read_BIO_heap(long sslRef, long bioRef, byte[] destJava, in ENGINE_SSL_read_BIO_heap()
|
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 6764 static void NativeCrypto_SSL_set_accept_state(JNIEnv* env, jclass, jlong sslRef) { in NativeCrypto_SSL_set_accept_state() 6773 static void NativeCrypto_SSL_set_connect_state(JNIEnv* env, jclass, jlong sslRef) { in NativeCrypto_SSL_set_connect_state() 8856 static jint NativeCrypto_ENGINE_SSL_read_direct(JNIEnv* env, jclass, jlong sslRef, jlong address, in NativeCrypto_ENGINE_SSL_read_direct() 8869 static jint NativeCrypto_ENGINE_SSL_read_heap(JNIEnv* env, jclass, jlong sslRef, in NativeCrypto_ENGINE_SSL_read_heap() 8894 static int NativeCrypto_ENGINE_SSL_write_BIO_direct(JNIEnv* env, jclass, jlong sslRef, jlong bioRef, in NativeCrypto_ENGINE_SSL_write_BIO_direct() 8948 static int NativeCrypto_ENGINE_SSL_write_BIO_heap(JNIEnv* env, jclass, jlong sslRef, jlong bioRef, in NativeCrypto_ENGINE_SSL_write_BIO_heap() 9014 static int NativeCrypto_ENGINE_SSL_read_BIO_direct(JNIEnv* env, jclass, jlong sslRef, jlong bioRef, in NativeCrypto_ENGINE_SSL_read_BIO_direct() 9064 static int NativeCrypto_ENGINE_SSL_read_BIO_heap(JNIEnv* env, jclass, jlong sslRef, jlong bioRef, in NativeCrypto_ENGINE_SSL_read_BIO_heap() 9127 static int NativeCrypto_ENGINE_SSL_write_direct(JNIEnv* env, jclass, jlong sslRef, jlong address, in NativeCrypto_ENGINE_SSL_write_direct() 9168 static int NativeCrypto_ENGINE_SSL_write_heap(JNIEnv* env, jclass, jlong sslRef, in NativeCrypto_ENGINE_SSL_write_heap()
|