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

  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 200 static int sn_expect = 0; variable
228 if (sn_expect == 0)
230 if (sn_expect == 1 && ctx == s_ctx)
232 if (sn_expect == 2 && ctx == s_ctx2)
234 BIO_printf(bio_stdout, "Servername: expected context %d\n", sn_expect);
1169 sn_expect = 1;
1171 sn_expect = 2;
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 201 static int sn_expect = 0; variable
230 if (sn_expect == 0)
232 if (sn_expect == 1 && ctx == s_ctx)
234 if (sn_expect == 2 && ctx == s_ctx2)
236 BIO_printf(bio_stdout, "Servername: expected context %d\n", sn_expect);
1166 sn_expect = 1;
1168 sn_expect = 2;
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 211 static int sn_expect = 0; variable
240 if (sn_expect == 0)
242 if (sn_expect == 1 && ctx == s_ctx)
244 if (sn_expect == 2 && ctx == s_ctx2)
246 BIO_printf(bio_stdout, "Servername: expected context %d\n", sn_expect);
1193 sn_expect = 1;
1195 sn_expect = 2;

Completed in 33 milliseconds