Lines Matching refs:SHA256_BLOCK_SIZE
31 SHA256_BLOCK_SIZE, DMA_TO_DEVICE);
301 memcpy(rctx->data, ctx->ipad, SHA256_BLOCK_SIZE);
303 rctx->data_used = SHA256_BLOCK_SIZE;
304 rctx->len += SHA256_BLOCK_SIZE;
328 max_read = SHA256_BLOCK_SIZE - offset;
330 /* Consume req in block of SHA256_BLOCK_SIZE.
332 * and then reset to SHA256_BLOCK_SIZE.
352 max_read = SHA256_BLOCK_SIZE;
376 SHA256_BLOCK_SIZE, wait_req);
744 .cra_blocksize = SHA256_BLOCK_SIZE,
868 .cra_blocksize = SHA256_BLOCK_SIZE,