Module cipher_modes

Module cipher_modes 

Source
Expand description

Software implementations of the supported block cipher operating modes.

These may be used by the Typical AES operating mode, as well as by the DMA-enabled driver where the DMA does not support a particular operating mode in hardware.

Structsยง

Cbc
Cipher block chaining mode.
Cfb8
Cipher feedback with 8-bit shift mode.
Cfb128
Cipher feedback with 128-bit shift mode.
Ctr
Counter mode.
Ecb
Electronic codebook mode.
Ofb
Output feedback mode.