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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_lib.c587 if (s->bbio != NULL) {
589 if (s->bbio == s->wbio) {
592 BIO_free(s->bbio);
593 s->bbio = NULL;
678 if (s->bbio != NULL) {
679 if (s->wbio == s->bbio) {
681 s->bbio->next_bio = NULL;
3098 BIO *bbio; local
3100 if (s->bbio == NULL) {
3101 bbio
[all...]
H A Dd1_clnt.c351 if (s->bbio != s->wbio)
352 s->wbio = BIO_push(s->bbio, s->wbio);
H A Dssl.h1442 BIO *bbio; member in struct:ssl_st
1448 char *bbio; member in struct:ssl_st
H A Ds3_clnt.c306 if (s->bbio != s->wbio)
307 s->wbio = BIO_push(s->bbio, s->wbio);
H A Ds3_lib.c4465 if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio)) {

Completed in 207 milliseconds