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

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp1244 static void bio_stream_assign(BIO *b, BIO_Stream* stream) { function
4701 bio_stream_assign(bio.get(), new BIO_InputStream(streamObj));
4720 bio_stream_assign(bio.get(), new BIO_OutputStream(streamObj));

Completed in 67 milliseconds