Home
last modified time | relevance | path

Searched refs:epoch0_restart (Results 1 – 18 of 18) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_channel.cpp366 const bool epoch0_restart = m_is_datagram && record.epoch() == 0 && active_state(); in received_data() local
367 BOTAN_ASSERT_IMPLICATION(epoch0_restart, allow_epoch0_restart, "Allowed state"); in received_data()
369 const bool initial_record = epoch0_restart || (!pending_state() && !active_state()); in received_data()
408 …ss_handshake_ccs(m_record_buf, record.sequence(), record.type(), record.version(), epoch0_restart); in received_data()
456 bool epoch0_restart) in process_handshake_ccs() argument
461 if(record_version.is_datagram_protocol() && !epoch0_restart) in process_handshake_ccs()
513 msg.first, msg.second, epoch0_restart); in process_handshake_ccs()
H A Dtls_server.cpp479 bool epoch0_restart) in process_client_hello_msg() argument
481 …BOTAN_ASSERT_IMPLICATION(epoch0_restart, active_state != nullptr, "Can't restart with a dead conne… in process_client_hello_msg()
483 const bool initial_handshake = epoch0_restart || !active_state; in process_client_hello_msg()
557 if(epoch0_restart) in process_client_hello_msg()
567 else if(epoch0_restart) in process_client_hello_msg()
573 if(epoch0_restart) in process_client_hello_msg()
774 bool epoch0_restart) in process_handshake_msg() argument
794 return this->process_client_hello_msg(active_state, state, contents, epoch0_restart); in process_handshake_msg()
H A Dtls_server.h126 bool epoch0_restart) override;
131 bool epoch0_restart);
H A Dtls_channel.h206 bool epoch0_restart) = 0;
277 bool epoch0_restart);
H A Dtls_client.h156 bool epoch0_restart) override;
H A Dtls_client.cpp251 bool epoch0_restart) in process_handshake_msg() argument
253 BOTAN_ASSERT_NOMSG(epoch0_restart == false); // only happens on server side in process_handshake_msg()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_channel.cpp366 const bool epoch0_restart = m_is_datagram && record.epoch() == 0 && active_state(); in received_data() local
367 BOTAN_ASSERT_IMPLICATION(epoch0_restart, allow_epoch0_restart, "Allowed state"); in received_data()
369 const bool initial_record = epoch0_restart || (!pending_state() && !active_state()); in received_data()
408 …ss_handshake_ccs(m_record_buf, record.sequence(), record.type(), record.version(), epoch0_restart); in received_data()
456 bool epoch0_restart) in process_handshake_ccs() argument
461 if(record_version.is_datagram_protocol() && !epoch0_restart) in process_handshake_ccs()
513 msg.first, msg.second, epoch0_restart); in process_handshake_ccs()
H A Dtls_server.cpp479 bool epoch0_restart) in process_client_hello_msg() argument
481 …BOTAN_ASSERT_IMPLICATION(epoch0_restart, active_state != nullptr, "Can't restart with a dead conne… in process_client_hello_msg()
483 const bool initial_handshake = epoch0_restart || !active_state; in process_client_hello_msg()
557 if(epoch0_restart) in process_client_hello_msg()
567 else if(epoch0_restart) in process_client_hello_msg()
573 if(epoch0_restart) in process_client_hello_msg()
774 bool epoch0_restart) in process_handshake_msg() argument
794 return this->process_client_hello_msg(active_state, state, contents, epoch0_restart); in process_handshake_msg()
H A Dtls_server.h126 bool epoch0_restart) override;
131 bool epoch0_restart);
H A Dtls_channel.h206 bool epoch0_restart) = 0;
277 bool epoch0_restart);
H A Dtls_client.h156 bool epoch0_restart) override;
H A Dtls_client.cpp251 bool epoch0_restart) in process_handshake_msg() argument
253 BOTAN_ASSERT_NOMSG(epoch0_restart == false); // only happens on server side in process_handshake_msg()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dtls_channel.cpp366 const bool epoch0_restart = m_is_datagram && record.epoch() == 0 && active_state(); in received_data() local
367 BOTAN_ASSERT_IMPLICATION(epoch0_restart, allow_epoch0_restart, "Allowed state"); in received_data()
369 const bool initial_record = epoch0_restart || (!pending_state() && !active_state()); in received_data()
408 …ss_handshake_ccs(m_record_buf, record.sequence(), record.type(), record.version(), epoch0_restart); in received_data()
456 bool epoch0_restart) in process_handshake_ccs() argument
461 if(record_version.is_datagram_protocol() && !epoch0_restart) in process_handshake_ccs()
513 msg.first, msg.second, epoch0_restart); in process_handshake_ccs()
H A Dtls_server.cpp479 bool epoch0_restart) in process_client_hello_msg() argument
481 …BOTAN_ASSERT_IMPLICATION(epoch0_restart, active_state != nullptr, "Can't restart with a dead conne… in process_client_hello_msg()
483 const bool initial_handshake = epoch0_restart || !active_state; in process_client_hello_msg()
557 if(epoch0_restart) in process_client_hello_msg()
567 else if(epoch0_restart) in process_client_hello_msg()
573 if(epoch0_restart) in process_client_hello_msg()
774 bool epoch0_restart) in process_handshake_msg() argument
794 return this->process_client_hello_msg(active_state, state, contents, epoch0_restart); in process_handshake_msg()
H A Dtls_server.h126 bool epoch0_restart) override;
131 bool epoch0_restart);
H A Dtls_channel.h206 bool epoch0_restart) = 0;
277 bool epoch0_restart);
H A Dtls_client.h156 bool epoch0_restart) override;
H A Dtls_client.cpp251 bool epoch0_restart) in process_handshake_msg() argument
253 BOTAN_ASSERT_NOMSG(epoch0_restart == false); // only happens on server side in process_handshake_msg()