sl_se_sha512_streaming_context_t Struct Reference

SHA-512 streaming context.

#include <sl_se_manager_types.h>

Data Fields

uint32_t total [4]
 Number of bytes processed.
 
uint8_t state [64]
 Intermediate digest state.
 
uint8_t buffer [128]
 Data block being processed.
 

SHA-512 streaming context.

Field Documentation

◆ total

uint32_t sl_se_sha512_streaming_context_t::total[4]

Number of bytes processed.

◆ state

uint8_t sl_se_sha512_streaming_context_t::state[64]

Intermediate digest state.

◆ buffer

uint8_t sl_se_sha512_streaming_context_t::buffer[128]

Data block being processed.