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

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p18.cpp 69 struct DES : a::ES {
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/
DES.java 51 public final class DES
53 private DES()
78 * DES CFB8
176 throw new InvalidAlgorithmParameterException("No supported AlgorithmParameterSpec for DES parameter generation.");
194 params = createParametersInstance("DES");
209 * DES - the default for this is to generate a key in
220 super("DES", 64, new DESKeyGenerator());
247 super("DES", null);
292 return new SecretKeySpec(desKeySpec.getKey(), "DES");
465 private static final String PREFIX = DES.class.getName()
    [all...]
DESede.java 243 extends DES.DESPBEKeyFactory
255 extends DES.DESPBEKeyFactory
273 throw new InvalidAlgorithmParameterException("No supported AlgorithmParameterSpec for DES parameter generation.");
291 params = createParametersInstance("DES");
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/
DES.java 55 public final class DES
57 private DES()
88 * DES CFB8
191 throw new InvalidAlgorithmParameterException("No supported AlgorithmParameterSpec for DES parameter generation.");
209 params = createParametersInstance("DES");
224 * DES - the default for this is to generate a key in
236 super("DES", 64, new DESKeyGenerator());
266 super("DES", null);
311 return new SecretKeySpec(desKeySpec.getKey(), "DES");
494 private static final String PREFIX = DES.class.getName()
    [all...]
DESede.java 266 extends DES.DESPBEKeyFactory
279 extends DES.DESPBEKeyFactory
297 throw new InvalidAlgorithmParameterException("No supported AlgorithmParameterSpec for DES parameter generation.");
315 params = createParametersInstance("DES");
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
PKWareExtraHeader.java 36 * <li>0x6601 - DES</li>
38 * <li>0x6603 - 3DES 168</li>
39 * <li>0x6609 - 3DES 112</li>
203 DES(0x6601),
  /external/nos/host/generic/nugget/proto/nugget/app/keymaster/
keymaster_defs.proto 108 DES = 3;
  /external/curl/tests/python_dependencies/impacket/
ntlm.py 43 from Crypto.Cipher import DES
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)
    [all...]
  /external/nos/host/android/hals/keymaster/
proto_utils.cpp 122 return nosapp::Algorithm::DES;
143 case nosapp::Algorithm::DES:
    [all...]
  /external/boringssl/src/crypto/obj/
objects.go 395 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
548 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  /external/scapy/test/
ipsec.uts 45 = IPv4 / ESP - Transport - DES - NULL
54 crypt_algo='DES', crypt_key=b'8bytekey',
79 # mode tunnel enc 'cbc(des)' '0x38627974656b6579' auth digest_null '' flag align4
97 = IPv4 / ESP - Transport - 3DES - NULL
106 crypt_algo='3DES', crypt_key=b'threedifferent8byteskeys',
391 = IPv4 / ESP - Tunnel - DES - NULL
400 crypt_algo='DES', crypt_key=b'8bytekey',
426 = IPv4 / ESP - Tunnel - 3DES - NULL
435 crypt_algo='3DES', crypt_key=b'threedifferent8byteskeys',
    [all...]
  /external/boringssl/src/ssl/test/runner/
runner.go     [all...]

Completed in 330 milliseconds