|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <crypto_kdf_struct.h>
成员变量 | |
| crypto_hash_type | hash_type |
| td_u8 * | password |
| td_u32 | plen |
| td_u8 * | salt |
| td_u32 | slen |
| td_u16 | count |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
Description: crypto kdf struct header.
History:
2023-03-22, Create file.
| td_u16 crypto_kdf_pbkdf2_param::count |
| crypto_hash_type crypto_kdf_pbkdf2_param::hash_type |
| td_u8* crypto_kdf_pbkdf2_param::password |
| td_u32 crypto_kdf_pbkdf2_param::plen |
| td_u8* crypto_kdf_pbkdf2_param::salt |
| td_u32 crypto_kdf_pbkdf2_param::slen |