Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c1365 if (s->bbio != NULL) in SSL_set0_wbio()
1371 /* Re-attach |bbio| to the new |wbio|. */ in SSL_set0_wbio()
1372 if (s->bbio != NULL) in SSL_set0_wbio()
1373 s->wbio = BIO_push(s->bbio, s->wbio); in SSL_set0_wbio()
1423 if (s->bbio != NULL) { in SSL_get_wbio()
1425 * If |bbio| is active, the true caller-configured BIO is its in SSL_get_wbio()
1428 return BIO_next(s->bbio); in SSL_get_wbio()
4379 BIO *bbio; in ssl_init_wbio_buffer() local
4381 if (s->bbio != NULL) { in ssl_init_wbio_buffer()
4386 bbio in ssl_init_wbio_buffer()
[all...]
H A Dssl_local.h1253 BIO *bbio; member
/third_party/openssl/ssl/
H A Dssl_lib.c1283 if (s->bbio != NULL) in SSL_set0_wbio()
1289 /* Re-attach |bbio| to the new |wbio|. */ in SSL_set0_wbio()
1290 if (s->bbio != NULL) in SSL_set0_wbio()
1291 s->wbio = BIO_push(s->bbio, s->wbio); in SSL_set0_wbio()
1341 if (s->bbio != NULL) { in SSL_get_wbio()
1343 * If |bbio| is active, the true caller-configured BIO is its in SSL_get_wbio()
1346 return BIO_next(s->bbio); in SSL_get_wbio()
4260 BIO *bbio; in ssl_init_wbio_buffer() local
4262 if (s->bbio != NULL) { in ssl_init_wbio_buffer()
4267 bbio in ssl_init_wbio_buffer()
[all...]
H A Dssl_local.h1229 BIO *bbio; member
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dtypes.rs483 bbio: *mut BIO,
516 bbio: *mut c_void,
619 bbio: *mut c_void,

Completed in 26 milliseconds