Home
last modified time | relevance | path

Searched refs:msg_len_lo (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/crypto/keembay/
A Docs-hcu.c272 data->msg_len_lo = readl(hcu_dev->io_base + OCS_HCU_MSG_LEN_LO); in ocs_hcu_get_intermediate_data()
303 writel(data->msg_len_lo, hcu_dev->io_base + OCS_HCU_MSG_LEN_LO); in ocs_hcu_set_intermediate_data()
592 ctx->idata.msg_len_lo = 0; in ocs_hcu_hash_init()
622 if (ctx->idata.msg_len_lo || ctx->idata.msg_len_hi) in ocs_hcu_hash_update()
660 if (ctx->idata.msg_len_lo || ctx->idata.msg_len_hi) in ocs_hcu_hash_finup()
696 if (ctx->idata.msg_len_lo || ctx->idata.msg_len_hi) in ocs_hcu_hash_final()
A Docs-hcu.h56 u32 msg_len_lo; member

Completed in 4 milliseconds