Searched refs:DES (Results 1 – 25 of 41) sorted by relevance
12
/external/openssl/crypto/des/ |
D | des-lib.com | 2 $! DES-LIB.COM 21 $! LIBRARY To Just Build The [.xxx.EXE.CRYPTO.DES]LIBDES.OLB Library. 22 $! DESTEST To Just Build The [.xxx.EXE.CRYPTO.DES]DESTEST.EXE Program. 23 $! SPEED To Just Build The [.xxx.EXE.CRYPTO.DES]SPEED.EXE Program. 24 $! RPW To Just Build The [.xxx.EXE.CRYPTO.DES]RPW.EXE Program. 25 $! DES To Just Build The [.xxx.EXE.CRYPTO.DES]DES.EXE Program. 26 $! DES_OPTS To Just Build The [.xxx.EXE.CRYPTO.DES]DES_OPTS.EXE Program. 94 $ EXE_DIR :== SYS$DISK:[--.'ARCH'.EXE.CRYPTO.DES] 395 $! Compile The DES Program. 397 $ DES: [all …]
|
D | FILES0 | 3 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
|
D | README | 12 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
|
D | DES.pm | 1 package DES; package 17 bootstrap DES;
|
D | des.pod | 64 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.
|
D | Imakefile | 16 DES= des.c des.man 22 CODE= $(GENERAL) $(DES) $(TESTING) $(SRCS) $(LIBDES) $(PERL)
|
D | KERBEROS | 4 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
|
D | typemap | 2 # DES SECTION
|
D | DES.xs | 17 MODULE = DES PACKAGE = DES PREFIX = des_
|
D | VERSION | 32 Even faster inner loop in the DES assembler for x86 and a modification 110 using this DES library as part of SSLeay. 116 I have also now added triple DES versions of cfb and ofb. 177 It makes more sense to use this for triple DES than 236 Triple DES now defaults to triple cbc but can do triple ecb 248 Added -3 (triple DES) flag to des(1). 301 a function that uses DES and so will not effect the main uses
|
D | COPYRIGHT | 4 This package is an DES implementation written by Eric Young (eay@cryptsoft.com).
|
/external/openssl/crypto/des/t/ |
D | test | 5 use DES; 8 $ks=DES::set_key($key); 14 $key=DES::random_key(); 20 ($k1,$k2)=DES::string_to_2keys($str);
|
/external/openssl/crypto/evp/ |
D | evptests.txt | 161 # DES ECB tests (from destest) 163 DES-ECB:0000000000000000::0000000000000000:8CA64DE9C1B123A7 164 DES-ECB:FFFFFFFFFFFFFFFF::FFFFFFFFFFFFFFFF:7359B2163E4EDC58 165 DES-ECB:3000000000000000::1000000000000001:958E6E627A05557B 166 DES-ECB:1111111111111111::1111111111111111:F40379AB9E0EC533 167 DES-ECB:0123456789ABCDEF::1111111111111111:17668DFC7292532D 168 DES-ECB:1111111111111111::0123456789ABCDEF:8A5AE1F81AB8F2DD 169 DES-ECB:FEDCBA9876543210::0123456789ABCDEF:ED39D950FA74BCC4 174 # DES EDE3 CBC tests (from destest) 175 DES-EDE3-CBC:0123456789abcdeff1e0d3c2b5a49786fedcba9876543210:fedcba9876543210:37363534333231204E6F…
|
/external/openssl/crypto/objects/ |
D | objects.txt | 172 pkcs5 1 : PBE-MD2-DES : pbeWithMD2AndDES-CBC 173 pkcs5 3 : PBE-MD5-DES : pbeWithMD5AndDES-CBC 176 pkcs5 10 : PBE-SHA1-DES : pbeWithSHA1AndDES-CBC 330 pkcs12-pbeids 3 : PBE-SHA1-3DES : pbeWithSHA1And3-KeyTripleDES-CBC 332 pkcs12-pbeids 4 : PBE-SHA1-2DES : pbeWithSHA1And2-KeyTripleDES-CBC 362 rsadsi 3 7 : DES-EDE3-CBC : des-ede3-cbc 605 algorithm 6 : DES-ECB : des-ecb 606 algorithm 7 : DES-CBC : des-cbc 608 algorithm 8 : DES-OFB : des-ofb 610 algorithm 9 : DES-CFB : des-cfb [all …]
|
/external/openssl/crypto/rc2/ |
D | version | 17 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/des/asm/ |
D | readme | 7 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/ |
D | tech0003.txt | 24 3DES | 768 | 30 DES | 256 |
|
/external/openssl/crypto/pem/ |
D | message | 6 DEK-Info: DES-CBC,0123456789abcdef
|
/external/openssl/apps/ |
D | privkey.pem | 3 DEK-Info: DES-EDE3-CBC,BA26229A1653B7FF
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_custom.h | 112 #define DES macro
|
D | tomcrypt_cipher.h | 90 #ifdef DES 135 #ifdef DES 649 #ifdef DES
|
/external/openssl/crypto/des/times/ |
D | usparc.cc | 6 is able to perform when the code is 'inlined'. For 'speed', the DES
|
/external/dropbear/libtomcrypt/demos/ |
D | encrypt.c | 59 #ifdef DES in register_algs()
|
/external/ipsec-tools/ |
D | NEWS | 66 o Fixed single DES support; single DES users MUST UPGRADE.
|
/external/e2fsprogs/lib/et/test_cases/ |
D | heimdal2.et | 54 ec KADM_PW_MISMATCH, "Cleartext password and DES key did not match"
|
12