Searched refs:data_used (Results 1 – 4 of 4) sorted by relevance
39 rctx->data_used, in eip93_hash_free_data_blocks()155 state->data_used = rctx->data_used; in eip93_hash_export_sa_state()202 rctx->data_used = 0; in __eip93_hash_init()303 rctx->data_used = SHA256_BLOCK_SIZE; in eip93_hash_init()327 offset = rctx->data_used; in __eip93_hash_update()364 rctx->data_used = offset + read; in __eip93_hash_update()495 rctx->data_used, true); in __eip93_hash_final()610 rctx->data_used = state->data_used; in eip93_hash_import()614 memcpy(rctx->data, state->data, rctx->data_used); in eip93_hash_import()626 memcpy(state->data, rctx->data, rctx->data_used); in eip93_hash_export()
47 u32 data_used; member63 u32 data_used; member
35 u32 data_used; /* Total data filled in the MDL with 'id' */ member
284 mdl = cx18_queue_get_mdl(s, id, mdl_ack->data_used); in epu_dma_done()
Completed in 7 milliseconds