Lines Matching refs:data
341 __le32 *data = NULL;
347 data = creq->base.chain.last->op->ctx.hash.hash;
349 creq->state[i] = le32_to_cpu(data[i]);
351 memcpy(ahashreq->result, data, digsize);
533 * some data outstanding, we can ask the engine to finish the hash.
558 * no data outstanding. Manually generate the padding, adding it
635 * Add the cache (left-over data from a previous block) first.
644 * Add all the new data, inserting an operation block and
646 * data. We intentionally do not add the final op block.
669 /* Account for the data that was in the cache. */
674 * At this point, frag_len indicates whether we have any data
1091 struct mv_cesa_ahash_result *result = req->data;