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()
2547 …uint32_t nbbytePartialHash = (((hhash->Instance->SR) >> 16U) * 4U); /* Nb byte to enter in HASH … in HASH_WriteData_IT() local
2570 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Size)) in HASH_WriteData_IT()
2572 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()
2683 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Size)) in HASH_WriteData_IT()
2685 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()
2781 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Init.KeySize)) in HASH_WriteData_IT()
2783 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()
2845 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Init.KeySize)) in HASH_WriteData_IT()
2847 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()