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

  /external/chromium_org/third_party/openssl/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...]
  /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 42 milliseconds