WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
alg_tx_tb_hmac.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: algorithm tx tb
4 */
5
6#ifndef __ALG_TX_TB_HMAC_H__
7#define __ALG_TX_TB_HMAC_H__
8
9/******************************************************************************
10 1 其他头文件包含
11******************************************************************************/
12#include "frw_ext_if.h"
13#include "hmac_alg_if.h"
14#include "alg_transplant.h"
15
16#ifdef __cplusplus
17#if __cplusplus
18extern "C" {
19#endif
20#endif
21#define ALG_TX_TB_IN_TH 2
22#define ALG_TX_TB_OUT_TH 0
23#define ALG_TX_TB_IN_MS_TH 20
24#define ALG_TX_TB_OUT_MS_TH 100
27#ifdef __cplusplus
28#if __cplusplus
29}
30#endif
31#endif
32#endif
osal_void alg_tx_tb_hmac_init(osal_void)
osal_void alg_tx_tb_hmac_exit(osal_void)
void osal_void
Definition osal_types.h:29