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

Definition at line 140 of file dcp.cpp.

Member Data Documentation

◆ channel

dcp_channel_t utils::_dcp_handle::channel

◆ iv

uint32_t utils::_dcp_handle::iv[4]

Definition at line 146 of file dcp.cpp.

◆ 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

uint32_t utils::_dcp_handle::keyWord[4]

Definition at line 145 of file dcp.cpp.

◆ 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: