Searched refs:nbbytePartialHash (Results 1 – 2 of 2) sorted by relevance
726 …uint32_t nbbytePartialHash = (((hhash->Instance->SR) >> 16U) * 4U); /* Nb byte to enter in HASH … in HAL_HASH_ProcessSuspend() local757 if (remainingwords <= nbbytePartialHash) in HAL_HASH_ProcessSuspend()2504 …uint32_t nbbytePartialHash = (((hhash->Instance->SR) >> 16U) * 4U); /* Nb byte to enter in HASH … in HASH_WriteData_IT() local2527 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Size)) in HASH_WriteData_IT()2529 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()2640 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Size)) in HASH_WriteData_IT()2642 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()2738 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Init.KeySize)) in HASH_WriteData_IT()2740 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()2802 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Init.KeySize)) in HASH_WriteData_IT()[all …]
728 …uint32_t nbbytePartialHash = (((hhash->Instance->SR) >> 16U) * 4U); /* Nb byte to enter in HASH … in HAL_HASH_ProcessSuspend() local759 if (remainingwords <= nbbytePartialHash) in HAL_HASH_ProcessSuspend()2553 …uint32_t nbbytePartialHash = (((hhash->Instance->SR) >> 16U) * 4U); /* Nb byte to enter in HASH … in HASH_WriteData_IT() local2576 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Size)) in HASH_WriteData_IT()2578 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()2689 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Size)) in HASH_WriteData_IT()2691 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()2787 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Init.KeySize)) in HASH_WriteData_IT()2789 for (buffercounter = 0U; buffercounter < nbbytePartialHash ; buffercounter += 4U) in HASH_WriteData_IT()2851 if (((hhash->HashInCount) + nbbytePartialHash) < (hhash->Init.KeySize)) in HASH_WriteData_IT()[all …]