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

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl_lib.c478 if (s->bbio != NULL)
481 if (s->bbio == s->wbio)
485 BIO_free(s->bbio);
486 s->bbio=NULL;
542 if (s->bbio != NULL)
544 if (s->wbio == s->bbio)
547 s->bbio->next_bio=NULL;
2486 BIO *bbio; local
2488 if (s->bbio == NULL)
2490 bbio
[all...]
H A Dd1_clnt.c249 if (s->bbio != s->wbio)
250 s->wbio=BIO_push(s->bbio,s->wbio);
H A Dssl.h889 BIO *bbio; /* used during session-id reuse to concatenate member in struct:ssl_st
894 char *bbio; member in struct:ssl_st
H A Ds3_clnt.c255 if (s->bbio != s->wbio)
256 s->wbio=BIO_push(s->bbio,s->wbio);
H A Ds3_lib.c2537 if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio))
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h889 BIO *bbio; /* used during session-id reuse to concatenate member in struct:ssl_st
894 char *bbio; member in struct:ssl_st

Completed in 255 milliseconds