Lines Matching refs:nbbytePartialHash
726 …uint32_t nbbytePartialHash = (((hhash->Instance->SR) >> 16U) * 4U); /* Nb byte to enter in HASH … in HAL_HASH_ProcessSuspend() local
757 if (remainingwords <= nbbytePartialHash) in HAL_HASH_ProcessSuspend()
2594 …uint32_t nbbytePartialHash = (((hhash->Instance->SR) >> 16U) * 4U); /* Nb byte to enter in HASH … in HASH_WriteData_IT() local
2617 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Size)) in HASH_WriteData_IT()
2619 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()
2730 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Size)) in HASH_WriteData_IT()
2732 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()
2828 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Init.KeySize)) in HASH_WriteData_IT()
2830 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()
2892 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Init.KeySize)) in HASH_WriteData_IT()
2894 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()