Searched refs:msg_len_lo (Results 1 – 2 of 2) sorted by relevance
272 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()
56 u32 msg_len_lo; member