Searched refs:bio_read (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/ |
D | pair.c | 149 static int bio_read(BIO *bio, char *buf, int size_) { in bio_read() function 454 BIO_TYPE_BIO, "BIO pair", bio_write, bio_read, NULL /* puts */,
|
/external/boringssl/src/crypto/bio/ |
D | pair.c | 149 static int bio_read(BIO *bio, char *buf, int size_) { in bio_read() function 454 BIO_TYPE_BIO, "BIO pair", bio_write, bio_read, NULL /* puts */,
|
/external/python/pyopenssl/tests/ |
D | test_ssl.py | 368 dirty = read.bio_read(4096) 2904 conn.bio_read(1024) 2915 conn.bio_read(bufsize) 2929 data = conn.bio_read(2) 3602 clientSSL.bio_read(100)
|
/external/python/pyopenssl/doc/api/ |
D | ssl.rst | 156 the :py:meth:`bio_read`, :py:meth:`bio_write`, and :py:meth:`bio_shutdown`
|
/external/python/pyopenssl/src/OpenSSL/ |
D | SSL.py | 1762 def bio_read(self, bufsiz): member in Connection
|