cpu_to_le32_array
cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash));
cpu_to_le32_array(ctx.state.h, ARRAY_SIZE(ctx.state.h));
cpu_to_le32_array(data_cpu, len_in_dwords);
cpu_to_le32_array((u32 *)req->buf, req->length >> 2);
cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash));
cpu_to_le32_array(ctx->h, ARRAY_SIZE(ctx->h));
cpu_to_le32_array(ctx->state.h, ARRAY_SIZE(ctx->state.h));
cpu_to_le32_array(ctx->ostate.h, ARRAY_SIZE(ctx->ostate.h));
cpu_to_le32_array(state->h, ARRAY_SIZE(state->h));
cpu_to_le32_array(state->h, ARRAY_SIZE(state->h));
cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash));
cpu_to_le32_array((u32 *)urb->transfer_buffer, count >> 2);
cpu_to_le32_array(ctx->h, ARRAY_SIZE(ctx->h));