Home
last modified time | relevance | path

Searched refs:cecpq1_accept (Results 1 – 3 of 3) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dmsg_client_kex.cpp329 const std::vector<uint8_t> cecpq1_accept = reader.get_range<uint8_t>(2, 0, 65535); in Client_Key_Exchange() local
330 if(cecpq1_accept.size() != CECPQ1_ACCEPT_BYTES) in Client_Key_Exchange()
334 CECPQ1_finish(m_pre_master.data(), cecpq1_offer, cecpq1_accept.data()); in Client_Key_Exchange()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dmsg_client_kex.cpp329 const std::vector<uint8_t> cecpq1_accept = reader.get_range<uint8_t>(2, 0, 65535); in Client_Key_Exchange() local
330 if(cecpq1_accept.size() != CECPQ1_ACCEPT_BYTES) in Client_Key_Exchange()
334 CECPQ1_finish(m_pre_master.data(), cecpq1_offer, cecpq1_accept.data()); in Client_Key_Exchange()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dmsg_client_kex.cpp329 const std::vector<uint8_t> cecpq1_accept = reader.get_range<uint8_t>(2, 0, 65535); in Client_Key_Exchange() local
330 if(cecpq1_accept.size() != CECPQ1_ACCEPT_BYTES) in Client_Key_Exchange()
334 CECPQ1_finish(m_pre_master.data(), cecpq1_offer, cecpq1_accept.data()); in Client_Key_Exchange()