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

1 2 3 4 5 6 7

  /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`
crypt.lof 6 \contentsline {figure}{\numberline {3.1}{\ignorespaces Built--In Software Ciphers}}{19}{figure.3.1}
  /dalvik/libcore/crypto/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 are easily integratable thanks
  /external/dropbear/libtomcrypt/testprof/
cipher_hash_test.c 1 /* test the ciphers and hashes using their built-in self-tests */
12 /* test ciphers */
  /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/openssl/apps/
ciphers.c 1 /* apps/ciphers.c */
73 "usage: ciphers args\n",
74 " -v - verbose mode, a textual listing of the ciphers in SSLeay\n",
92 char *ciphers=NULL; local
144 ciphers= *argv;
161 if (ciphers != NULL) {
162 if(!SSL_CTX_set_cipher_list(ctx,ciphers)) {
Android.mk 12 ciphers.c nseq.c pkcs12.c pkcs8.c spkac.c smime.c rand.c engine.c \
  /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;
eng_cryptodev.c 136 } ciphers[] = { variable in typeref:struct:__anon3939
220 for (i = 0; ciphers[i].id; i++)
221 if (ciphers[i].id == cipher)
222 return (ciphers[i].ivmax);
237 for (i = 0; ciphers[i].id; i++)
238 if (ciphers[i].id == cipher)
239 return (ciphers[i].keylen == len);
249 for (i = 0; ciphers[i].id; i++)
250 if (ciphers[i].nid == nid)
251 return (ciphers[i].id)
    [all...]
README 35 The latter is more generally used because it also allows ciphers/digests to be
44 such ciphers is via entirely distinct API calls that didn't exist before.
50 ciphers simultaneously registers cipher *types* and cipher *implementations* -
52 hooking in ENGINEs is that multiple ENGINEs may implement the same ciphers. The
53 solution is necessarily that ENGINE-provided ciphers simply are not registered,
54 stored, or exposed to the caller in the same manner as existing ciphers. This is
87 turn out to be degenerate forms of the same thing. The EVP storage of ciphers,
175 code despite the fact the application may use only ciphers, for example). This
  /external/dropbear/
common-algo.c 29 /* This file (algo.c) organises the ciphers which can be used, and is used to
30 * decide which ciphers/hashes/compression/signing to use during key exchange*/
32 /* Mappings for ciphers, parameters are
148 /* Register the compiled in ciphers.
149 * This should be run before using any of the ciphers/hashes */
SMALL 14 - You can safely disable blowfish and twofish ciphers, and MD5 hmac, without
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
StreamBlockCipher.java 4 * a wrapper for block ciphers with a single byte block size, so that they
5 * can be treated like stream ciphers.
StreamCipher.java 4 * the interface stream ciphers conform to.
  /external/openssl/patches/
apps_Android.mk 12 ciphers.c nseq.c pkcs12.c pkcs8.c spkac.c smime.c rand.c engine.c \
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client.h 47 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers);
tlsv1_server.h 43 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers);
  /external/wpa_supplicant/
tlsv1_client.h 46 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers);
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_encrypt_authenticate_memory.c 25 @param nonce The session nonce (length of the block ciphers block size)

Completed in 120 milliseconds

1 2 3 4 5 6 7