Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.c2979 } ltc_hash_block_t; typedef
2991ltc_hash_block_t blk; /*!< memory buffer. only full 64/16-byte blocks are written to LTC during ha…
3283 static void ltc_hash_block_to_ififo(LTC_Type *base, const ltc_hash_block_t *blk, uint32_t numBytes,… in ltc_hash_block_to_ififo()
3314 ltc_hash_block_t blkZero; in ltc_hash_move_to_ififo()
3327 …ltc_hash_block_to_ififo(ctx->base, (const ltc_hash_block_t *)(uint32_t)&ctx->blk, blockSize, block… in ltc_hash_move_to_ififo()
3370 …ltc_hash_block_to_ififo(base, (const ltc_hash_block_t *)(uint32_t)&ctx->blk, blockSize, blockSize); in ltc_hash_merge_and_flush_buf()
3400 ltc_hash_block_t blkZero; in ltc_hash_move_rest_to_context()
3749 …ltc_hash_block_to_ififo(base, (const ltc_hash_block_t *)(uint32_t)&ctxInternal->blk, ctxInternal->… in LTC_HASH_Finish()