WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
drv_fapc.h 文件参考
#include "hal_fapc.h"
drv_fapc.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

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)
 

函数说明

◆ drv_fapc_get_config()

td_s32 drv_fapc_get_config ( td_u32  region,
const crypto_fapc_config config 
)

◆ drv_fapc_set_bypass_config()

td_s32 drv_fapc_set_bypass_config ( td_u32  region,
td_u32  start_addr,
td_u32  end_addr,
td_bool  lock 
)

◆ drv_fapc_set_config()

td_s32 drv_fapc_set_config ( td_u32  region,
const crypto_fapc_config config 
)

◆ drv_fapc_set_iv()

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.