Home
last modified time | relevance | path

Searched defs:kex_method (Results 1 – 4 of 4) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_ciphersuite.h86 Kex_Algo kex_method() const { return m_kex_algo; } in kex_method() function
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_ciphersuite.h86 Kex_Algo kex_method() const { return m_kex_algo; } in kex_method() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dtls_ciphersuite.h86 Kex_Algo kex_method() const { return m_kex_algo; } in kex_method() function
/dports/security/s2n/s2n-tls-1.1.2/tls/
H A Ds2n_client_key_exchange.c47 s2n_kex_client_key_method kex_method, uint32_t *cursor, s2n_stuffer_action stuffer_action) in s2n_hybrid_client_action()