|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
PBKDF2算法的参数结构体 更多...
#include <cipher.h>
成员变量 | |
| uapi_drv_cipher_hash_type_t | hash_type |
| uint8_t * | password |
| uint32_t | plen |
| uint8_t * | salt |
| uint32_t | slen |
| uint16_t | count |
PBKDF2算法的参数结构体
| uint16_t uapi_drv_cipher_kdf_pbkdf2_param_t::count |
PBKDF2的迭代次数。
| uapi_drv_cipher_hash_type_t uapi_drv_cipher_kdf_pbkdf2_param_t::hash_type |
PBKDF2使用的hash算法类型。
| uint8_t* uapi_drv_cipher_kdf_pbkdf2_param_t::password |
PBKDF2的输入口令。
| uint32_t uapi_drv_cipher_kdf_pbkdf2_param_t::plen |
PBKDF2的输入口令长度。
| uint8_t* uapi_drv_cipher_kdf_pbkdf2_param_t::salt |
PBKDF2的盐值。
| uint32_t uapi_drv_cipher_kdf_pbkdf2_param_t::slen |
PBKDF2的盐值长度。