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
73
echo test sslv2/sslv3 with both client and server authentication and handshake
cutthrough
74
$ssltest -server_auth -client_auth -
cutthrough
$CA $extra || exit 1
/external/openssl/apps/
s_client.c
364
BIO_printf(bio_err," -
cutthrough
- enable 1-RTT full-handshake for strong ciphers\n");
581
int
cutthrough
=0;
local
888
else if (strcmp(*argv,"-
cutthrough
") == 0)
889
cutthrough
=1;
[
all
...]
/external/openssl/ssl/
ssltest.c
372
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;
909
if (
cutthrough
)
[
all
...]
Completed in 924 milliseconds