Home
last modified time | relevance | path

Searched refs:m_hello_cookie (Results 1 – 6 of 6) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dmsg_client_hello.cpp229 m_hello_cookie = hello_verify.cookie(); in update_hello_cookie()
246 append_tls_length_value(buf, m_hello_cookie, 1); in serialize()
301 m_hello_cookie = reader.get_range<uint8_t>(1, 0, 255); in Client_Hello()
H A Dtls_messages.h149 const std::vector<uint8_t>& cookie() const { return m_hello_cookie; } in cookie()
186 std::vector<uint8_t> m_hello_cookie; // DTLS only variable
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dmsg_client_hello.cpp229 m_hello_cookie = hello_verify.cookie(); in update_hello_cookie()
246 append_tls_length_value(buf, m_hello_cookie, 1); in serialize()
301 m_hello_cookie = reader.get_range<uint8_t>(1, 0, 255); in Client_Hello()
H A Dtls_messages.h149 const std::vector<uint8_t>& cookie() const { return m_hello_cookie; } in cookie()
186 std::vector<uint8_t> m_hello_cookie; // DTLS only variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dmsg_client_hello.cpp229 m_hello_cookie = hello_verify.cookie(); in update_hello_cookie()
246 append_tls_length_value(buf, m_hello_cookie, 1); in serialize()
301 m_hello_cookie = reader.get_range<uint8_t>(1, 0, 255); in Client_Hello()
H A Dtls_messages.h149 const std::vector<uint8_t>& cookie() const { return m_hello_cookie; } in cookie()
186 std::vector<uint8_t> m_hello_cookie; // DTLS only variable