Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dmxs-dcp.c62 uint8_t sha_out_buf[DCP_SHA_PAY_SZ]; member
585 memcpy(sdcp->coh->sha_out_buf, sha_buf, halg->digestsize); in mxs_dcp_run_sha()
592 digest_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_out_buf, in mxs_dcp_run_sha()
625 uint8_t *out_buf = sdcp->coh->sha_out_buf; in dcp_sha_req_to_buf()