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

  /src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c 1824 int initrbio, initwbio, newrbio, newwbio, conntype; local
1828 initrbio = idx % 3;
1838 initrbio = initwbio = USE_DEFAULT;
1866 if (initrbio == USE_BIO_1
1874 if (initrbio == USE_BIO_2
1882 if (initrbio != USE_DEFAULT) {
1883 setupbio(&irbio, bio1, bio2, initrbio);
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 2944 int initrbio, initwbio, newrbio, newwbio, conntype; local
2948 initrbio = idx % 3;
2958 initrbio = initwbio = USE_DEFAULT;
2986 if (initrbio == USE_BIO_1
2994 if (initrbio == USE_BIO_2
3002 if (initrbio != USE_DEFAULT) {
3003 setupbio(&irbio, bio1, bio2, initrbio);
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 2910 int initrbio, initwbio, newrbio, newwbio, conntype; local
2914 initrbio = idx % 3;
2924 initrbio = initwbio = USE_DEFAULT;
2952 if (initrbio == USE_BIO_1
2960 if (initrbio == USE_BIO_2
2968 if (initrbio != USE_DEFAULT) {
2969 setupbio(&irbio, bio1, bio2, initrbio);

Completed in 50 milliseconds