Home
last modified time | relevance | path

Searched defs:cipher_suite (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/dports/security/s2n/s2n-tls-1.1.2/tls/
H A Ds2n_kex.c27 static S2N_RESULT s2n_check_rsa_key(const struct s2n_cipher_suite *cipher_suite, struct s2n_connect… in s2n_check_rsa_key()
38 static S2N_RESULT s2n_check_dhe(const struct s2n_cipher_suite *cipher_suite, struct s2n_connection … in s2n_check_dhe()
50 static S2N_RESULT s2n_check_ecdhe(const struct s2n_cipher_suite *cipher_suite, struct s2n_connectio… in s2n_check_ecdhe()
61 static S2N_RESULT s2n_check_kem(const struct s2n_cipher_suite *cipher_suite, struct s2n_connection … in s2n_check_kem()
108 static S2N_RESULT s2n_configure_kem(const struct s2n_cipher_suite *cipher_suite, struct s2n_connect… in s2n_configure_kem()
135 static S2N_RESULT s2n_no_op_configure(const struct s2n_cipher_suite *cipher_suite, struct s2n_conne… in s2n_no_op_configure()
140 static S2N_RESULT s2n_check_hybrid_ecdhe_kem(const struct s2n_cipher_suite *cipher_suite, struct s2… in s2n_check_hybrid_ecdhe_kem()
216 S2N_RESULT s2n_kex_supported(const struct s2n_cipher_suite *cipher_suite, struct s2n_connection *co… in s2n_kex_supported()
229 S2N_RESULT s2n_configure_kex(const struct s2n_cipher_suite *cipher_suite, struct s2n_connection *co… in s2n_configure_kex()
H A Ds2n_auth_selection.c79 …_alg_valid_for_cipher_suite(s2n_signature_algorithm sig_alg, struct s2n_cipher_suite *cipher_suite) in s2n_is_sig_alg_valid_for_cipher_suite()
159 …_is_cipher_suite_valid_for_auth(struct s2n_connection *conn, struct s2n_cipher_suite *cipher_suite) in s2n_is_cipher_suite_valid_for_auth()
180 struct s2n_cipher_suite *cipher_suite = conn->secure.cipher_suite; in s2n_is_sig_scheme_valid_for_auth() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/ssl/
H A Dssl_cipher_suite_names.cc24 int ObsoleteSSLStatusForCipherSuite(uint16_t cipher_suite) { in ObsoleteSSLStatusForCipherSuite()
64 uint16_t cipher_suite) { in SSLCipherSuiteToStrings()
163 uint16_t* cipher_suite) { in ParseSSLCipherString()
181 uint16_t cipher_suite = SSLConnectionStatusToCipherSuite(connection_status); in ObsoleteSSLStatus() local
189 bool IsTLSCipherSuiteAllowedByHTTP2(uint16_t cipher_suite) { in IsTLSCipherSuiteAllowedByHTTP2()
H A Dssl_cipher_suite_names_unittest.cc35 int MakeConnectionStatus(int version, uint16_t cipher_suite) { in MakeConnectionStatus()
114 uint16_t cipher_suite = 0; in TEST() local
130 uint16_t cipher_suite = 0; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/ssl/
H A Dssl_cipher_suite_names.cc24 int ObsoleteSSLStatusForCipherSuite(uint16_t cipher_suite) { in ObsoleteSSLStatusForCipherSuite()
64 uint16_t cipher_suite) { in SSLCipherSuiteToStrings()
163 uint16_t* cipher_suite) { in ParseSSLCipherString()
181 uint16_t cipher_suite = SSLConnectionStatusToCipherSuite(connection_status); in ObsoleteSSLStatus() local
189 bool IsTLSCipherSuiteAllowedByHTTP2(uint16_t cipher_suite) { in IsTLSCipherSuiteAllowedByHTTP2()
H A Dssl_cipher_suite_names_unittest.cc35 int MakeConnectionStatus(int version, uint16_t cipher_suite) { in MakeConnectionStatus()
114 uint16_t cipher_suite = 0; in TEST() local
130 uint16_t cipher_suite = 0; in TEST() local
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_tls13_record_aead_test.c135 struct s2n_cipher_suite *cipher_suite = &s2n_tls13_aes_128_gcm_sha256; in main() local
217 struct s2n_cipher_suite *cipher_suite = &s2n_tls13_aes_128_gcm_sha256; in main() local
274 struct s2n_cipher_suite *cipher_suite = &s2n_tls13_aes_128_gcm_sha256; in main() local
343 struct s2n_cipher_suite *cipher_suite = &s2n_tls13_aes_128_gcm_sha256; in main() local
H A Ds2n_cipher_suites_test.c79 struct s2n_cipher_suite *cipher_suite = NULL; in main() local
87 struct s2n_cipher_suite *cipher_suite = &s2n_tls13_aes_256_gcm_sha384; in main() local
H A Ds2n_pq_kem_hybrid_kat_test.c24 struct s2n_cipher_suite *cipher_suite; member
93 struct s2n_cipher_suite *cipher_suite = vector.cipher_suite; in main() local
H A Ds2n_kex_with_kem_test.c53 static int do_kex_with_kem(struct s2n_cipher_suite *cipher_suite, const char *security_policy_versi… in do_kex_with_kem()
130 static int assert_pq_disabled_checks(struct s2n_cipher_suite *cipher_suite, const char *security_po… in assert_pq_disabled_checks()
/dports/security/s2n/s2n-tls-1.1.2/tests/testlib/
H A Ds2n_psk_testlib.c42 const struct s2n_cipher_suite *cipher_suite) in s2n_append_test_psk_with_early_data()
58 const struct s2n_cipher_suite *cipher_suite) in s2n_append_test_chosen_psk_with_early_data()
H A Ds2n_pq_hybrid_test_utils.c56 …tion(struct s2n_connection *conn, const struct s2n_kem *kem, struct s2n_cipher_suite *cipher_suite, in setup_connection()
72 …2n_test_hybrid_ecdhe_kem_with_kat(const struct s2n_kem *kem, struct s2n_cipher_suite *cipher_suite, in s2n_test_hybrid_ecdhe_kem_with_kat()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/transport/
H A DSrtpFlow.cpp29 unsigned int SrtpFlow::KeySize(int cipher_suite) { in KeySize()
34 unsigned int SrtpFlow::SaltSize(int cipher_suite) { in SaltSize()
39 RefPtr<SrtpFlow> SrtpFlow::Create(int cipher_suite, bool inbound, in Create()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/transport/
H A DSrtpFlow.cpp29 unsigned int SrtpFlow::KeySize(int cipher_suite) { in KeySize()
34 unsigned int SrtpFlow::SaltSize(int cipher_suite) { in SaltSize()
39 RefPtr<SrtpFlow> SrtpFlow::Create(int cipher_suite, bool inbound, in Create()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/transport/
H A DSrtpFlow.cpp29 unsigned int SrtpFlow::KeySize(int cipher_suite) { in KeySize()
34 unsigned int SrtpFlow::SaltSize(int cipher_suite) { in SaltSize()
39 RefPtr<SrtpFlow> SrtpFlow::Create(int cipher_suite, bool inbound, in Create()
/dports/lang/spidermonkey78/firefox-78.9.0/media/mtransport/
H A DSrtpFlow.cpp29 unsigned int SrtpFlow::KeySize(int cipher_suite) { in KeySize()
34 unsigned int SrtpFlow::SaltSize(int cipher_suite) { in SaltSize()
39 RefPtr<SrtpFlow> SrtpFlow::Create(int cipher_suite, bool inbound, in Create()
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/testcurl/https/
H A Dtls_test_common.c65 const char *cipher_suite, in test_daemon_get()
271 const char *cipher_suite, in send_curl_req()
413 const char *cipher_suite, in test_https_transfer()
543 (*test_function)(void *cls, int port, const char *cipher_suite, in test_wrap()
H A Dtest_https_get_parallel.c81 test_single_client (void *cls, int port, const char *cipher_suite, in test_single_client()
104 test_parallel_clients (void *cls, int port, const char *cipher_suite, in test_parallel_clients()
H A Dtest_https_get_parallel_threads.c82 test_single_client (void *cls, int port, const char *cipher_suite, in test_single_client()
105 test_parallel_clients (void *cls, int port, const char *cipher_suite, in test_parallel_clients()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/crypto/
H A Dquic_encrypter.cc47 uint32_t cipher_suite) { in CreateFromCipherSuite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/crypto/
H A Dquic_encrypter.cc47 uint32_t cipher_suite) { in CreateFromCipherSuite()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dssl_stream_adapter.cc103 bool SSLStreamAdapter::GetSslCipherSuite(int* cipher_suite) { in GetSslCipherSuite()
135 std::string SSLStreamAdapter::SslCipherSuiteToName(int cipher_suite) { in SslCipherSuiteToName()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dssl_stream_adapter.cc103 bool SSLStreamAdapter::GetSslCipherSuite(int* cipher_suite) { in GetSslCipherSuite()
135 std::string SSLStreamAdapter::SslCipherSuiteToName(int cipher_suite) { in SslCipherSuiteToName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dssl_stream_adapter.cc103 bool SSLStreamAdapter::GetSslCipherSuite(int* cipher_suite) { in GetSslCipherSuite()
135 std::string SSLStreamAdapter::SslCipherSuiteToName(int cipher_suite) { in SslCipherSuiteToName()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dssl_stream_adapter.cc103 bool SSLStreamAdapter::GetSslCipherSuite(int* cipher_suite) { in GetSslCipherSuite()
135 std::string SSLStreamAdapter::SslCipherSuiteToName(int cipher_suite) { in SslCipherSuiteToName()

12345678910>>...20