|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "hal_fapc.h"

结构体 | |
| struct | crypto_fapc_config |
函数 | |
| td_s32 | drv_fapc_set_iv (crypto_fapc_iv_type type, const td_u8 *iv, td_u32 length) |
| td_s32 | drv_fapc_set_config (td_u32 region, const crypto_fapc_config *config) |
| td_s32 | drv_fapc_set_bypass_config (td_u32 region, td_u32 start_addr, td_u32 end_addr, td_bool lock) |
| td_s32 | drv_fapc_get_config (td_u32 region, const crypto_fapc_config *config) |
| td_s32 drv_fapc_get_config | ( | td_u32 | region, |
| const crypto_fapc_config * | config | ||
| ) |
| td_s32 drv_fapc_set_bypass_config | ( | td_u32 | region, |
| td_u32 | start_addr, | ||
| td_u32 | end_addr, | ||
| td_bool | lock | ||
| ) |
| td_s32 drv_fapc_set_config | ( | td_u32 | region, |
| const crypto_fapc_config * | config | ||
| ) |
| td_s32 drv_fapc_set_iv | ( | crypto_fapc_iv_type | type, |
| const td_u8 * | iv, | ||
| td_u32 | length | ||
| ) |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
Description: cipher driver fapc header.
History:
2023-03-22, Create file.
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
Description: cipher driver fapc.
History:
2023-03-22, Create file.