Searched refs:msg_len_hi (Results 1 – 2 of 2) sorted by relevance
273 data->msg_len_hi = readl(hcu_dev->io_base + OCS_HCU_MSG_LEN_HI); in ocs_hcu_get_intermediate_data()304 writel(data->msg_len_hi, hcu_dev->io_base + OCS_HCU_MSG_LEN_HI); in ocs_hcu_set_intermediate_data()593 ctx->idata.msg_len_hi = 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()
57 u32 msg_len_hi; member