Home | History | Annotate | Download | only in ssl

Lines Matching refs:cutthrough

321 	fprintf(stderr," -cutthrough      - enable 1-RTT full-handshake for strong ciphers\n");
453 int cutthrough = 0;
698 else if (strcmp(*argv, "-cutthrough") == 0)
700 cutthrough = 1;
839 if (cutthrough)