Stored SHA256 operation state. More...
#include <sw/device/silicon_creator/lib/drivers/hmac.h>
Data Fields | |
uint32_t | msg_len_upper |
uint32_t | msg_len_lower |
uint32_t | digest [kHmacDigestNumWords] |
Stored SHA256 operation state.
Does not store the configuration of the block, so it is important that configuration parameters such as digest endianness match up when the operation is restarted.