Searched refs:initial_handshake_complete (Results 1 – 7 of 7) sorted by relevance
93 assert(ssl->s3->initial_handshake_complete); in ssl_state()
702 assert(ssl->s3->initial_handshake_complete == in ext_ri_add_clienthello()728 if (ssl->s3->initial_handshake_complete && in ext_ri_parse_serverhello()752 assert(ssl->s3->initial_handshake_complete == in ext_ri_parse_serverhello()754 assert(ssl->s3->initial_handshake_complete == in ext_ri_parse_serverhello()798 assert(!ssl->s3->initial_handshake_complete); in ext_ri_parse_clienthello()832 assert(!ssl->s3->initial_handshake_complete); in ext_ri_add_serverhello()956 if (!ssl->s3->initial_handshake_complete && in ext_ticket_add_clienthello()1169 if (ssl->s3->initial_handshake_complete || in ext_npn_add_clienthello()1197 assert(!ssl->s3->initial_handshake_complete); in ext_npn_parse_serverhello()1253 ssl->s3->initial_handshake_complete || in ext_npn_parse_clienthello()[all …]
398 !ssl->s3->initial_handshake_complete) { in ssl3_connect()504 const int is_initial_handshake = !ssl->s3->initial_handshake_complete; in ssl3_connect()505 ssl->s3->initial_handshake_complete = 1; in ssl3_connect()656 !ssl->s3->initial_handshake_complete) { in ssl_write_client_cipher_list()685 !ssl->s3->initial_handshake_complete; in ssl_write_client_hello()881 assert(ssl->s3->have_version == ssl->s3->initial_handshake_complete); in ssl3_get_server_hello()927 if (!ssl->s3->initial_handshake_complete && ssl->session != NULL && in ssl3_get_server_hello()
1044 if (!ssl->s3->initial_handshake_complete || in SSL_get_tls_unique()1198 if (!ssl->s3->initial_handshake_complete || in SSL_get_finished()1214 if (!ssl->s3->initial_handshake_complete || in SSL_get_peer_finished()1290 return SSL_in_init(ssl) && ssl->s3->initial_handshake_complete; in SSL_renegotiate_pending()
964 if (ssl->s3->initial_handshake_complete || in SSL_set_session()
1620 unsigned initial_handshake_complete:1; in OPENSSL_MSVC_PRAGMA() member
495 ssl->s3->initial_handshake_complete = 1; in ssl3_accept()