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

  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/symmetric/
AES.java 37 public static class ECB
40 public 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");
Blowfish.java 18 public static class ECB
21 public ECB()
59 put("Cipher.BLOWFISH", "org.bouncycastle.jce.provider.symmetric.Blowfish$ECB");
DESede.java 40 static public class ECB
43 public ECB()
274 put("Cipher.DESEDE", "org.bouncycastle.jce.provider.symmetric.DESede$ECB");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
rpc_des.h 49 CBC, ECB
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_des.h 49 CBC, ECB
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_des.h 49 CBC, ECB
  /external/openssl/crypto/des/
rpc_des.h 103 enum desmode { CBC, ECB };
  /external/quake/quake/src/WinQuake/
net_ipx.cpp 95 } ECB;
101 ECB ecb; member in struct:__anon12003
123 static ECB *readlist[IPXSOCKETS];
171 static void IPX_ListenForPacket(ECB *ecb)
176 regs.x.es = ptr2real(ecb) >> 4;
177 regs.x.si = ptr2real(ecb) & 0xf;
203 ECB *ecb; local
449 ECB *ecb; local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 183 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.
    [all...]
  /external/zxing/core/
core.jar 

Completed in 522 milliseconds