|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
密钥拓展的参数结构体 更多...
#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 |
密钥拓展的参数结构体
| uapi_drv_cipher_hash_type_t uapi_drv_cipher_hkdf_expand_t::hmac_type |
拓展密钥的HMAC算法类型。
| uint8_t* uapi_drv_cipher_hkdf_expand_t::info |
拓展密钥的信息。
| uint32_t uapi_drv_cipher_hkdf_expand_t::info_length |
拓展密钥的信息长度。
| uint8_t* uapi_drv_cipher_hkdf_expand_t::prk |
拓展密钥的伪随机密钥。
| uint32_t uapi_drv_cipher_hkdf_expand_t::prk_length |
拓展密钥的伪随机密钥长度。