AM263x MCU+ SDK  09.02.00
DTHE_SHA_Params Struct Reference

Detailed Description

Parameters required for SHA Driver.

Data Fields

uint32_t algoType
 Algorithm to be performed by the SHA Driver. More...
 
uint32_t * ptrDataBuffer
 Pointer to the Plain Text data buffer. More...
 
uint32_t dataLenBytes
 Size of the data in bytes. More...
 
uint32_t * ptrKey
 Pointer to the key for hmac processing. More...
 
uint32_t keySize
 Size of the key in bytes. More...
 
uint32_t digest [DTHE_SHA_MAX_DIGEST_SIZE_BYTES/4U]
 output buffer for storing sha degest More...
 

Field Documentation

◆ algoType

uint32_t DTHE_SHA_Params::algoType

Algorithm to be performed by the SHA Driver.

◆ ptrDataBuffer

uint32_t* DTHE_SHA_Params::ptrDataBuffer

Pointer to the Plain Text data buffer.

◆ dataLenBytes

uint32_t DTHE_SHA_Params::dataLenBytes

Size of the data in bytes.

◆ ptrKey

uint32_t* DTHE_SHA_Params::ptrKey

Pointer to the key for hmac processing.

◆ keySize

uint32_t DTHE_SHA_Params::keySize

Size of the key in bytes.

◆ digest

uint32_t DTHE_SHA_Params::digest[DTHE_SHA_MAX_DIGEST_SIZE_BYTES/4U]

output buffer for storing sha degest