Home
last modified time | relevance | path

Searched refs:CE_DBG (Results 1 – 3 of 3) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/ce/
A Dce_common.c72 CE_DBG("%s\n", last); in ce_print_hex()
79 CE_DBG("-----------task_info------\n"); in ce_print_task_info()
80 CE_DBG("task = 0x%lx\n", (uint32_t)task); in ce_print_task_info()
81 CE_DBG("task->comm_ctl = 0x%lx\n", task->comm_ctl); in ce_print_task_info()
82 CE_DBG("task->sym_ctl = 0x%lx\n", task->sym_ctl); in ce_print_task_info()
83 CE_DBG("task->asym_ctl = 0x%lx\n", task->asym_ctl); in ce_print_task_info()
84 CE_DBG("task->chan_id = 0x%lx\n", task->chan_id); in ce_print_task_info()
87 CE_DBG("task->iv_addr = 0x%lx\n", task->iv_addr); in ce_print_task_info()
333 CE_DBG("do_aes_crypto sucess\n"); in ce_aes_start()
513 CE_DBG("task addr = 0x%lx\n", (uint32_t)task); in ce_hash_start()
[all …]
A Dce_common.h42 #define CE_DBG(fmt, arg...) hal_log_err("%s()%d - "fmt, __func__, __LINE__, ##arg) macro
44 #define CE_DBG(fmt, arg...) do{} while(0)
A Dhal_ce.c225 CE_DBG("The key size: %d\n", size); in hal_ce_key_set()

Completed in 11 milliseconds