Searched defs:DES (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A DDES.pm1 package DES; package
17 bootstrap DES;
/external/openssl/crypto/des/
H A DDES.pm1 package DES; package
17 bootstrap DES;
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_custom.h112 #define DES macro
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DDES.java4 This file is based on the 3DES implementation from the Bouncy Castle Crypto package.
30 * DES.
36 public class DES implements BlockCipher class in inherits:BlockCipher
43 public DES() method in class:DES
48 * initialise a DES cipher.
64 return "DES";
76 throw new IllegalStateException("DES engine not initialised!");
281 * the DES engine.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DDES.java49 public final class DES class
51 private DES() method in class:DES
75 // * DES CFB8
172 throw new InvalidAlgorithmParameterException("No supported AlgorithmParameterSpec for DES parameter generation.");
190 params = AlgorithmParameters.getInstance("DES", BouncyCastleProvider.PROVIDER_NAME);
203 * DES - the default for this is to generate a key in
214 super("DES", 64, new DESKeyGenerator());
241 super("DES", null);
286 return new SecretKeySpec(desKeySpec.getKey(), "DES");
441 private static final String PREFIX = DES
[all...]
/external/qemu/
H A Dppc-dis.c566 /* The DES field in a DES form instruction. This is like DS, but is 14
568 #define DES DE + 1
573 #define DQ DES + 1
4817 { "lde", DEO(62,0), DE_MASK, BOOKE64, { RT, DES, RA0 } },
4818 { "ldue", DEO(62,1), DE_MASK, BOOKE64, { RT, DES, RA0 } },
4819 { "lfse", DEO(62,4), DE_MASK, BOOKE64, { FRT, DES, RA0 } },
4820 { "lfsue", DEO(62,5), DE_MASK, BOOKE64, { FRT, DES, RAS } },
4821 { "lfde", DEO(62,6), DE_MASK, BOOKE64, { FRT, DES, RA0 } },
4822 { "lfdue", DEO(62,7), DE_MASK, BOOKE64, { FRT, DES, RA
564 #define DES macro
[all...]

Completed in 245 milliseconds