Searched refs:DCP_SHA_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
13 #define DCP_SHA_BLOCK_SIZE U(64) macro
510 ret = dcp_calloc_align_buf(&hashdata->ctx, DCP_SHA_BLOCK_SIZE); in dcp_sha_do_init()544 nb_blocks = size_total / DCP_SHA_BLOCK_SIZE; in dcp_sha_do_update()545 size_todo = nb_blocks * DCP_SHA_BLOCK_SIZE; in dcp_sha_do_update()
Completed in 4 milliseconds