Lines Matching refs:SSL_set_bio
2877 * Tests calls to SSL_set_bio() under various conditions.
2879 * For the first 3 * 3 * 3 * 3 = 81 tests we do 2 calls to SSL_set_bio() with
2882 * standard connection setup functions, and then call SSL_set_bio() with
2885 * SSL_set_bio() functions correctly in the case where s->bbio is not NULL.
2955 SSL_set_bio(clientssl, irbio, iwbio);
2959 * each BIO that will have ownership transferred in the SSL_set_bio()
2979 * SSL_set_bio() has some really complicated ownership rules where BIOs have
2991 SSL_set_bio(clientssl, nrbio, nwbio);
3000 * This test is checking that the ref counting for SSL_set_bio is correct.
6603 SSL_set_bio(local, lbio, lbio);
6604 SSL_set_bio(peer, pbio, pbio);
6777 SSL_set_bio(local, lbio, lbio);
6778 SSL_set_bio(peer, pbio, pbio);
6972 SSL_set_bio(con, rbio, wbio);