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

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参数结构体

结构体成员变量说明

◆ hmac_type

uapi_drv_cipher_hash_type_t uapi_drv_cipher_hkdf_t::hmac_type

提起、拓展密钥的HMAC算法类型。

◆ ikm

uint8_t* uapi_drv_cipher_hkdf_t::ikm

提取密钥的原始密钥材料。

◆ ikm_length

uint32_t uapi_drv_cipher_hkdf_t::ikm_length

提取密钥的原始密钥材料长度。

◆ info

uint8_t* uapi_drv_cipher_hkdf_t::info

拓展密钥的信息。

◆ info_length

uint32_t uapi_drv_cipher_hkdf_t::info_length

拓展密钥的信息长度。

◆ salt

uint8_t* uapi_drv_cipher_hkdf_t::salt

提取密钥的盐值。

◆ salt_length

uint32_t uapi_drv_cipher_hkdf_t::salt_length

提取密钥的盐值长度。


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