HomeSort by: relevance | last modified time | path
    Searched refs:nrbio (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c 1822 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL; local
1904 setupbio(&nrbio, bio1, bio2, newrbio);
1912 if (nrbio != NULL
1913 && nrbio != irbio
1914 && (nwbio != iwbio || nrbio != nwbio))
1915 BIO_up_ref(nrbio);
1917 && nwbio != nrbio
1921 SSL_set_bio(clientssl, nrbio, nwbio);
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 2942 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL; local
3026 setupbio(&nrbio, bio1, bio2, newrbio);
3034 if (nrbio != NULL
3035 && nrbio != irbio
3036 && (nwbio != iwbio || nrbio != nwbio))
3037 if (!TEST_true(BIO_up_ref(nrbio)))
3040 && nwbio != nrbio
3043 if (nrbio != irbio
3044 && (nwbio != iwbio || nrbio != nwbio))
3045 BIO_free(nrbio);
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 2908 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL; local
2990 setupbio(&nrbio, bio1, bio2, newrbio);
2998 if (nrbio != NULL
2999 && nrbio != irbio
3000 && (nwbio != iwbio || nrbio != nwbio))
3001 BIO_up_ref(nrbio);
3003 && nwbio != nrbio
3007 SSL_set_bio(clientssl, nrbio, nwbio);

Completed in 40 milliseconds