Home
last modified time | relevance | path

Searched refs:DES (Results 1 – 25 of 62) sorted by relevance

123

/external/openssl/crypto/des/t/
Dtest5 use DES;
8 $ks=DES::set_key($key);
14 $key=DES::random_key();
20 ($k1,$k2)=DES::string_to_2keys($str);
/external/openssl/crypto/des/
DFILES03 MODES.DES - A description of the features of the different modes of DES.
30 ecb_enc.c - des_ecb_encrypt() source, this contains the basic DES code.
36 ede_enc.c - des_ede3_cbc_encrypt() cbc mode des using triple DES.
42 used as a stream cipher and using triple DES.
47 used as a stream cipher and using triple DES.
79 DES.pm
80 DES.pod
81 DES.xs
DDES.pm1 package DES; package
17 bootstrap DES;
DREADME12 ftp://ftp.psy.uq.oz.au/pub/Crypto/DES/libdes-x.xx.tar.gz
18 This kit builds a DES encryption library and a DES encryption program.
41 I believe these routines are close to the fastest and most portable DES
49 It is worth noting that on sparc and Alpha CPUs, performance of the DES
DImakefile16 DES= des.c des.man
22 CODE= $(GENERAL) $(DES) $(TESTING) $(SRCS) $(LIBDES) $(PERL)
Ddes.pod64 The key used for the DES
145 option but the DES key is generated in the same manner as used for the
178 the input file is assumed to contain uuencoded, DES encrypted data.
198 DES-key function. This alternative function (accessed via
202 uses DES to help generate the key.
DKERBEROS4 To use this library with Bones (kerberos without DES):
15 ftp.psy.uq.oz.au (130.102.32.1) /pub/DES/libdes.tar.93-10-07.Z
Dtypemap2 # DES SECTION
DDES.xs17 MODULE = DES PACKAGE = DES PREFIX = des_
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DDES.java40 public final class DES class
42 private DES() in DES() method in DES
261 private static final String PREFIX = DES.class.getName();
/external/openssl/crypto/evp/
Devptests.txt174 # DES ECB tests (from destest)
176 DES-ECB:0000000000000000::0000000000000000:8CA64DE9C1B123A7
177 DES-ECB:FFFFFFFFFFFFFFFF::FFFFFFFFFFFFFFFF:7359B2163E4EDC58
178 DES-ECB:3000000000000000::1000000000000001:958E6E627A05557B
179 DES-ECB:1111111111111111::1111111111111111:F40379AB9E0EC533
180 DES-ECB:0123456789ABCDEF::1111111111111111:17668DFC7292532D
181 DES-ECB:1111111111111111::0123456789ABCDEF:8A5AE1F81AB8F2DD
182 DES-ECB:FEDCBA9876543210::0123456789ABCDEF:ED39D950FA74BCC4
187 # DES EDE3 CBC tests (from destest)
188 DES-EDE3-CBC:0123456789abcdeff1e0d3c2b5a49786fedcba9876543210:fedcba9876543210:37363534333231204E6F…
/external/openssl/crypto/rc2/
Dversion17 far I trust it. It is about the same speed as IDEA and DES.
18 So if you are paranoid, used Tripple DES, else IDEA. If RC2
/external/openssl/crypto/objects/
Dobjects.txt182 pkcs5 1 : PBE-MD2-DES : pbeWithMD2AndDES-CBC
183 pkcs5 3 : PBE-MD5-DES : pbeWithMD5AndDES-CBC
186 pkcs5 10 : PBE-SHA1-DES : pbeWithSHA1AndDES-CBC
342 pkcs12-pbeids 3 : PBE-SHA1-3DES : pbeWithSHA1And3-KeyTripleDES-CBC
344 pkcs12-pbeids 4 : PBE-SHA1-2DES : pbeWithSHA1And2-KeyTripleDES-CBC
382 rsadsi 3 7 : DES-EDE3-CBC : des-ede3-cbc
626 algorithm 6 : DES-ECB : des-ecb
627 algorithm 7 : DES-CBC : des-cbc
629 algorithm 8 : DES-OFB : des-ofb
631 algorithm 9 : DES-CFB : des-cfb
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseMac.java158 public static class DES class in BaseMac
161 public DES() in DES() method in BaseMac.DES
DBaseSecretKeyFactory.java175 static public class DES class in BaseSecretKeyFactory
178 public DES() in DES() method in BaseSecretKeyFactory.DES
/external/openssl/crypto/des/asm/
Dreadme7 assembler for the inner DES routines in libdes :-).
19 optimization for when doing triple DES and des_encrypt3() and des_decrypt3()
20 perform triple des. The triple DES routines are in here because it does
121 Svend Olaf Mikkelsen <svolaf@inet.uni-c.dk> which does raw ecb DES calls at
130 raw DES at 281,000 per second on a pentium 100.
/external/dropbear/libtomcrypt/notes/
Dtech0003.txt24 3DES | 768 |
30 DES | 256 |
/external/openssl/crypto/pem/
Dmessage6 DEK-Info: DES-CBC,0123456789abcdef
/external/openssl/apps/
Dprivkey.pem3 DEK-Info: DES-EDE3-CBC,BA26229A1653B7FF
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
DPEMDecoder.java15 import ch.ethz.ssh2.crypto.cipher.DES;
248 DES des = new DES(); in decryptPEM()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DDES.java36 public class DES implements BlockCipher class
43 public DES() in DES() method in DES
DDESede.java36 public class DESede extends DES
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_custom.h112 #define DES macro
/external/openssl/crypto/des/times/
Dusparc.cc6 is able to perform when the code is 'inlined'. For 'speed', the DES
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCESecretKeyFactory.java233 static public class DES class in JCESecretKeyFactory
236 public DES() in DES() method in JCESecretKeyFactory.DES

123