WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
crypto_kdf_pbkdf2_param结构体 参考

#include <crypto_kdf_struct.h>

成员变量

crypto_hash_type hash_type
 
td_u8password
 
td_u32 plen
 
td_u8salt
 
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.

结构体成员变量说明

◆ count

td_u16 crypto_kdf_pbkdf2_param::count

◆ hash_type

crypto_hash_type crypto_kdf_pbkdf2_param::hash_type

◆ password

td_u8* crypto_kdf_pbkdf2_param::password

◆ plen

td_u32 crypto_kdf_pbkdf2_param::plen

◆ salt

td_u8* crypto_kdf_pbkdf2_param::salt

◆ slen

td_u32 crypto_kdf_pbkdf2_param::slen

该结构体的文档由以下文件生成: