HomeSort by: relevance | last modified time | path
    Searched refs:nwbio (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
1905 setupbio(&nwbio, bio1, bio2, newwbio);
1914 && (nwbio != iwbio || nrbio != nwbio))
1916 if (nwbio != NULL
1917 && nwbio != nrbio
1918 && (nwbio != iwbio || (nwbio == iwbio && irbio == iwbio)))
1919 BIO_up_ref(nwbio);
1921 SSL_set_bio(clientssl, nrbio, nwbio);
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 2942 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL; local
3027 setupbio(&nwbio, bio1, bio2, newwbio);
3036 && (nwbio != iwbio || nrbio != nwbio))
3039 if (nwbio != NULL
3040 && nwbio != nrbio
3041 && (nwbio != iwbio || (nwbio == iwbio && irbio == iwbio)))
3042 if (!TEST_true(BIO_up_ref(nwbio))) {
3044 && (nwbio != iwbio || nrbio != nwbio)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 2908 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL; local
2991 setupbio(&nwbio, bio1, bio2, newwbio);
3000 && (nwbio != iwbio || nrbio != nwbio))
3002 if (nwbio != NULL
3003 && nwbio != nrbio
3004 && (nwbio != iwbio || (nwbio == iwbio && irbio == iwbio)))
3005 BIO_up_ref(nwbio);
3007 SSL_set_bio(clientssl, nrbio, nwbio);
    [all...]

Completed in 35 milliseconds