Searched defs:cutthrough (Results 1 - 2 of 2) sorted by relevance

/external/openssl/apps/
H A Ds_client.c368 BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
586 int cutthrough=0, no_record_splitting=0; local
905 else if (strcmp(*argv,"-cutthrough") == 0)
906 cutthrough=1;
1201 if (cutthrough)
1203 /* Enable handshake cutthrough for client connections using
/external/openssl/ssl/
H A Dssltest.c372 fprintf(stderr," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
553 int cutthrough = 0; local
770 else if (strcmp(*argv, "-cutthrough") == 0)
772 cutthrough = 1;
915 if (cutthrough)

Completed in 4672 milliseconds