HomeSort by: relevance | last modified time | path
    Searched refs:bbio (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 1298 if (s->bbio != NULL)
1304 /* Re-attach |bbio| to the new |wbio|. */
1305 if (s->bbio != NULL)
1306 s->wbio = BIO_push(s->bbio, s->wbio);
1356 if (s->bbio != NULL) {
1358 * If |bbio| is active, the true caller-configured BIO is its
1361 return BIO_next(s->bbio);
4275 BIO *bbio; local
4277 if (s->bbio != NULL) {
4282 bbio = BIO_new(BIO_f_buffer())
    [all...]
ssl_local.h 1229 BIO *bbio; member in struct:ssl_st
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 1253 if (s->bbio != NULL)
1259 /* Re-attach |bbio| to the new |wbio|. */
1260 if (s->bbio != NULL)
1261 s->wbio = BIO_push(s->bbio, s->wbio);
1311 if (s->bbio != NULL) {
1313 * If |bbio| is active, the true caller-configured BIO is its
1316 return BIO_next(s->bbio);
4034 BIO *bbio; local
4036 if (s->bbio != NULL) {
4041 bbio = BIO_new(BIO_f_buffer())
    [all...]
ssl_local.h 1085 BIO *bbio; member in struct:ssl_st
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 1578 if (sc->bbio != NULL)
1584 /* Re-attach |bbio| to the new |wbio|. */
1585 if (sc->bbio != NULL)
1586 sc->wbio = BIO_push(sc->bbio, sc->wbio);
1660 if (sc->bbio != NULL) {
1662 * If |bbio| is active, the true caller-configured BIO is its
1665 return BIO_next(sc->bbio);
5332 BIO *bbio; local
5334 if (s->bbio != NULL) {
5339 bbio = BIO_new(BIO_f_buffer())
    [all...]
ssl_local.h 1266 BIO *bbio; member in struct:ssl_connection_st

Completed in 42 milliseconds