Home | History | Annotate | Download | only in ssl

Lines Matching refs:dhe1024dsa

332 	fprintf(stderr," -dhe1024dsa   - use 1024 bit key (with 160-bit subprime) for DHE\n");
528 int dhe1024 = 0, dhe1024dsa = 0;
622 else if (strcmp(*argv,"-dhe1024dsa") == 0)
625 dhe1024dsa=1;
925 if (dhe1024dsa)