Searched refs:blkBytes (Results 1 – 2 of 2) sorted by relevance
739 … uint32_t blkBytes = SHA_MAX_BLOCK_COUNT * 64u; /* number of bytes in maximum block count */ in hashcrypt_sha_process_message_data() local750 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() local773 message += blkBytes; in hashcrypt_sha_process_message_data()774 messageSize -= blkBytes; in hashcrypt_sha_process_message_data()
387 uint32_t blkBytes = blkNum * 64u; /* number of bytes in 64 bytes blocks */ in sha_process_message_data_master() local394 message += blkBytes; in sha_process_message_data_master()395 messageSize -= blkBytes; in sha_process_message_data_master()