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

/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/symmetric/
H A DAES.java37 public static class ECB class in class:AES
40 public ECB() method in class:AES.ECB
226 put("Cipher.AES", "org.bouncycastle.jce.provider.symmetric.AES$ECB");
231 // put("Cipher." + NISTObjectIdentifiers.id_aes128_ECB, "org.bouncycastle.jce.provider.symmetric.AES$ECB");
232 // put("Cipher." + NISTObjectIdentifiers.id_aes192_ECB, "org.bouncycastle.jce.provider.symmetric.AES$ECB");
233 // put("Cipher." + NISTObjectIdentifiers.id_aes256_ECB, "org.bouncycastle.jce.provider.symmetric.AES$ECB");
H A DBlowfish.java18 public static class ECB class in class:Blowfish
21 public ECB() method in class:Blowfish.ECB
59 put("Cipher.BLOWFISH", "org.bouncycastle.jce.provider.symmetric.Blowfish$ECB");
H A DDESede.java40 static public class ECB class in class:DESede
43 public ECB() method in class:DESede.ECB
274 put("Cipher.DESEDE", "org.bouncycastle.jce.provider.symmetric.DESede$ECB");
/external/openssl/crypto/des/
H A Drpc_des.h103 enum desmode { CBC, ECB }; enumerator in enum:desmode
/external/quake/quake/src/WinQuake/
H A Dnet_ipx.cpp95 } ECB; typedef in typeref:struct:ECBStructure
101 ECB ecb;
123 static ECB *readlist[IPXSOCKETS];
171 static void IPX_ListenForPacket(ECB *ecb)
203 ECB *ecb;
204 ECB *prev;
449 ECB *ecb;
/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 200 milliseconds