WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
cipher_mac.h 文件参考
#include <stdint.h>
#include <stdbool.h>
#include "errcode.h"
cipher_mac.h 的引用(Include)关系图:

浏览源代码.

函数

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 值.