Searched refs:CAU3_HASH_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
98 uint32_t w[CAU3_HASH_BLOCK_SIZE / 4]; /*!< array of 32-bit words */99 uint8_t b[CAU3_HASH_BLOCK_SIZE]; /*!< byte array */1900 size_t toCopy = CAU3_HASH_BLOCK_SIZE - ctxInternal->blksz; in cau3_hash_process_message_data()1926 …status = funcUpdate(base, &ctxInternal->blk.b[0], CAU3_HASH_BLOCK_SIZE / 64u, ctxInternal->running… in cau3_hash_process_message_data()1934 while (messageSize >= CAU3_HASH_BLOCK_SIZE) in cau3_hash_process_message_data()1937 …funcUpdate(base, message, CAU3_HASH_BLOCK_SIZE / 64u, ctxInternal->runningHash, kCAU3_TaskDonePoll… in cau3_hash_process_message_data()1942 message += CAU3_HASH_BLOCK_SIZE; in cau3_hash_process_message_data()1943 messageSize -= CAU3_HASH_BLOCK_SIZE; in cau3_hash_process_message_data()2126 blockSize = CAU3_HASH_BLOCK_SIZE; in CAU3_HASH_Update()
132 #define CAU3_HASH_BLOCK_SIZE CAU3_SHA_BLOCK_SIZE /*!< CAU3 hash block size */ macro