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... | |
uint32_t DTHE_SHA_Params::algoType |
Algorithm to be performed by the SHA Driver.
uint32_t* DTHE_SHA_Params::ptrDataBuffer |
Pointer to the Plain Text data buffer.
uint32_t DTHE_SHA_Params::dataLenBytes |
Size of the data in bytes.
uint32_t* DTHE_SHA_Params::ptrKey |
Pointer to the key for hmac processing.
uint32_t DTHE_SHA_Params::keySize |
Size of the key in bytes.
uint32_t DTHE_SHA_Params::digest[DTHE_SHA_MAX_DIGEST_SIZE_BYTES/4U] |
output buffer for storing sha degest