Home
last modified time | relevance | path

Searched refs:Session_Ticket (Results 1 – 15 of 15) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dmsg_client_hello.cpp104 m_extensions.add(new Session_Ticket()); in Client_Hello()
187 m_extensions.add(new Session_Ticket(session.session_ticket())); in Client_Hello()
413 return m_extensions.has<Session_Ticket>(); in supports_session_ticket()
418 if(Session_Ticket* ticket = m_extensions.get<Session_Ticket>()) in session_ticket()
H A Dtls_extensions.h200 class BOTAN_UNSTABLE_API Session_Ticket final : public Extension
216 Session_Ticket() = default;
221 explicit Session_Ticket(const std::vector<uint8_t>& session_ticket) : in Session_Ticket() function
227 Session_Ticket(TLS_Data_Reader& reader, uint16_t extension_size);
H A Dmsg_server_hello.cpp91 m_extensions.add(new Session_Ticket()); in Server_Hello()
158 m_extensions.add(new Session_Ticket()); in Server_Hello()
H A Dtls_extensions.cpp60 return new Session_Ticket(reader, size); in make_extension()
459 Session_Ticket::Session_Ticket(TLS_Data_Reader& reader, in Session_Ticket() function in Botan::TLS::Session_Ticket
H A Dtls_messages.h263 return m_extensions.has<Session_Ticket>(); in supports_session_ticket()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dmsg_client_hello.cpp104 m_extensions.add(new Session_Ticket()); in Client_Hello()
187 m_extensions.add(new Session_Ticket(session.session_ticket())); in Client_Hello()
413 return m_extensions.has<Session_Ticket>(); in supports_session_ticket()
418 if(Session_Ticket* ticket = m_extensions.get<Session_Ticket>()) in session_ticket()
H A Dtls_extensions.h200 class BOTAN_UNSTABLE_API Session_Ticket final : public Extension
216 Session_Ticket() = default;
221 explicit Session_Ticket(const std::vector<uint8_t>& session_ticket) : in Session_Ticket() function
227 Session_Ticket(TLS_Data_Reader& reader, uint16_t extension_size);
H A Dmsg_server_hello.cpp91 m_extensions.add(new Session_Ticket()); in Server_Hello()
158 m_extensions.add(new Session_Ticket()); in Server_Hello()
H A Dtls_extensions.cpp60 return new Session_Ticket(reader, size); in make_extension()
459 Session_Ticket::Session_Ticket(TLS_Data_Reader& reader, in Session_Ticket() function in Botan::TLS::Session_Ticket
H A Dtls_messages.h263 return m_extensions.has<Session_Ticket>(); in supports_session_ticket()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dmsg_client_hello.cpp104 m_extensions.add(new Session_Ticket()); in Client_Hello()
187 m_extensions.add(new Session_Ticket(session.session_ticket())); in Client_Hello()
413 return m_extensions.has<Session_Ticket>(); in supports_session_ticket()
418 if(Session_Ticket* ticket = m_extensions.get<Session_Ticket>()) in session_ticket()
H A Dtls_extensions.h200 class BOTAN_UNSTABLE_API Session_Ticket final : public Extension
216 Session_Ticket() = default;
221 explicit Session_Ticket(const std::vector<uint8_t>& session_ticket) : in Session_Ticket() function
227 Session_Ticket(TLS_Data_Reader& reader, uint16_t extension_size);
H A Dmsg_server_hello.cpp91 m_extensions.add(new Session_Ticket()); in Server_Hello()
158 m_extensions.add(new Session_Ticket()); in Server_Hello()
H A Dtls_extensions.cpp60 return new Session_Ticket(reader, size); in make_extension()
459 Session_Ticket::Session_Ticket(TLS_Data_Reader& reader, in Session_Ticket() function in Botan::TLS::Session_Ticket
H A Dtls_messages.h263 return m_extensions.has<Session_Ticket>(); in supports_session_ticket()