WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
crypto_kdf_struct.h
浏览该文件的文档.
1
9#ifndef CRYPTO_KDF_STRUCT_H
10#define CRYPTO_KDF_STRUCT_H
11
13#include "crypto_hash_struct.h"
14
23
24#endif
crypto_hash_type
Definition crypto_hash_struct.h:98
Definition crypto_kdf_struct.h:15
crypto_hash_type hash_type
Definition crypto_kdf_struct.h:16
td_u32 plen
Definition crypto_kdf_struct.h:18
td_u8 * salt
Definition crypto_kdf_struct.h:19
td_u32 slen
Definition crypto_kdf_struct.h:20
td_u16 count
Definition crypto_kdf_struct.h:21
td_u8 * password
Definition crypto_kdf_struct.h:17
unsigned short td_u16
Definition td_type.h:37
unsigned char td_u8
Definition td_type.h:36
unsigned int td_u32
Definition td_type.h:38