Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/imx/
H A Ddcp.h13 #define DCP_SHA_BLOCK_SIZE U(64) macro
/optee_os/core/drivers/imx/dcp/
H A Ddcp.c509 ret = dcp_calloc_align_buf(&hashdata->ctx, DCP_SHA_BLOCK_SIZE); in dcp_sha_do_init()
543 nb_blocks = size_total / DCP_SHA_BLOCK_SIZE; in dcp_sha_do_update()
544 size_todo = nb_blocks * DCP_SHA_BLOCK_SIZE; in dcp_sha_do_update()