Searched defs:BIO_InputStream (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp1095 class BIO_InputStream : public BIO_Stream { class in inherits:BIO_Stream
1097 BIO_InputStream(jobject stream) : function in class:BIO_InputStream
1120 JNI_TRACE("BIO_InputStream::read could not get JNIEnv");
1125 JNI_TRACE("BIO_InputStream::read called with pending exception");
1131 JNI_TRACE("BIO_InputStream::read failed call to NewByteArray");
1137 JNI_TRACE("BIO_InputStream::read failed call to InputStream#read");
1218 BIO_InputStream* stream = static_cast<BIO_InputStream*>(b->ptr);
1240 BIO_InputStream* stream = static_cast<BIO_InputStream*>(
[all...]

Completed in 184 milliseconds