Home
last modified time | relevance | path

Searched refs:nwbio (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dsslapitest.c2936 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL; in test_ssl_set_bio() local
3019 setupbio(&nwbio, bio1, bio2, newwbio); in test_ssl_set_bio()
3028 && (nwbio != iwbio || nrbio != nwbio)) in test_ssl_set_bio()
3030 if (nwbio != NULL in test_ssl_set_bio()
3031 && nwbio != nrbio in test_ssl_set_bio()
3032 && (nwbio != iwbio || (nwbio == iwbio && irbio == iwbio))) in test_ssl_set_bio()
3033 BIO_up_ref(nwbio); in test_ssl_set_bio()
3035 SSL_set_bio(clientssl, nrbio, nwbio); in test_ssl_set_bio()

Completed in 30 milliseconds