Searched defs:ECB (Results 1 - 8 of 8) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DBlowfish.java18 public static class ECB class in class:Blowfish
21 public ECB() method in class:Blowfish.ECB
66 provider.addAlgorithm("Cipher.BLOWFISH", PREFIX + "$ECB");
H A DAES.java53 public static class ECB class in class:AES
56 public ECB() method in class:AES.ECB
386 provider.addAlgorithm("Cipher.AES", PREFIX + "$ECB");
391 // provider.addAlgorithm("Cipher." + NISTObjectIdentifiers.id_aes128_ECB, PREFIX + "$ECB");
392 // provider.addAlgorithm("Cipher." + NISTObjectIdentifiers.id_aes192_ECB, PREFIX + "$ECB");
393 // provider.addAlgorithm("Cipher." + NISTObjectIdentifiers.id_aes256_ECB, PREFIX + "$ECB");
H A DDESede.java54 static public class ECB class in class:DESede
57 public ECB() method in class:DESede.ECB
383 provider.addAlgorithm("Cipher.DESEDE", PREFIX + "$ECB");
H A DDES.java55 static public class ECB class in class:DES
58 public ECB() method in class:DES.ECB
451 provider.addAlgorithm("Cipher.DES", PREFIX + "$ECB");
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Drpc_des.h103 enum desmode { CBC, ECB }; enumerator in enum:desmode
/external/openssl/crypto/des/
H A Drpc_des.h103 enum desmode { CBC, ECB }; enumerator in enum:desmode
/external/dropbear/libtomcrypt/
H A Dcrypt.tex183 the key setup, ECB decrypt and encrypt and test vector routines. After that all five chaining mode routines
403 LibTomCrypt provides several block ciphers with an ECB block mode interface. It is important to first note that you
404 should never use the ECB modes directly to encrypt data. Instead you should use the ECB functions to make a chaining mode,
405 or use one of the provided chaining modes. All of the ciphers are written as ECB interfaces since it allows the rest of
431 \subsection{ECB Encryption and Decryption}
432 To encrypt or decrypt a block in ECB mode there are these two functions per cipher:
496 An example snippet that encodes a block with Blowfish in ECB mode.
770 \subsubsection{ECB Mode}
771 \index{ECB mod
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 250 milliseconds