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

  /external/openssl/android.testssl/
testssl 116 $ssltest -bio_pair -no_dhe $extra || exit 1
147 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -no_dhe -num 10 -f -time $extra || exit 1
  /external/openssl/ssl/
ssltest.c 284 fprintf(stderr," -no_dhe - disable DHE\n");
486 int no_dhe = 0; local
564 else if (strcmp(*argv,"-no_dhe") == 0)
565 no_dhe=1;
847 if (!no_dhe)
863 (void)no_dhe;
    [all...]
  /external/openssl/patches/
handshake_cutthrough.patch 263 if (!no_dhe)
small_records.patch 317 if (!no_dhe)
  /external/openssl/apps/
s_server.c 470 BIO_printf(bio_err," -no_dhe - Disable ephemeral DH\n");
872 int no_tmp_rsa=0,no_dhe=0,no_ecdhe=0,nocert=0; local
    [all...]

Completed in 857 milliseconds