|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
HKDF参数结构体 更多...
#include <cipher.h>
成员变量 | |
| uapi_drv_cipher_hash_type_t | hmac_type |
| uint8_t * | salt |
| uint32_t | salt_length |
| uint8_t * | ikm |
| uint32_t | ikm_length |
| uint8_t * | info |
| uint32_t | info_length |
HKDF参数结构体
| uapi_drv_cipher_hash_type_t uapi_drv_cipher_hkdf_t::hmac_type |
提起、拓展密钥的HMAC算法类型。
| uint8_t* uapi_drv_cipher_hkdf_t::ikm |
提取密钥的原始密钥材料。
| uint32_t uapi_drv_cipher_hkdf_t::ikm_length |
提取密钥的原始密钥材料长度。
| uint8_t* uapi_drv_cipher_hkdf_t::info |
拓展密钥的信息。
| uint32_t uapi_drv_cipher_hkdf_t::info_length |
拓展密钥的信息长度。
| uint8_t* uapi_drv_cipher_hkdf_t::salt |
提取密钥的盐值。
| uint32_t uapi_drv_cipher_hkdf_t::salt_length |
提取密钥的盐值长度。