HomeSort by relevance Sort by last modified time
    Searched defs:DES (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/des/
DES.pm 1 package DES;
17 bootstrap DES;
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEKeyGenerator.java 90 * DES
92 public static class DES
95 public DES()
97 super("DES", 64, new DESKeyGenerator());
JCESecretKeyFactory.java 231 static public class DES
234 public DES()
236 super("DES", null);
246 return new SecretKeySpec(desKeySpec.getKey(), "DES");
JCEBlockCipher.java 767 * DES
769 static public class DES
772 public DES()
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 112 #define DES
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DES.java 4 This file is based on the 3DES implementation from the Bouncy Castle Crypto package.
30 * DES.
36 public class DES implements BlockCipher
43 public DES()
48 * initialise a DES cipher.
64 return "DES";
76 throw new IllegalStateException("DES engine not initialised!");
281 * the DES engine.
  /external/qemu/
ppc-dis.c 566 /* 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
    [all...]

Completed in 170 milliseconds