Searched defs:ciphers (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/chrome/browser/prefs/
H A Dcommand_line_pref_store_unittest.cc44 void VerifySSLCipherSuites(const char* const* ciphers, argument
55 it != list_value->end(); ++it, ++ciphers) {
57 EXPECT_EQ(*ciphers, cipher_string);
/external/openssl/apps/
H A Dciphers.c1 /* apps/ciphers.c */
73 "usage: ciphers args\n",
74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
93 char *ciphers=NULL; local
143 ciphers= *argv;
160 if (ciphers != NULL) {
161 if(!SSL_CTX_set_cipher_list(ctx,ciphers)) {
/external/chromium_org/third_party/libsrtp/srtp/
H A DMakefile77 ciphers = crypto/cipher/cipher.o crypto/cipher/null_cipher.o \ macro
98 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(replay)
/external/chromium_org/third_party/libsrtp/srtp/crypto/
H A DMakefile76 ciphers = cipher/cipher.o cipher/null_cipher.o \ macro
94 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(xfm)
/external/chromium_org/third_party/webrtc/base/
H A Dsslstreamadapter.h145 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) { argument
/external/openssl/crypto/engine/
H A Deng_int.h167 ENGINE_CIPHERS_PTR ciphers; member in struct:engine_st
/external/srtp/
H A DMakefile75 ciphers = crypto/cipher/cipher.o crypto/cipher/null_cipher.o \ macro
96 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(replay)
/external/srtp/crypto/
H A DMakefile69 ciphers = cipher/cipher.o cipher/null_cipher.o \ macro
87 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(xfm)
/external/chromium_org/net/socket/
H A Dnss_ssl_util.cc37 // |to_remove| and sets every instance of them in |ciphers| to zero. It returns
39 // there are no duplicates in |ciphers| nor in |to_remove|.
40 bool CiphersRemove(const uint16* to_remove, uint16* ciphers, size_t num) { argument
48 if (to_remove[i] == ciphers[j]) {
49 ciphers[j] = 0;
59 // CiphersCompact takes an array of cipher suite ids in |ciphers|, where some
62 void CiphersCompact(uint16* ciphers, size_t num) { argument
66 if (ciphers[i] == 0)
68 ciphers[j--] = ciphers[
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drawtransportchannel.h125 // Set up the ciphers to use for DTLS-SRTP.
126 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) { argument
H A Dtransportchannelproxy.cc92 // Push down the SRTP ciphers, if any were set.
164 ciphers) {
166 pending_srtp_ciphers_ = ciphers; // Cache so we can send later, but always
169 return impl_->SetSrtpCiphers(ciphers);
163 SetSrtpCiphers(const std::vector<std::string>& ciphers) argument
H A Ddtlstransportchannel.cc285 LOG_J(LS_ERROR, this) << "Couldn't set DTLS-SRTP ciphers.";
297 const std::vector<std::string>& ciphers) {
298 if (srtp_ciphers_ == ciphers)
302 LOG(LS_WARNING) << "Ignoring new SRTP ciphers while DTLS is negotiating";
307 // We don't support DTLS renegotiation currently. If new set of srtp ciphers
316 std::find(ciphers.begin(), ciphers.end(), current_srtp_cipher);
317 if (iter == ciphers.end()) {
319 for (size_t i = 0; i < ciphers.size(); ++i) {
321 requested_str.append(ciphers[
296 SetSrtpCiphers( const std::vector<std::string>& ciphers) argument
[all...]
H A Ddtlstransportchannel_unittest.cc158 // SRTP ciphers will be set only in the beginning.
161 std::vector<std::string> ciphers; local
162 ciphers.push_back(AES_CM_128_HMAC_SHA1_80);
163 ASSERT_TRUE((*it)->SetSrtpCiphers(ciphers));
454 // Check that we negotiated the right ciphers.
H A Dp2ptransportchannel.h123 // Set up the ciphers to use for DTLS-SRTP.
124 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) { argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ie.c452 int ciphers, key_mgmt, res, version; local
582 ciphers = data.pairwise_cipher & wpa_auth->conf.rsn_pairwise;
584 ciphers = data.pairwise_cipher & wpa_auth->conf.wpa_pairwise;
585 if (!ciphers) {
601 if (ciphers & WPA_CIPHER_TKIP) {
638 sm->pairwise = wpa_pick_pairwise_cipher(ciphers, 0);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_none.c137 u8 *ciphers)
136 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
H A Dtls_internal.c544 u8 *ciphers)
548 return tlsv1_client_set_cipher_list(conn->client, ciphers);
552 return tlsv1_server_set_cipher_list(conn->server, ciphers);
543 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ie.c452 int ciphers, key_mgmt, res, version; local
582 ciphers = data.pairwise_cipher & wpa_auth->conf.rsn_pairwise;
584 ciphers = data.pairwise_cipher & wpa_auth->conf.wpa_pairwise;
585 if (!ciphers) {
601 if (ciphers & WPA_CIPHER_TKIP) {
638 sm->pairwise = wpa_pick_pairwise_cipher(ciphers, 0);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_none.c137 u8 *ciphers)
136 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
H A Dtls_internal.c544 u8 *ciphers)
548 return tlsv1_client_set_cipher_list(conn->client, ciphers);
552 return tlsv1_server_set_cipher_list(conn->server, ciphers);
543 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ie.c452 int ciphers, key_mgmt, res, version; local
582 ciphers = data.pairwise_cipher & wpa_auth->conf.rsn_pairwise;
584 ciphers = data.pairwise_cipher & wpa_auth->conf.wpa_pairwise;
585 if (!ciphers) {
601 if (ciphers & WPA_CIPHER_TKIP) {
638 sm->pairwise = wpa_pick_pairwise_cipher(ciphers, 0);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_none.c137 u8 *ciphers)
136 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client.c728 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
732 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers) argument
738 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {
H A Dtlsv1_server.c615 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
619 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers) argument
625 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client.c728 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
732 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers) argument
738 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {

Completed in 319 milliseconds

123