Home | History | Annotate | Download | only in ssl

Lines Matching defs:bio

670 	/* Only do replay check if no SCTP bio */
980 BIO *bio;
982 bio=SSL_get_rbio(s);
984 BIO_clear_retry_flags(bio);
985 BIO_set_retry_read(bio);
1071 BIO *bio;
1077 bio=SSL_get_rbio(s);
1078 BIO_clear_retry_flags(bio);
1079 BIO_set_retry_read(bio);
1304 BIO *bio;
1310 bio=SSL_get_rbio(s);
1311 BIO_clear_retry_flags(bio);
1312 BIO_set_retry_read(bio);