cipher_modes Directory Reference

Files

file  cbc.c [code]
 Cipher Block Chaining (CBC) mode.
 
file  cbc.h [code]
 Cipher Block Chaining (CBC) mode.
 
file  cfb.c [code]
 Cipher Feedback (CFB) mode.
 
file  cfb.h [code]
 Cipher Feedback (CFB) mode.
 
file  cipher_modes.h [code]
 Block cipher modes of operation.
 
file  ctr.c [code]
 Counter(CTR) mode.
 
file  ctr.h [code]
 Counter(CTR) mode.
 
file  ecb.c [code]
 Electronic Codebook (ECB) mode.
 
file  ecb.h [code]
 Electronic Codebook (ECB) mode.
 
file  ofb.c [code]
 Output Feedback (OFB) mode.
 
file  ofb.h [code]
 Output Feedback (OFB) mode.
 
file  xts.c [code]
 XEX-based tweaked-codebook mode with ciphertext stealing (XTS)
 
file  xts.h [code]
 XEX-based tweaked-codebook mode with ciphertext stealing (XTS)