OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cutthrough
(Results
1 - 8
of
8
) sorted by null
/external/openssl/patches/
handshake_cutthrough.patch
8
+ BIO_printf(bio_err," -
cutthrough
- enable 1-RTT full-handshake for strong ciphers\n");
16
+ int
cutthrough
=0;
24
+ else if (strcmp(*argv,"-
cutthrough
") == 0)
25
+
cutthrough
=1;
33
+ /* Enable handshake
cutthrough
for client connections using
35
+ if (
cutthrough
)
76
+ && s->s3->previous_server_finished_len == 0 /* no
cutthrough
on renegotiation (would complicate the state machine) */
206
+ return (!s->server && /*
cutthrough
only applies to clients */
209
+ s->s3->in_read_app_data == 0 && /*
cutthrough
only applies to write() */
210
+ (SSL_get_mode((SSL*)s) & SSL_MODE_HANDSHAKE_CUTTHROUGH) && /*
cutthrough
enabled *
[
all
...]
/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
360
BIO_printf(bio_err," -
cutthrough
- enable 1-RTT full-handshake for strong ciphers\n");
577
int
cutthrough
=0;
local
884
else if (strcmp(*argv,"-
cutthrough
") == 0)
885
cutthrough
=1;
[
all
...]
/external/openssl/ssl/
ssltest.c
374
fprintf(stderr," -
cutthrough
- enable 1-RTT full-handshake for strong ciphers\n");
506
int
cutthrough
= 0;
variable
783
else if (strcmp(*argv, "-
cutthrough
") == 0)
785
cutthrough
= 1;
938
if (
cutthrough
)
[
all
...]
ssl_lib.c
[
all
...]
s3_clnt.c
543
&& s->s3->previous_server_finished_len == 0 /* no
cutthrough
on renegotiation (would complicate the state machine) */
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java
714
* be after SSL_do_handshake returns when handshake
cutthrough
Completed in 803 milliseconds