Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/keembay/
H A Docs-hcu.c273 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()
H A Docs-hcu.h57 u32 msg_len_hi; member