You are viewing documentation for version:
SHA-224 streaming context. 
Public Attributes#
uint32_t
Number of bytes processed. 
uint8_t
Intermediate digest state. 
uint8_t
Data block being processed. 
Public Attribute Documentation#
hash_type#
sl_se_hash_type_t sl_se_sha224_multipart_context_t::hash_type
Hash streaming context. 
total#
uint32_t sl_se_sha224_multipart_context_t::total[2]
Number of bytes processed. 
state#
uint8_t sl_se_sha224_multipart_context_t::state[32]
Intermediate digest state. 
buffer#
uint8_t sl_se_sha224_multipart_context_t::buffer[64]
Data block being processed.