Searched refs:BIO_Stream (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp1231 class BIO_Stream { class
1233 BIO_Stream(jobject stream) : function in class:BIO_Stream
1239 ~BIO_Stream() {
1257 JNI_TRACE("BIO_Stream::flush called with pending exception");
1283 class BIO_InputStream : public BIO_Stream {
1286 BIO_Stream(stream),
1352 class BIO_OutputStream : public BIO_Stream {
1355 BIO_Stream(stream) {
1402 delete static_cast<BIO_Stream*>(b->ptr);
1443 static void bio_stream_assign(BIO *b, BIO_Stream* strea
[all...]

Completed in 63 milliseconds