Home
last modified time | relevance | path

Searched refs:initial_handshake_complete (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/ssl/
Dssl_stat.cc93 assert(ssl->s3->initial_handshake_complete); in ssl_state()
Dt1_lib.cc728 assert(ssl->s3->initial_handshake_complete == in ext_ri_add_clienthello()
754 if (ssl->s3->initial_handshake_complete && in ext_ri_parse_serverhello()
778 assert(ssl->s3->initial_handshake_complete == in ext_ri_parse_serverhello()
780 assert(ssl->s3->initial_handshake_complete == in ext_ri_parse_serverhello()
832 assert(!ssl->s3->initial_handshake_complete); in ext_ri_parse_clienthello()
866 assert(!ssl->s3->initial_handshake_complete); in ext_ri_add_serverhello()
979 if (!ssl->s3->initial_handshake_complete && in ext_ticket_add_clienthello()
1174 if (ssl->s3->initial_handshake_complete || in ext_npn_add_clienthello()
1202 assert(!ssl->s3->initial_handshake_complete); in ext_npn_parse_serverhello()
1259 ssl->s3->initial_handshake_complete || in ext_npn_parse_clienthello()
[all …]
Dhandshake_client.cc410 !ssl->s3->initial_handshake_complete) { in ssl3_connect()
507 if (!ssl->s3->initial_handshake_complete) { in ssl3_connect()
519 ssl->s3->initial_handshake_complete = 1; in ssl3_connect()
632 !ssl->s3->initial_handshake_complete) { in ssl_write_client_cipher_list()
657 !ssl->s3->initial_handshake_complete && in ssl_write_client_hello()
909 assert(ssl->s3->have_version == ssl->s3->initial_handshake_complete); in ssl3_get_server_hello()
961 if (!ssl->s3->initial_handshake_complete && ssl->session != NULL && in ssl3_get_server_hello()
Dssl_lib.cc1050 if (!ssl->s3->initial_handshake_complete || in SSL_get_tls_unique()
1199 if (!ssl->s3->initial_handshake_complete || in SSL_get_finished()
1215 if (!ssl->s3->initial_handshake_complete || in SSL_get_peer_finished()
1291 return SSL_in_init(ssl) && ssl->s3->initial_handshake_complete; in SSL_renegotiate_pending()
Dssl_session.cc962 if (ssl->s3->initial_handshake_complete || in SSL_set_session()
Dinternal.h1720 unsigned initial_handshake_complete:1; in OPENSSL_MSVC_PRAGMA() member
Dhandshake_server.cc427 ssl->s3->initial_handshake_complete = 1; in ssl3_accept()