Module dma

Source
Available on crate feature unstable only.
Expand description

Provides DMA (Direct Memory Access) support for AES operations.

This module enhances the AES capabilities by utilizing DMA to handle data transfer, which can significantly speed up operations when dealing with large data volumes. It supports various cipher modes such as ECB, CBC, OFB, CTR, CFB8, and CFB128.

Structs§

AesDma
A DMA capable AES instance.
AesTransfer
Represents an ongoing (or potentially stopped) transfer with the Aes.

Enums§

CipherMode
Specifies the block cipher modes available for AES operations.