Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dcp/
Dfsl_dcp.c38 uint32_t w[DCP_HASH_BLOCK_SIZE / 4]; /*!< array of 32-bit words */
39 uint8_t b[DCP_HASH_BLOCK_SIZE]; /*!< byte array */
1073 size_t toCopy = DCP_HASH_BLOCK_SIZE - ctxInternal->blksz; in dcp_hash_process_message_data()
1079 status = dcp_hash_update(base, ctxInternal, &ctxInternal->blk.b[0], DCP_HASH_BLOCK_SIZE); in dcp_hash_process_message_data()
1279 blockSize = DCP_HASH_BLOCK_SIZE; in DCP_HASH_Update()
Dfsl_dcp.h222 #define DCP_HASH_BLOCK_SIZE DCP_SHA_BLOCK_SIZE /*!< DCP hash block size */ macro