WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
Cipher MAC

函数

errcode_t uapi_drv_cipher_symc_aes_cmac (const uint8_t *data, uint32_t data_len, const uint8_t *key, uint32_t key_len, uint32_t keyslot_handle, uint8_t out_mac[16])
 AES-CMAC 计算 MAC 值.
 

详细描述

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2024-2024. All rights reserved.

Description: Provides cipher mac driver header
History:
2024-01-24, Create file.

函数说明

◆ uapi_drv_cipher_symc_aes_cmac()

errcode_t uapi_drv_cipher_symc_aes_cmac ( const uint8_t *  data,
uint32_t  data_len,
const uint8_t *  key,
uint32_t  key_len,
uint32_t  keyslot_handle,
uint8_t  out_mac[16] 
)

AES-CMAC 计算 MAC 值.