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

/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_lib.c1257 if (s->bbio != NULL)
1263 /* Re-attach |bbio| to the new |wbio|. */
1264 if (s->bbio != NULL)
1265 s->wbio = BIO_push(s->bbio, s->wbio);
1315 if (s->bbio != NULL) {
1317 * If |bbio| is active, the true caller-configured BIO is its
1320 return BIO_next(s->bbio);
4063 BIO *bbio; local
4065 if (s->bbio != NULL) {
4070 bbio
[all...]
H A Dssl_local.h1087 BIO *bbio; member in struct:ssl_st

Completed in 176 milliseconds