SEcube
SEcube Open Source Library - Device
se3_algo_sha256.h
1 #pragma once
2 #include "se3c1.h"
3 
9 uint16_t se3_algo_Sha256_init(se3_flash_key* key, uint16_t mode, uint8_t* ctx);
10 
21 uint16_t se3_algo_Sha256_update(
22  uint8_t* ctx, uint16_t flags,
23  uint16_t datain1_len, const uint8_t* datain1,
24  uint16_t datain2_len, const uint8_t* datain2,
25  uint16_t* dataout_len, uint8_t* dataout);
26 
27 
L1 structures and functions.
Flash key structure.
Definition: se3_keys.h:22