Searched defs:CBC (Results 1 - 5 of 5) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/symmetric/
H A DBlowfish.java27 public static class CBC class in class:Blowfish
30 public CBC() method in class:Blowfish.CBC
61 // put("Cipher.1.3.6.1.4.1.3029.1.2", "org.bouncycastle.jce.provider.symmetric.Blowfish$CBC");
H A DDESede.java49 static public class CBC class in class:DESede
52 public CBC() method in class:DESede.CBC
276 // put("Cipher." + PKCSObjectIdentifiers.des_EDE3_CBC, "org.bouncycastle.jce.provider.symmetric.DESede$CBC");
277 // put("Cipher." + OIWObjectIdentifiers.desCBC, "org.bouncycastle.jce.provider.symmetric.DESede$CBC");
/external/chromium/crypto/
H A Dencryptor.h26 CBC enumerator in enum:crypto::Encryptor::Mode
/external/openssl/crypto/des/
H A Drpc_des.h103 enum desmode { CBC, ECB }; enumerator in enum:desmode
/external/dropbear/libtomcrypt/
H A Dcrypt.tex179 unlike libraries like OpenSSL is not tied to direct routines. For instance, in OpenSSL there are CBC block
779 \subsubsection{CBC Mode}
780 \index{CBC mode}
781 CBC or Cipher Block Chaining mode is a simple mode designed to prevent trivial forms of replay and swap attacks on ciphers.
802 CFB or Ciphertext Feedback Mode is a mode akin to CBC. It is given as:
813 OFB or Output Feedback Mode is a mode akin to CBC as well. It is given as:
834 The ECB and CBC modes process blocks of the same size as the cipher at a time. Therefore, they are less flexible than the
839 Ciphertext stealing is a method of dealing with messages in CBC mode which are not a multiple of the block length. This is accomplished
843 The more sane way to deal with partial blocks is to pad them with zeroes, and then use CBC normally.
846 \index{CBC Mod
[all...]

Completed in 107 milliseconds