nt9856x/code/application/source/sf_app/code/include/HMACSHA.h
2023-05-17 15:33:39 +08:00

20 lines
314 B
C

#ifndef HMACSHA_H
#define HMACSHA_H
#include "sf_type.h"
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif
#endif
void amz_signature(UINT8 *signatureStr,UINT32 content_len, UINT8*objectName,UINT8*typestr,UINT8*password,UINT8*bucket,UINT8*region);
#ifdef __cplusplus
#if __cplusplus
}
#endif
#endif
#endif