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

  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/symmetric/
AES.java 32 public static class ECB
35 public ECB()
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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:__anon7004
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...]

Completed in 3002 milliseconds