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