WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hash_romable.h
浏览该文件的文档.
1
8#ifndef HASH_ROMABLE_H
9#define HASH_ROMABLE_H
10
11#include "crypto_hash_struct.h"
12
13int drv_rom_hash(crypto_hash_type hash_type, const unsigned char *data, unsigned int data_length,
14 unsigned char *hash, unsigned int hash_length, unsigned int hash_chn);
15
16#endif /* HASH_ROMABLE_H */
crypto_hash_type
Definition crypto_hash_struct.h:98
int drv_rom_hash(crypto_hash_type hash_type, const unsigned char *data, unsigned int data_length, unsigned char *hash, unsigned int hash_length, unsigned int hash_chn)
Definition hash_romable.c:43
Definition hal_uart_v151_regs_def.h:38