HomeSort by relevance Sort by last modified time
    Searched full:test_cipherlist (Results 1 - 2 of 2) sorted by null

  /external/openssl/patches/
handshake_cutthrough.patch 244 fprintf(stderr," -test_cipherlist - verifies the order of the ssl cipher lists\n");
259 test_cipherlist = 1;
  /external/openssl/ssl/
ssltest.c 371 fprintf(stderr," -test_cipherlist - verifies the order of the ssl cipher lists\n");
549 int test_cipherlist = 0; local
766 else if (strcmp(*argv,"-test_cipherlist") == 0)
768 test_cipherlist = 1;
790 if (test_cipherlist == 1)
    [all...]

Completed in 50 milliseconds