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

  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 106 static BIO *bio_stdout = NULL; variable
154 BIO_printf(bio_stdout, "Client NPN: ");
155 BIO_write(bio_stdout, client_s, client_len);
156 BIO_printf(bio_stdout, "\n");
160 BIO_printf(bio_stdout, "Server NPN: ");
161 BIO_write(bio_stdout, server_s, server_len);
162 BIO_printf(bio_stdout, "\n");
212 BIO_printf(bio_stdout, "Servername 2 is NULL\n");
218 BIO_printf(bio_stdout, "Switching server context.\n");
234 BIO_printf(bio_stdout, "Servername: expected context %d\n", sn_expect)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 105 static BIO *bio_stdout = NULL; variable
153 BIO_printf(bio_stdout, "Client NPN: ");
154 BIO_write(bio_stdout, client_s, client_len);
155 BIO_printf(bio_stdout, "\n");
159 BIO_printf(bio_stdout, "Server NPN: ");
160 BIO_write(bio_stdout, server_s, server_len);
161 BIO_printf(bio_stdout, "\n");
213 BIO_printf(bio_stdout, "Servername 2 is NULL\n");
220 BIO_printf(bio_stdout, "Switching server context.\n");
236 BIO_printf(bio_stdout, "Servername: expected context %d\n", sn_expect)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 115 static BIO *bio_stdout = NULL; variable
163 BIO_printf(bio_stdout, "Client NPN: ");
164 BIO_write(bio_stdout, client_s, client_len);
165 BIO_printf(bio_stdout, "\n");
169 BIO_printf(bio_stdout, "Server NPN: ");
170 BIO_write(bio_stdout, server_s, server_len);
171 BIO_printf(bio_stdout, "\n");
223 BIO_printf(bio_stdout, "Servername 2 is NULL\n");
230 BIO_printf(bio_stdout, "Switching server context.\n");
246 BIO_printf(bio_stdout, "Servername: expected context %d\n", sn_expect)
    [all...]

Completed in 22 milliseconds