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

  /external/openssl/patches/
small_records.patch 266 fprintf(stderr," -test_cipherlist - verifies the order of the ssl cipher lists\n");
284 test_cipherlist = 1;
handshake_cutthrough.patch 224 fprintf(stderr," -test_cipherlist - verifies the order of the ssl cipher lists\n");
  /external/openssl/ssl/
ssltest.c 371 fprintf(stderr," -test_cipherlist - verifies the order of the ssl cipher lists\n");
555 int test_cipherlist = 0; local
771 else if (strcmp(*argv,"-test_cipherlist") == 0)
773 test_cipherlist = 1;
803 if (test_cipherlist == 1)
    [all...]

Completed in 299 milliseconds