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

密钥拓展的参数结构体 更多...

#include <cipher.h>

成员变量

uapi_drv_cipher_hash_type_t hmac_type
 
uint8_t * prk
 
uint32_t prk_length
 
uint8_t * info
 
uint32_t info_length
 

详细描述

密钥拓展的参数结构体

结构体成员变量说明

◆ hmac_type

uapi_drv_cipher_hash_type_t uapi_drv_cipher_hkdf_expand_t::hmac_type

拓展密钥的HMAC算法类型。

◆ info

uint8_t* uapi_drv_cipher_hkdf_expand_t::info

拓展密钥的信息。

◆ info_length

uint32_t uapi_drv_cipher_hkdf_expand_t::info_length

拓展密钥的信息长度。

◆ prk

uint8_t* uapi_drv_cipher_hkdf_expand_t::prk

拓展密钥的伪随机密钥。

◆ prk_length

uint32_t uapi_drv_cipher_hkdf_expand_t::prk_length

拓展密钥的伪随机密钥长度。


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