Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/testcurl/https/
Dtest_https_get.c43 const char *cipher_suite, in test_cipher_option()
72 const char *cipher_suite, in test_secure_get()
Dtls_test_common.c67 const char *cipher_suite, int proto_version, in test_daemon_get()
210 send_curl_req (char *url, struct CBC * cbc, const char *cipher_suite, in send_curl_req()
316 test_https_transfer (void *cls, const char *cipher_suite, int proto_version) in test_https_transfer()
452 (*test_function) (void * cls, const char *cipher_suite, in test_wrap()
Dtest_https_get_parallel.c79 test_single_client (void *cls, const char *cipher_suite, in test_single_client()
101 test_parallel_clients (void * cls, const char *cipher_suite, in test_parallel_clients()
Dtest_https_get_parallel_threads.c79 test_single_client (void *cls, const char *cipher_suite, in test_single_client()
101 test_parallel_clients (void *cls, const char *cipher_suite, in test_parallel_clients()
Dtest_tls_authentication.c47 test_secure_get (void * cls, char *cipher_suite, int proto_version) in test_secure_get()
Dtest_https_multi_daemon.c45 const char *cipher_suite, in test_concurent_daemon_pair()
Dtest_tls_options.c44 test_unmatching_ssl_version (void * cls, const char *cipher_suite, in test_unmatching_ssl_version()
Dtls_test_common.h54 const char *cipher_suite; member
/external/webrtc/webrtc/base/
Dsslstreamadapter.cc57 bool SSLStreamAdapter::GetSslCipherSuite(int* cipher_suite) { in GetSslCipherSuite()
94 std::string SSLStreamAdapter::SslCipherSuiteToName(int cipher_suite) { in SslCipherSuiteToName()
Dopensslstreamadapter.cc356 std::string OpenSSLStreamAdapter::SslCipherSuiteToName(int cipher_suite) { in SslCipherSuiteToName()
377 bool OpenSSLStreamAdapter::GetSslCipherSuite(int* cipher_suite) { in GetSslCipherSuite()
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DClientHelloTest.java40 CipherSuite[] cipher_suite = new CipherSuite[] { in testClientHello() local
DServerHelloTest.java33 CipherSuite cipher_suite = CipherSuite.TLS_DH_DSS_WITH_DES_CBC_SHA; in testServerHello() local
DServerHandshakeImplTest.java68 CipherSuite[] cipher_suite = new CipherSuite[] { in testUnwrap() local
/external/webrtc/talk/media/base/
Dcryptoparams.h49 std::string cipher_suite; member
/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c31 u16 cipher_suite) in tlsv1_record_set_cipher_suite()
Dtlsv1_record.h51 u16 cipher_suite; member
Dtlsv1_server_i.h41 u16 cipher_suite; member
Dtlsv1_server_read.c126 u16 cipher_suite; in tls_process_client_hello() local
Dtlsv1_client_read.c83 u16 cipher_suite; in tls_process_server_hello() local
/external/boringssl/src/ssl/
Ds3_clnt.c746 uint16_t server_version, cipher_suite; in ssl3_get_server_hello() local
Dssl_lib.c1398 uint16_t cipher_suite; in STACK_OF() local
/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h258 bool GetSslCipherSuite(int* cipher_suite) override { return false; } in GetSslCipherSuite()
/external/jetty/src/java/org/eclipse/jetty/server/
DAbstractConnector.java418 String cipher_suite=httpFields.getStringField(getForwardedCipherSuiteHeader()); in checkForwardedHeaders() local
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_cp.c48 u8 *cipher_suite; member
/external/webrtc/talk/session/media/
Dmediasession.cc115 static bool AddCryptoParams(const std::string& cipher_suite, in AddCryptoParams()