HomeSort by: relevance | last modified time | path
    Searched refs:irbio (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
1883 setupbio(&irbio, bio1, bio2, initrbio);
1885 SSL_set_bio(clientssl, irbio, iwbio);
1892 if (irbio != NULL)
1893 BIO_up_ref(irbio);
1894 if (iwbio != NULL && iwbio != irbio)
1913 && nrbio != irbio
1918 && (nwbio != iwbio || (nwbio == iwbio && irbio == iwbio)))
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 2942 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL; local
3003 setupbio(&irbio, bio1, bio2, initrbio);
3005 SSL_set_bio(clientssl, irbio, iwbio);
3012 if (irbio != NULL && !BIO_up_ref(irbio))
3014 if (iwbio != NULL && iwbio != irbio && !BIO_up_ref(iwbio)) {
3015 BIO_free(irbio);
3035 && nrbio != irbio
3041 && (nwbio != iwbio || (nwbio == iwbio && irbio == iwbio)))
3043 if (nrbio != irbio
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 2908 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL; local
2969 setupbio(&irbio, bio1, bio2, initrbio);
2971 SSL_set_bio(clientssl, irbio, iwbio);
2978 if (irbio != NULL)
2979 BIO_up_ref(irbio);
2980 if (iwbio != NULL && iwbio != irbio)
2999 && nrbio != irbio
3004 && (nwbio != iwbio || (nwbio == iwbio && irbio == iwbio)))

Completed in 39 milliseconds