Home
last modified time | relevance | path

Searched refs:cutthrough (Results 1 – 9 of 9) sorted by relevance

/external/openssl/patches/
Dhandshake_cutthrough.patch15 + BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
23 + int cutthrough=0;
31 + else if (strcmp(*argv,"-cutthrough") == 0)
32 + cutthrough=1;
40 + /* Enable handshake cutthrough for client connections using
42 + if (cutthrough)
90 + && s->s3->previous_server_finished_len == 0 /* no cutthrough on renegotiation (would compl…
223 + return (!s->server && /* cutthrough only applies to clients */
226 + s->s3->in_read_app_data == 0 && /* cutthrough only applies to write() */
227 + (SSL_get_mode((SSL*)s) & SSL_MODE_HANDSHAKE_CUTTHROUGH) && /* cutthrough enabled */
[all …]
Dalpn.patch31 BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
51 else if (strcmp(*argv,"-cutthrough") == 0)
76 /* Enable handshake cutthrough for client connections using
/external/chromium_org/third_party/openssl/openssl/patches/
Dhandshake_cutthrough.patch15 + BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
23 + int cutthrough=0;
31 + else if (strcmp(*argv,"-cutthrough") == 0)
32 + cutthrough=1;
40 + /* Enable handshake cutthrough for client connections using
42 + if (cutthrough)
90 + && s->s3->previous_server_finished_len == 0 /* no cutthrough on renegotiation (would compl…
223 + return (!s->server && /* cutthrough only applies to clients */
226 + s->s3->in_read_app_data == 0 && /* cutthrough only applies to write() */
227 + (SSL_get_mode((SSL*)s) & SSL_MODE_HANDSHAKE_CUTTHROUGH) && /* cutthrough enabled */
[all …]
/external/openssl/android.testssl/
Dtestssl73 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/chromium_org/third_party/openssl/openssl/android.testssl/
Dtestssl73 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/chromium_org/third_party/openssl/openssl/apps/
Ds_client.c581 int cutthrough=0; in MAIN() local
889 cutthrough=1; in MAIN()
1167 if (cutthrough) in MAIN()
/external/chromium_org/third_party/openssl/openssl/ssl/
Dssltest.c553 int cutthrough = 0; in main() local
772 cutthrough = 1; in main()
909 if (cutthrough) in main()
/external/openssl/ssl/
Dssltest.c553 int cutthrough = 0; in main() local
772 cutthrough = 1; in main()
909 if (cutthrough) in main()
/external/openssl/apps/
Ds_client.c582 int cutthrough=0; in MAIN() local
896 cutthrough=1; in MAIN()
1188 if (cutthrough) in MAIN()