sha_out_buf        62 drivers/crypto/mxs-dcp.c 	uint8_t			sha_out_buf[DCP_SHA_PAY_SZ];
sha_out_buf       591 drivers/crypto/mxs-dcp.c 		memcpy(sdcp->coh->sha_out_buf, sha_buf, halg->digestsize);
sha_out_buf       598 drivers/crypto/mxs-dcp.c 		digest_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_out_buf,
sha_out_buf       627 drivers/crypto/mxs-dcp.c 	uint8_t *out_buf = sdcp->coh->sha_out_buf;