Microchip® Advanced Software Framework

tstrHashContext Struct Reference

#include <crypto.h>

Data Fields

uint32 au32HashState [SHA_MAX_DIGEST_SIZE/4]
 
uint8 au8CurrentBlock [SHA_BLOCK_SIZE]
 
tpfHashProcessBlock fpHash
 
uint32 u32TotalLength
 
uint8 u8BlockSize
 
uint8 u8DigestSize
 

uint32 tstrHashContext::au32HashState
uint8 tstrHashContext::au8CurrentBlock

Referenced by Sha_HashFinish(), and Sha_HashUpdate().

tpfHashProcessBlock tstrHashContext::fpHash
uint32 tstrHashContext::u32TotalLength
uint8 tstrHashContext::u8BlockSize
uint8 tstrHashContext::u8DigestSize

Referenced by DRV_HMAC_Vector(), and DRV_SHA1_Hash().