mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Merge pull request #6407 from dgarske/stm32_cleanup
Remove STM AES always true check
This commit is contained in:
@ -318,7 +318,7 @@ int wc_Stm32_Hash_Update(STM32_HASH_Context* stmCtx, word32 algo,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (len >= 0 && stmCtx->buffLen == chunkSz) {
|
if (stmCtx->buffLen == chunkSz) {
|
||||||
wc_Stm32_Hash_Data(stmCtx, stmCtx->buffLen);
|
wc_Stm32_Hash_Data(stmCtx, stmCtx->buffLen);
|
||||||
wroteToFifo = 1;
|
wroteToFifo = 1;
|
||||||
#ifdef STM32_HASH_FIFO_WORKAROUND
|
#ifdef STM32_HASH_FIFO_WORKAROUND
|
||||||
|
Reference in New Issue
Block a user