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

/external/openssl/crypto/des/
H A DDES.pm1 package DES; package
17 bootstrap DES;
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DJCEKeyGenerator.java90 * DES
92 public static class DES class in class:JCEKeyGenerator
95 public DES() method in class:JCEKeyGenerator.DES
97 super("DES", 64, new DESKeyGenerator());
H A DJCESecretKeyFactory.java231 static public class DES class in class:JCESecretKeyFactory
234 public DES() method in class:JCESecretKeyFactory.DES
236 super("DES", null);
246 return new SecretKeySpec(desKeySpec.getKey(), "DES");
H A DJCEBlockCipher.java767 * DES
769 static public class DES class in class:JCEBlockCipher
772 public DES() method in class:JCEBlockCipher.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/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 281 milliseconds