Home | History | Annotate | Download | only in apps

Lines Matching refs:cutthrough

348 	BIO_printf(bio_err," -cutthrough       - enable 1-RTT full-handshake for strong ciphers\n");
440 int cutthrough=0;
709 else if (strcmp(*argv,"-cutthrough") == 0)
710 cutthrough=1;
952 /* Enable handshake cutthrough for client connections using
954 if (cutthrough)