Bouffalo SDK
1.0
Bouffalolab Software Development Kit
|
#include <bflb_sec_sha.h>
Public Member Functions | |
__attribute__ ((aligned(32))) uint8_t sha_buf[64] | |
__attribute__ ((aligned(32))) uint8_t sha_padding[64] | |
Data Fields | |
uint32_t | total [2] |
uint8_t | sha_feed |
Definition at line 29 of file bflb_sec_sha.h.
__attribute__ | ( | (aligned(32)) | ) |
Data not processed but in this temp buffer
__attribute__ | ( | (aligned(32)) | ) |
Padding data
uint8_t sha_feed |
Sha has feed data
Definition at line 33 of file bflb_sec_sha.h.
uint32_t total[2] |
Number of bytes processed
Definition at line 30 of file bflb_sec_sha.h.