Searched refs:fullMessageSize (Results 1 – 4 of 4) sorted by relevance
50 …size_t fullMessageSize; /*!< track message size during SHA_Update(). The value is used for pa… member434 lastBlock.w[SHA_BLOCK_SIZE / 4U - 1U] = swap_bytes(8u * ctxInternal->fullMessageSize); in sha_finalize()453 lastBlock.w[SHA_BLOCK_SIZE / 4U - 1U] = swap_bytes(8u * ctxInternal->fullMessageSize); in sha_finalize()525 ctxInternal->fullMessageSize = 0; in SHA_Init()561 ctxInternal->fullMessageSize += messageSize; in SHA_Update()727 ctxInternal->fullMessageSize = inputSize; in SHA_UpdateNonBlocking()
51 …size_t fullMessageSize; /*!< track message size during SHA_Update(). The value is used … member812 lastBlock.w[SHA_BLOCK_SIZE / 4U - 1U] = swap_bytes(8u * ctxInternal->fullMessageSize); in hashcrypt_sha_finalize()831 lastBlock.w[SHA_BLOCK_SIZE / 4U - 1U] = swap_bytes(8u * ctxInternal->fullMessageSize); in hashcrypt_sha_finalize()970 ctxInternal->fullMessageSize = 0; in HASHCRYPT_SHA_Init()995 ctxInternal->fullMessageSize += inputSize; in HASHCRYPT_SHA_Update()1159 ctxInternal->fullMessageSize = inputSize; in HASHCRYPT_SHA_UpdateNonBlocking()
49 uint32_t fullMessageSize; /*!< track message size */ member1233 ctxInternal->fullMessageSize = 0; in DCP_HASH_Init()1278 ctxInternal->fullMessageSize += inputSize; in DCP_HASH_Update()1377 if (ctxInternal->fullMessageSize == 0U) in DCP_HASH_Finish()
109 …size_t fullMessageSize; /*!< track message size during CAU3_HASH_Update(). The value is used… member2011 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()2038 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()2086 ctxInternal->fullMessageSize = 0; in CAU3_HASH_Init()2125 ctxInternal->fullMessageSize += inputSize; in CAU3_HASH_Update()