Searched refs:ciphers (Results 1 - 25 of 126) sorted by relevance

123456

/external/chromium_org/third_party/openssl/openssl/crypto/engine/
H A Dtb_cipher.c76 if(e->ciphers)
79 int num_nids = e->ciphers(e, NULL, &nids, 0);
98 if(e->ciphers)
101 int num_nids = e->ciphers(e, NULL, &nids, 0);
135 return e->ciphers;
141 e->ciphers = f;
/external/openssl/crypto/engine/
H A Dtb_cipher.c76 if(e->ciphers)
79 int num_nids = e->ciphers(e, NULL, &nids, 0);
98 if(e->ciphers)
101 int num_nids = e->ciphers(e, NULL, &nids, 0);
135 return e->ciphers;
141 e->ciphers = f;
/external/chromium_org/net/socket/
H A Dnss_ssl_util.cc35 // |to_remove| and sets every instance of them in |ciphers| to zero. It returns
37 // there are no duplicates in |ciphers| nor in |to_remove|.
38 bool CiphersRemove(const uint16* to_remove, uint16* ciphers, size_t num) { argument
46 if (to_remove[i] == ciphers[j]) {
47 ciphers[j] = 0;
57 // CiphersCompact takes an array of cipher suite ids in |ciphers|, where some
60 void CiphersCompact(uint16* ciphers, size_t num) { argument
64 if (ciphers[i] == 0)
66 ciphers[j--] = ciphers[
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c1265 int rsn_cipher_put_suites(u8 *start, int ciphers) argument
1269 if (ciphers & WPA_CIPHER_CCMP_256) {
1273 if (ciphers & WPA_CIPHER_GCMP_256) {
1277 if (ciphers & WPA_CIPHER_CCMP) {
1281 if (ciphers & WPA_CIPHER_GCMP) {
1285 if (ciphers & WPA_CIPHER_TKIP) {
1289 if (ciphers & WPA_CIPHER_NONE) {
1298 int wpa_cipher_put_suites(u8 *start, int ciphers) argument
1302 if (ciphers & WPA_CIPHER_CCMP) {
1306 if (ciphers
1319 wpa_pick_pairwise_cipher(int ciphers, int none_allowed) argument
1337 wpa_pick_group_cipher(int ciphers) argument
1412 wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim) argument
[all...]
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c1265 int rsn_cipher_put_suites(u8 *start, int ciphers) argument
1269 if (ciphers & WPA_CIPHER_CCMP_256) {
1273 if (ciphers & WPA_CIPHER_GCMP_256) {
1277 if (ciphers & WPA_CIPHER_CCMP) {
1281 if (ciphers & WPA_CIPHER_GCMP) {
1285 if (ciphers & WPA_CIPHER_TKIP) {
1289 if (ciphers & WPA_CIPHER_NONE) {
1298 int wpa_cipher_put_suites(u8 *start, int ciphers) argument
1302 if (ciphers & WPA_CIPHER_CCMP) {
1306 if (ciphers
1319 wpa_pick_pairwise_cipher(int ciphers, int none_allowed) argument
1337 wpa_pick_group_cipher(int ciphers) argument
1412 wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c1265 int rsn_cipher_put_suites(u8 *start, int ciphers) argument
1269 if (ciphers & WPA_CIPHER_CCMP_256) {
1273 if (ciphers & WPA_CIPHER_GCMP_256) {
1277 if (ciphers & WPA_CIPHER_CCMP) {
1281 if (ciphers & WPA_CIPHER_GCMP) {
1285 if (ciphers & WPA_CIPHER_TKIP) {
1289 if (ciphers & WPA_CIPHER_NONE) {
1298 int wpa_cipher_put_suites(u8 *start, int ciphers) argument
1302 if (ciphers & WPA_CIPHER_CCMP) {
1306 if (ciphers
1319 wpa_pick_pairwise_cipher(int ciphers, int none_allowed) argument
1337 wpa_pick_group_cipher(int ciphers) argument
1412 wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim) argument
[all...]
/external/chromium_org/third_party/openssl/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
149 ciphers= *argv;
166 if (ciphers != NULL) {
167 if(!SSL_CTX_set_cipher_list(ctx,ciphers)) {
H A Dprogs.pl34 if (($_ =~ /^s_/) || ($_ =~ /^ciphers$/))
/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
149 ciphers= *argv;
166 if (ciphers != NULL) {
167 if(!SSL_CTX_set_cipher_list(ctx,ciphers)) {
H A Dprogs.pl34 if (($_ =~ /^s_/) || ($_ =~ /^ciphers$/))
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
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 // We don't support DTLS renegotiation currently. If new set of srtp ciphers
311 std::find(ciphers.begin(), ciphers.end(), current_srtp_cipher);
312 if (iter == ciphers.end()) {
314 for (size_t i = 0; i < ciphers.size(); ++i) {
316 requested_str.append(ciphers[i]);
319 LOG(LS_WARNING) << "Ignoring new set of SRTP ciphers, a
296 SetSrtpCiphers( const std::vector<std::string>& ciphers) argument
[all...]
H A Dtransportchannel.h105 // Sets up the ciphers to use for DTLS-SRTP.
106 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) = 0;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslstreamadapter.h158 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) { argument
H A Dnssstreamadapter.h91 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers);
/external/chromium_org/third_party/webrtc/base/
H A Dsslstreamadapter.h141 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) { argument
H A Dnssstreamadapter.h73 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client.h41 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers);
H A Dtlsv1_server.h37 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers);
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client.h41 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers);
H A Dtlsv1_server.h37 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client.h41 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers);
H A Dtlsv1_server.h37 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers);
/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/srtp/crypto/
H A DMakefile69 ciphers = cipher/cipher.o cipher/null_cipher.o \ macro
87 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(xfm)
/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

Completed in 474 milliseconds

123456