Home | History | Annotate | Download | only in ssl

Lines Matching refs:dhe1024dsa

247 	fprintf(stderr," -dhe1024dsa   - use 1024 bit key (with 160-bit subprime) for DHE\n");
419 int dhe1024 = 1, dhe1024dsa = 0;
509 else if (strcmp(*argv,"-dhe1024dsa") == 0)
512 dhe1024dsa=1;
802 if (dhe1024dsa)