Home
last modified time | relevance | path

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

/linux/drivers/crypto/
H A Dmxs-dcp.c64 uint8_t sha_out_buf[DCP_SHA_PAY_SZ]; member
636 memcpy(sdcp->coh->sha_out_buf, sha_buf, halg->digestsize); in mxs_dcp_run_sha()
643 digest_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_out_buf, in mxs_dcp_run_sha()
676 uint8_t *out_buf = sdcp->coh->sha_out_buf; in dcp_sha_req_to_buf()