OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cutthrough
(Results
1 - 3
of
3
) sorted by null
/external/openssl/android.testssl/
testssl
82
echo test sslv2/sslv3 with both client and server authentication and handshake
cutthrough
83
$ssltest -server_auth -client_auth -
cutthrough
$CA $extra || exit 1
/external/openssl/apps/
s_client.c
348
BIO_printf(bio_err," -
cutthrough
- enable 1-RTT full-handshake for strong ciphers\n");
440
int
cutthrough
=0;
local
709
else if (strcmp(*argv,"-
cutthrough
") == 0)
710
cutthrough
=1;
952
/* Enable handshake
cutthrough
for client connections using
954
if (
cutthrough
)
[
all
...]
/external/openssl/ssl/
ssltest.c
321
fprintf(stderr," -
cutthrough
- enable 1-RTT full-handshake for strong ciphers\n");
453
int
cutthrough
= 0;
variable
698
else if (strcmp(*argv, "-
cutthrough
") == 0)
700
cutthrough
= 1;
839
if (
cutthrough
)
[
all
...]
Completed in 75 milliseconds