REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
utils::_dcp_handle Struct Reference
Public Attributes | |
dcp_channel_t | channel |
Specify DCP channel. | |
dcp_key_slot_t | keySlot |
For operations with key (such as AES encryption/decryption), specify DCP key slot. | |
uint32_t | swapConfig |
For configuration of key, input, output byte/word swap options. | |
uint32_t | keyWord [4] |
uint32_t | iv [4] |
Detailed Description
Member Data Documentation
◆ channel
dcp_channel_t utils::_dcp_handle::channel |
Specify DCP channel.
Definition at line 141 of file dcp.cpp.
Referenced by utils::dcp_schedule_work(), utils::DCP_WaitForChannelComplete(), utils::demo_crc32(), utils::demo_sha256(), and utils::hash().
◆ iv
◆ keySlot
dcp_key_slot_t utils::_dcp_handle::keySlot |
For operations with key (such as AES encryption/decryption), specify DCP key slot.
Definition at line 143 of file dcp.cpp.
Referenced by utils::demo_crc32(), utils::demo_sha256(), and utils::hash().
◆ keyWord
◆ swapConfig
uint32_t utils::_dcp_handle::swapConfig |
For configuration of key, input, output byte/word swap options.
Definition at line 144 of file dcp.cpp.
Referenced by utils::dcp_hash_update_non_blocking(), utils::demo_crc32(), utils::demo_sha256(), and utils::hash().
The documentation for this struct was generated from the following file:
- lib/hardware/src/utils/dcp.cpp