Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/sha/
Dfsl_sha.c264 const uint32_t *actBlk; in sha_one_block() local
270 actBlk = (const uint32_t *)(uintptr_t)temp; in sha_one_block()
274 actBlk = (const uint32_t *)(uintptr_t)blk; in sha_one_block()
283 sha_ldm_stm_16_words(base, actBlk); in sha_one_block()
285 sha_ldm_stm_16_words(&base->INDATA[0], actBlk); in sha_one_block()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c662 const uint32_t *actBlk; in hashcrypt_sha_one_block() local
671 actBlk = (const uint32_t *)(uintptr_t)temp; in hashcrypt_sha_one_block()
675 actBlk = (const uint32_t *)(uintptr_t)blk; in hashcrypt_sha_one_block()
683 hashcrypt_sha_ldm_stm_16_words(base, actBlk); in hashcrypt_sha_one_block()