Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c739 … uint32_t blkBytes = SHA_MAX_BLOCK_COUNT * 64u; /* number of bytes in maximum block count */ in hashcrypt_sha_process_message_data() local
750 message += blkBytes; in hashcrypt_sha_process_message_data()
751 messageSize -= blkBytes; in hashcrypt_sha_process_message_data()
762 uint32_t blkBytes = blkNum * 64u; /* number of bytes in 64 bytes blocks */ in hashcrypt_sha_process_message_data() local
773 message += blkBytes; in hashcrypt_sha_process_message_data()
774 messageSize -= blkBytes; in hashcrypt_sha_process_message_data()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sha/
Dfsl_sha.c387 uint32_t blkBytes = blkNum * 64u; /* number of bytes in 64 bytes blocks */ in sha_process_message_data_master() local
394 message += blkBytes; in sha_process_message_data_master()
395 messageSize -= blkBytes; in sha_process_message_data_master()