Home
last modified time | relevance | path

Searched refs:have_srp (Results 1 – 22 of 22) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/fuzzer/
H A Dtls_client.cpp25 bool have_srp) const in ciphersuite_list()
35 if(!have_srp && suite.kex_method() == Botan::TLS::Kex_Algo::SRP_SHA) in ciphersuite_list()
H A Dtls_server.cpp116 bool have_srp) const in ciphersuite_list()
126 if(!have_srp && suite.kex_method() == Botan::TLS::Kex_Algo::SRP_SHA) in ciphersuite_list()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/fuzzer/
H A Dtls_client.cpp25 bool have_srp) const in ciphersuite_list()
35 if(!have_srp && suite.kex_method() == Botan::TLS::Kex_Algo::SRP_SHA) in ciphersuite_list()
H A Dtls_server.cpp116 bool have_srp) const in ciphersuite_list()
126 if(!have_srp && suite.kex_method() == Botan::TLS::Kex_Algo::SRP_SHA) in ciphersuite_list()
/dports/security/botan2/Botan-2.18.2/src/fuzzer/
H A Dtls_client.cpp25 bool have_srp) const in ciphersuite_list()
35 if(!have_srp && suite.kex_method() == Botan::TLS::Kex_Algo::SRP_SHA) in ciphersuite_list()
H A Dtls_server.cpp116 bool have_srp) const in ciphersuite_list()
126 if(!have_srp && suite.kex_method() == Botan::TLS::Kex_Algo::SRP_SHA) in ciphersuite_list()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_policy.cpp443 bool have_srp) const in ciphersuite_list()
467 if(!have_srp && suite.kex_method() == Kex_Algo::SRP_SHA) in ciphersuite_list()
H A Dtls_server.cpp166 const bool have_srp = creds.attempt_srp("tls-server", client_hello.sni_hostname()); in choose_ciphersuite() local
168 const std::vector<uint16_t> server_suites = policy.ciphersuite_list(version, have_srp); in choose_ciphersuite()
H A Dtls_policy.h304 bool have_srp) const;
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_policy.cpp443 bool have_srp) const in ciphersuite_list()
467 if(!have_srp && suite.kex_method() == Kex_Algo::SRP_SHA) in ciphersuite_list()
H A Dtls_server.cpp166 const bool have_srp = creds.attempt_srp("tls-server", client_hello.sni_hostname()); in choose_ciphersuite() local
168 const std::vector<uint16_t> server_suites = policy.ciphersuite_list(version, have_srp); in choose_ciphersuite()
H A Dtls_policy.h304 bool have_srp) const;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dtls_policy.cpp443 bool have_srp) const in ciphersuite_list()
467 if(!have_srp && suite.kex_method() == Kex_Algo::SRP_SHA) in ciphersuite_list()
H A Dtls_server.cpp166 const bool have_srp = creds.attempt_srp("tls-server", client_hello.sni_hostname()); in choose_ciphersuite() local
168 const std::vector<uint16_t> server_suites = policy.ciphersuite_list(version, have_srp); in choose_ciphersuite()
H A Dtls_policy.h304 bool have_srp) const;
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/bogo_shim/
H A Dbogo_shim.cpp1013 bool have_srp) const override;
1048 bool have_srp) const in ciphersuite_list()
1084 if(!have_srp && suite.kex_method() == Botan::TLS::Kex_Algo::SRP_SHA) in ciphersuite_list()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/bogo_shim/
H A Dbogo_shim.cpp1014 bool have_srp) const override;
1049 bool have_srp) const in ciphersuite_list()
1085 if(!have_srp && suite.kex_method() == Botan::TLS::Kex_Algo::SRP_SHA) in ciphersuite_list()
/dports/security/botan2/Botan-2.18.2/src/bogo_shim/
H A Dbogo_shim.cpp1014 bool have_srp) const override;
1049 bool have_srp) const in ciphersuite_list()
1085 if(!have_srp && suite.kex_method() == Botan::TLS::Kex_Algo::SRP_SHA) in ciphersuite_list()
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dpriority.c1534 unsigned have_tls13 = 0, have_srp = 0; in set_ciphersuite_list() local
1599 have_srp = 1; in set_ciphersuite_list()
1619 if (have_null || have_srp || have_rsa_psk || priority_cache->no_extensions) { in set_ciphersuite_list()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/api_ref/
H A Dtls.rst1195 ….. cpp:function:: std::vector<uint16_t> ciphersuite_list(Protocol_Version version, bool have_srp) …
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/api_ref/
H A Dtls.rst1195 ….. cpp:function:: std::vector<uint16_t> ciphersuite_list(Protocol_Version version, bool have_srp) …
/dports/security/botan2/Botan-2.18.2/doc/api_ref/
H A Dtls.rst1195 ….. cpp:function:: std::vector<uint16_t> ciphersuite_list(Protocol_Version version, bool have_srp) …