Searched refs:OFB (Results 1 - 4 of 4) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DAES.java75 static public class OFB class in class:AES
78 public OFB() method in class:AES.OFB
254 // provider.addAlgorithm("Cipher." + NISTObjectIdentifiers.id_aes128_OFB, PREFIX + "$OFB");
255 // provider.addAlgorithm("Cipher." + NISTObjectIdentifiers.id_aes192_OFB, PREFIX + "$OFB");
256 // provider.addAlgorithm("Cipher." + NISTObjectIdentifiers.id_aes256_OFB, PREFIX + "$OFB");
/external/openssl/crypto/evp/
H A Devp_locl.h165 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
H A De_aes.c490 BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
/external/dropbear/libtomcrypt/
H A Dcrypt.tex811 \subsubsection{OFB Mode}
812 \index{OFB mode}
813 OFB or Output Feedback Mode is a mode akin to CBC as well. It is given as:
818 Like the CFB mode the output width in CFB mode is the same as the width of the block cipher. OFB mode will also
824 \item No short cycles which is possible in the OFB and CFB modes.
830 The CTR, CFB and OFB routines provided allow you to encrypt block sizes that differ from the ciphers block size. They
847 \index{OFB Mode} \index{CFB Mode}
848 The library provides simple support routines for handling CBC, CTR, CFB, OFB and ECB encoded messages. Assuming the mode
908 In all cases, \textit{len} is the size of the buffer (as number of octets) to encrypt or decrypt. The CTR, OFB and CFB modes are order sensitive but not
942 seeking within the session. In OFB mod
[all...]

Completed in 114 milliseconds