Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c491 size_t actSz = size >= 256u ? 256u : size; in hashcrypt_aes_one_block_unaligned() local
492 size_t actSzOrig = actSz; in hashcrypt_aes_one_block_unaligned()
493 (void)memcpy(temp, (const uint32_t *)(uintptr_t)(input + 256 * cnt), actSz); in hashcrypt_aes_one_block_unaligned()
494 size -= actSz; in hashcrypt_aes_one_block_unaligned()
496 base->MEMCTRL = HASHCRYPT_MEMCTRL_MASTER(1) | HASHCRYPT_MEMCTRL_COUNT(actSz / 16U); in hashcrypt_aes_one_block_unaligned()
498 while (actSz != 0U) in hashcrypt_aes_one_block_unaligned()
509 actSz -= HASHCRYPT_AES_BLOCK_SIZE; in hashcrypt_aes_one_block_unaligned()