aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/hash.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: Add hash test for sha512, varying lengthsMatt Johnston2025-08-151-0/+31
| | | | | sha512 is only supported by hash_v3 and hash_v4, so add a feature for those chips.
* stm32/hash: Clear HMAC mode bit when hashingMatt Johnston2025-08-151-5/+12
| | | | | | | Running a hash after a hmac would hang, the CR.MODE bit isn't cleared by INIT. Test it by running the test twice.
* stm32/hash: remove DMA generic param.Dario Nieuwenhuis2025-03-251-2/+1
|
* Fix testsDion Dokter2024-08-051-1/+1
|
* stm32: add support for STM32H7[RS] "bootflash line", add HIL tests.Dario Nieuwenhuis2024-05-011-1/+2
|
* tests/stm32: add stm32f091rc, stm32h503rb.Dario Nieuwenhuis2024-02-171-0/+1
|
* Added HMAC to STM32 hash test.Caleb Garrett2024-02-131-0/+22
|
* Update STM32 hash test.Caleb Garrett2024-02-121-2/+2
|
* Consolidated hash drivers.Caleb Garrett2024-02-111-15/+15
|
* Updated stm32-metapac.Caleb Garrett2024-02-061-6/+2
|
* Separated hash interrupt bindings.Caleb Garrett2024-02-051-0/+16
|
* Corrected hash CI build issues.Caleb Garrett2024-02-051-2/+2
|
* Added STM32 hash test.Caleb Garrett2024-02-051-0/+66