Home
last modified time | relevance | path

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

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