Lines Matching refs:new_session
1377 hs->new_session->signed_cert_timestamp_list.reset( in ext_sct_parse_serverhello()
1379 if (hs->new_session->signed_cert_timestamp_list == nullptr) { in ext_sct_parse_serverhello()
2397 hs->new_session->group_id = group_id; in ssl_ext_key_share_parse_serverhello()
2484 hs->new_session->group_id = group_id; in ssl_ext_key_share_add_serverhello()
3153 if (!hs->new_session->peer_application_settings.CopyFrom(*contents)) { in ext_alps_parse_serverhello()
3158 hs->new_session->has_application_settings = true; in ext_alps_parse_serverhello()
3166 if (hs->new_session == nullptr || in ext_alps_add_serverhello()
3167 !hs->new_session->has_application_settings || in ext_alps_add_serverhello()
3176 hs->new_session->local_application_settings.data(), in ext_alps_add_serverhello()
3177 hs->new_session->local_application_settings.size()) || in ext_alps_add_serverhello()
3226 hs->new_session->has_application_settings = true; in ssl_negotiate_alps()
3227 if (!hs->new_session->local_application_settings.CopyFrom(settings)) { in ssl_negotiate_alps()
3846 if (hs->new_session != nullptr && hs->new_session->has_application_settings) { in ssl_check_serverhello_tlsext()
3863 if (!hs->new_session->local_application_settings.CopyFrom(settings)) { in ssl_check_serverhello_tlsext()
4326 sizeof(hs->new_session->original_handshake_hash) == EVP_MAX_MD_SIZE, in tls1_record_handshake_hashes_for_channel_id()
4330 if (!hs->transcript.GetHash(hs->new_session->original_handshake_hash, in tls1_record_handshake_hashes_for_channel_id()
4337 hs->new_session->original_handshake_hash_len = (uint8_t)digest_len; in tls1_record_handshake_hashes_for_channel_id()