Home
last modified time | relevance | path

Searched refs:data_used (Results 1 – 4 of 4) sorted by relevance

/drivers/crypto/inside-secure/eip93/
A Deip93-hash.c39 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()
A Deip93-hash.h47 u32 data_used; member
63 u32 data_used; member
/drivers/media/pci/cx18/
A Dcx18-mailbox.h35 u32 data_used; /* Total data filled in the MDL with 'id' */ member
A Dcx18-mailbox.c284 mdl = cx18_queue_get_mdl(s, id, mdl_ack->data_used); in epu_dma_done()

Completed in 7 milliseconds