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

12345

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DBlockCipherFactory.java35 private static final List<CipherEntry> ciphers = new Vector<CipherEntry>(); field in class:BlockCipherFactory
40 ciphers.add(new CipherEntry("aes128-ctr", 16, 16, "ch.ethz.ssh2.crypto.cipher.AES"));
41 ciphers.add(new CipherEntry("aes192-ctr", 16, 24, "ch.ethz.ssh2.crypto.cipher.AES"));
42 ciphers.add(new CipherEntry("aes256-ctr", 16, 32, "ch.ethz.ssh2.crypto.cipher.AES"));
43 ciphers.add(new CipherEntry("blowfish-ctr", 8, 16, "ch.ethz.ssh2.crypto.cipher.BlowFish"));
45 ciphers.add(new CipherEntry("aes128-cbc", 16, 16, "ch.ethz.ssh2.crypto.cipher.AES"));
46 ciphers.add(new CipherEntry("aes192-cbc", 16, 24, "ch.ethz.ssh2.crypto.cipher.AES"));
47 ciphers.add(new CipherEntry("aes256-cbc", 16, 32, "ch.ethz.ssh2.crypto.cipher.AES"));
48 ciphers.add(new CipherEntry("blowfish-cbc", 8, 16, "ch.ethz.ssh2.crypto.cipher.BlowFish"));
50 ciphers
[all...]
/external/openssh/regress/
H A Dcipher-speed.sh15 ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc
23 for c in $ciphers; do for m in $macs; do
38 ciphers="3des blowfish"
39 for c in $ciphers; do
H A Dtry-ciphers.sh1 # $OpenBSD: try-ciphers.sh,v 1.12 2011/08/02 01:23:41 djm Exp $
4 tid="try ciphers"
6 ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc
14 for c in $ciphers; do
25 ciphers="3des blowfish"
26 for c in $ciphers; do
H A Dssh-com.sh90 ciphers="3des-cbc blowfish-cbc arcfour"
94 ciphers="$ciphers cast128-cbc"
98 ciphers="$ciphers aes128-cbc cast128-cbc"
102 #ciphers="3des-cbc"
104 for c in $ciphers; do
/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/third_party/tlslite/tlslite/
H A Dconstants.py117 def getSrpSuites(ciphers):
119 for cipher in ciphers:
133 def getSrpRsaSuites(ciphers):
135 for cipher in ciphers:
150 def getRsaSuites(ciphers):
152 for cipher in ciphers:
/external/dropbear/libtomcrypt/
H A DAndroid.mk9 src/ciphers/aes/aes.c src/ciphers/anubis.c src/ciphers/blowfish.c \
10 src/ciphers/cast5.c src/ciphers/des.c src/ciphers/kasumi.c src/ciphers/khazad.c src/ciphers/kseed.c \
11 src/ciphers/noekeon.c src/ciphers/rc
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c1180 int rsn_cipher_put_suites(u8 *pos, int ciphers) argument
1184 if (ciphers & WPA_CIPHER_CCMP) {
1189 if (ciphers & WPA_CIPHER_GCMP) {
1194 if (ciphers & WPA_CIPHER_TKIP) {
1199 if (ciphers & WPA_CIPHER_NONE) {
1209 int wpa_cipher_put_suites(u8 *pos, int ciphers) argument
1213 if (ciphers & WPA_CIPHER_CCMP) {
1218 if (ciphers & WPA_CIPHER_TKIP) {
1223 if (ciphers & WPA_CIPHER_NONE) {
1233 int wpa_pick_pairwise_cipher(int ciphers, in argument
1247 wpa_pick_group_cipher(int ciphers) argument
1310 wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim) argument
[all...]
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c1180 int rsn_cipher_put_suites(u8 *pos, int ciphers) argument
1184 if (ciphers & WPA_CIPHER_CCMP) {
1189 if (ciphers & WPA_CIPHER_GCMP) {
1194 if (ciphers & WPA_CIPHER_TKIP) {
1199 if (ciphers & WPA_CIPHER_NONE) {
1209 int wpa_cipher_put_suites(u8 *pos, int ciphers) argument
1213 if (ciphers & WPA_CIPHER_CCMP) {
1218 if (ciphers & WPA_CIPHER_TKIP) {
1223 if (ciphers & WPA_CIPHER_NONE) {
1233 int wpa_pick_pairwise_cipher(int ciphers, in argument
1247 wpa_pick_group_cipher(int ciphers) argument
1310 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.c1180 int rsn_cipher_put_suites(u8 *pos, int ciphers) argument
1184 if (ciphers & WPA_CIPHER_CCMP) {
1189 if (ciphers & WPA_CIPHER_GCMP) {
1194 if (ciphers & WPA_CIPHER_TKIP) {
1199 if (ciphers & WPA_CIPHER_NONE) {
1209 int wpa_cipher_put_suites(u8 *pos, int ciphers) argument
1213 if (ciphers & WPA_CIPHER_CCMP) {
1218 if (ciphers & WPA_CIPHER_TKIP) {
1223 if (ciphers & WPA_CIPHER_NONE) {
1233 int wpa_pick_pairwise_cipher(int ciphers, in argument
1247 wpa_pick_group_cipher(int ciphers) argument
1310 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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DConnection.java1149 * @param ciphers
1151 public synchronized void setClient2ServerCiphers(String[] ciphers) argument
1153 if ((ciphers == null) || (ciphers.length == 0))
1155 ciphers = removeDuplicates(ciphers);
1156 BlockCipherFactory.checkCipherList(ciphers);
1157 cryptoWishList.c2s_enc_algos = ciphers;
1193 * @param ciphers
1195 public synchronized void setServer2ClientCiphers(String[] ciphers) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslstreamadapter.h164 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) { argument
H A Dnssstreamadapter.h91 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/srtp/crypto/
H A DMakefile69 ciphers = cipher/cipher.o cipher/null_cipher.o \ macro
87 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(xfm)

Completed in 387 milliseconds

12345