WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
crypto_osal_lib.c 文件参考
#include "crypto_osal_lib.h"
#include "drv_trng.h"
#include "crypto_osal_adapt.h"
#include "crypto_drv_common.h"
#include "tcxo.h"
#include "osal_adapt.h"
crypto_osal_lib.c 的引用(Include)关系图:

函数

unsigned long crypto_osal_get_phys_addr (const crypto_buf_attr *buf)
 
void crypto_cache_flush (uintptr_t base_addr, td_u32 size)
 
void crypto_cache_inv (uintptr_t base_addr, td_u32 size)
 
void crypto_cache_all (void)
 
void crypto_dump_phys_addr (const char *name, const td_phys_addr_t phys_addr, td_u32 data_len)
 
td_bool crypto_data_buf_check (const crypto_buf_attr *buf_attr, td_u32 length)
 

函数说明

◆ crypto_cache_all()

void crypto_cache_all ( void  )

◆ crypto_cache_flush()

void crypto_cache_flush ( uintptr_t  base_addr,
td_u32  size 
)

◆ crypto_cache_inv()

void crypto_cache_inv ( uintptr_t  base_addr,
td_u32  size 
)

◆ crypto_data_buf_check()

td_bool crypto_data_buf_check ( const crypto_buf_attr buf_attr,
td_u32  length 
)

◆ crypto_dump_phys_addr()

void crypto_dump_phys_addr ( const char *  name,
const td_phys_addr_t  phys_addr,
td_u32  data_len 
)

◆ crypto_osal_get_phys_addr()

unsigned long crypto_osal_get_phys_addr ( const crypto_buf_attr buf)

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved. Description: for osal adapt.

Create: 2023-04-21