Searched refs:nbbytePartialHash (Results 1 – 1 of 1) sorted by relevance
732 …uint32_t nbbytePartialHash = (((hhash->Instance->SR) >> 16U) * 4U); /* Nb byte to enter in HASH … in HAL_HASH_ProcessSuspend() local763 if (remainingwords <= nbbytePartialHash) in HAL_HASH_ProcessSuspend()2499 …uint32_t nbbytePartialHash = (((hhash->Instance->SR) >> 16U) * 4U); /* Nb byte to enter in HASH … in HASH_WriteData_IT() local2522 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Size)) in HASH_WriteData_IT()2524 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()2635 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Size)) in HASH_WriteData_IT()2637 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()2730 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Init.KeySize)) in HASH_WriteData_IT()2732 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()2793 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Init.KeySize)) in HASH_WriteData_IT()[all …]