Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c2942 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL; in test_ssl_set_bio() local
3026 setupbio(&nrbio, bio1, bio2, newrbio); in test_ssl_set_bio()
3034 if (nrbio != NULL in test_ssl_set_bio()
3035 && nrbio != irbio in test_ssl_set_bio()
3036 && (nwbio != iwbio || nrbio != nwbio)) in test_ssl_set_bio()
3037 if (!TEST_true(BIO_up_ref(nrbio))) in test_ssl_set_bio()
3040 && nwbio != nrbio in test_ssl_set_bio()
3043 if (nrbio != irbio in test_ssl_set_bio()
3044 && (nwbio != iwbio || nrbio != nwbio)) in test_ssl_set_bio()
3045 BIO_free(nrbio); in test_ssl_set_bio()
[all …]