Expand description
Crypto Accelerator (CRYP)
Structs§
- AES-CBC Cipher Mode
- AES-CCM Cipher Mode
- AES-CTR Cipher Mode
- AES-ECB Cipher Mode
- AES-GCM Cipher Mode
- AES-GMAC Cipher Mode
- Holds the state information for a cipher operation. Allows suspending/resuming of cipher operations.
- Crypto Accelerator Driver
- DES-CBC Cipher Mode
- DES-ECB Cipher Mode
- CRYP interrupt handler.
- TDES-CBC Cipher Mode
- TDES-ECB Cipher Mode
Enums§
- Selects whether the crypto processor operates in encryption or decryption mode.
Traits§
- This trait encapsulates all cipher-specific behavior/
- This trait enables restriction of a header phase to authenticated ciphers only.
- This trait enables restriction of ciphers to specific key sizes.
- DmaIn DMA request trait
- DmaOut DMA request trait
- This trait enables restriction of initialization vectors to sizes compatibile with a cipher mode.
- CRYP instance trait.