DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(gcrypt.info.gz) Available cipher modes

Info Catalog (gcrypt.info.gz) Cipher modules (gcrypt.info.gz) Symmetric cryptography (gcrypt.info.gz) Working with cipher handles
 
 5.3 Available cipher modes
 ==========================
 
 `GCRY_CIPHER_MODE_NONE'
      No mode specified, may be set later using other functions.  The
      value of this constant is always 0.
 
 `GCRY_CIPHER_MODE_ECB'
      Electronic Codebook mode.
 
 `GCRY_CIPHER_MODE_CFB'
      Cipher Feedback mode.
 
 `GCRY_CIPHER_MODE_CBC'
      Cipher Block Chaining mode.
 
 `GCRY_CIPHER_MODE_STREAM'
      Stream mode, only to be used with stream cipher algorithms.
 
 `GCRY_CIPHER_MODE_OFB'
      Outer Feedback mode.
 
 `GCRY_CIPHER_MODE_CTR'
      Counter mode.
 
 
Info Catalog (gcrypt.info.gz) Cipher modules (gcrypt.info.gz) Symmetric cryptography (gcrypt.info.gz) Working with cipher handles
automatically generated byinfo2html