Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c546 size_t remainingSize = size - (numBlock * 32752U); /* size of last block */ in hashcrypt_aes_one_block() local
556 status = hashcrypt_aes_one_block_unaligned(base, input, output, remainingSize); in hashcrypt_aes_one_block()
566 status = hashcrypt_aes_one_block_aligned(base, input, output, remainingSize); in hashcrypt_aes_one_block()