Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dsslapitest.c2892 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL; in test_ssl_set_bio() local
2975 setupbio(&nwbio, bio1, bio2, newwbio); in test_ssl_set_bio()
2984 && (nwbio != iwbio || nrbio != nwbio)) in test_ssl_set_bio()
2986 if (nwbio != NULL in test_ssl_set_bio()
2987 && nwbio != nrbio in test_ssl_set_bio()
2988 && (nwbio != iwbio || (nwbio == iwbio && irbio == iwbio))) in test_ssl_set_bio()
2989 BIO_up_ref(nwbio); in test_ssl_set_bio()
2991 SSL_set_bio(clientssl, nrbio, nwbio); in test_ssl_set_bio()
[all...]

Completed in 7 milliseconds