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

/external/libvncserver/webclients/novnc/include/
H A Ddes.js9 * This DES class has been extracted from package Acme.Crypto for use in VNC.
20 * DesCipher - the DES encryption method
80 function DES(passwd) { function
276 } // function DES
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp18.cpp69 struct DES : a::ES { struct in namespace:ProtectedAccessFromMember::b
70 DES *f();
75 b::DES *b::DES::f() { return new b::DES("foo"); }
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DDES.java46 public final class DES class
48 private DES() method in class:DES
73 * DES CFB8
171 throw new InvalidAlgorithmParameterException("No supported AlgorithmParameterSpec for DES parameter generation.");
189 params = createParametersInstance("DES");
204 * DES - the default for this is to generate a key in
215 super("DES", 64, new DESKeyGenerator());
242 super("DES", null);
287 return new SecretKeySpec(desKeySpec.getKey(), "DES");
446 private static final String PREFIX = DES
[all...]
/external/curl/tests/python_dependencies/impacket/
H A Dntlm.py43 from Crypto.Cipher import DES namespace
529 # Expand the key from a 7-byte password key into a 8-byte DES key
548 cipher = DES.new(__expand_DES_key(key),DES.MODE_ECB)
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 3988 milliseconds