HomeSort by relevance Sort by last modified time
    Searched full:ciphers (Results 1 - 25 of 325) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
BlockCipherFactory.java 35 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.add(new CipherEntry("3des-ctr", 8, 24, "ch.ethz.ssh2.crypto.cipher.DESede"))
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslenum.c 13 * The ciphers are listed in the following order:
14 * - stronger ciphers before weaker ciphers
15 * - national ciphers before international ciphers
16 * - faster ciphers before slower ciphers
18 * National ciphers such as Camellia are listed before international ciphers
  /external/openssh/regress/
try-ciphers.sh 1 # $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
40 echo "Ciphers acss@openssh.org" >> $OBJ/sshd_proxy
ssh-com.sh 40 Ciphers AnyCipher
90 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
cipher-speed.sh 15 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
conch-ciphers.sh 1 # $OpenBSD: conch-ciphers.sh,v 1.2 2008/06/30 10:43:03 djm Exp $
4 tid="conch ciphers"
putty-ciphers.sh 1 # $OpenBSD: putty-ciphers.sh,v 1.3 2008/11/10 02:06:35 djm Exp $
4 tid="putty ciphers"
  /external/dropbear/libtomcrypt/
Android.mk 9 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/rc2.c src/ciphers/rc5.c src/ciphers/rc6.c src/ciphers/safer/safer.c
    [all...]
makefile.msvc 7 OBJECTS=src/ciphers/aes/aes_enc.obj src/ciphers/aes/aes.obj src/ciphers/anubis.obj src/ciphers/blowfish.obj \
8 src/ciphers/cast5.obj src/ciphers/des.obj src/ciphers/kasumi.obj src/ciphers/khazad.obj src/ciphers/kseed.obj \
9 src/ciphers/noekeon.obj src/ciphers/rc2.obj src/ciphers/rc5.obj src/ciphers/rc6.obj src/ciphers/safer/safer.ob (…)
    [all...]
makefile.icc 97 OBJECTS=src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o \
98 src/ciphers/cast5.o src/ciphers/des.o src/ciphers/kasumi.o src/ciphers/khazad.o src/ciphers/kseed.o \
99 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer.o
    [all...]
makefile.shared 102 OBJECTS=src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o \
103 src/ciphers/cast5.o src/ciphers/des.o src/ciphers/kasumi.o src/ciphers/khazad.o src/ciphers/kseed.o \
104 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer.o
    [all...]
makefile.unix 43 OBJECTS=src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o \
44 src/ciphers/cast5.o src/ciphers/des.o src/ciphers/kasumi.o src/ciphers/khazad.o src/ciphers/kseed.o \
45 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer.o
    [all...]
Makefile.in 100 OBJECTS=src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o \
101 src/ciphers/cast5.o src/ciphers/des.o src/ciphers/kasumi.o src/ciphers/khazad.o src/ciphers/kseed.o \
102 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer.o
    [all...]
genlist.sh 3 export a=`echo -n "src/ciphers/aes/aes_enc.o " ; find . -type f | sort | grep "[.]/src" | grep "[.]c" | grep -v "sha224" | grep -v "sha384" | grep -v "aes_tab" | grep -v "twofish_tab" | grep -v "whirltab" | grep -v "dh_sys" | grep -v "ecc_sys" | grep -v "mpi[.]c" | grep -v "sober128tab" | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs`
  /libcore/luni/src/main/java/javax/crypto/
package.html 11 Stream ciphers are supported as well as asymmetric, symmetric and block ciphers. Cipher implementations from different providers can be integrated using
  /external/wpa_supplicant_8/src/crypto/
des_i.h 2 * DES and 3DES-EDE ciphers
  /external/dropbear/libtomcrypt/testprof/
cipher_hash_test.c 1 /* test the ciphers and hashes using their built-in self-tests */
12 /* test ciphers */
  /external/srtp/doc/
crypto_kernel.txt 11 @defgroup CipherImplementations Ciphers
16 Ciphers can be used through the crypto kernel, or can be accessed
  /external/dropbear/libtomcrypt/notes/
tech0003.txt 9 public key functions. If all you plan on using are the hashes and ciphers than only about 1KB of stack is required
13 size of a symmetric_key is the size of the largest scheduled key. By removing the ciphers you don't use from
42 [#] For all 64-bit SAFER ciphers.
44 Noekeon is a fairly fast cipher and uses very little memory. Ideally in low-ram platforms all other ciphers should be
49 You can easily accomplish this via the "config.pl" script. Simply answer "n" to all of the ciphers except the one you want
  /external/srtp/crypto/include/
crypto.h 23 * @ingroup Ciphers
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
tb_cipher.c 76 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/
constants.py 117 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/openssl/crypto/engine/
tb_cipher.c 76 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/openssl/openssl/apps/
ciphers.c 1 /* 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)) {
  /external/openssl/apps/
ciphers.c 1 /* 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)) {

Completed in 306 milliseconds

1 2 3 4 5 6 7 8 91011>>