You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds support for the STM32MP13 HAL, tested on the STM32MP135F MPU.
Using the HAL this modifies our previous RNG, AES-CBC, AES-GCM, HASH,
ECDSA and DES3 ST HAL acceleration to work with the MPU. It also works
around bugs found in the AES-GCM code of the HAL.
The HAL does not appear to have support for MD5 HASH at the moment, so
this has been given a flag to disable it on this MPU.
Copy file name to clipboardExpand all lines: wolfcrypt/src/port/st/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
# ST Ports
2
2
3
-
Support for the STM32 L4, F1, F2, F4 and F7 on-board crypto hardware acceleration:
3
+
Support for the STM32 L4, F1, F2, F4, F7 and MP13 on-board crypto hardware
4
+
acceleration:
4
5
- symmetric AES (ECB/CBC/CTR/GCM)
5
-
- MD5/SHA1/SHA224/SHA256
6
+
- MD5/SHA1/SHA224/SHA256 (MP13 does not have MD5 acceleration)
6
7
7
-
Support for the STM32 PKA on WB55, H7 and other devices with on-board public-key acceleration:
8
+
Support for the STM32 PKA on WB55, H7, MP13 and other devices with on-board
9
+
public-key acceleration:
8
10
- ECC192/ECC224/ECC256/ECC384
9
11
10
12
Support for the STSAFE-A100 crypto hardware accelerator co-processor via I2C for ECC supporting NIST or Brainpool 256-bit and 384-bit curves. It requires the ST-Safe SDK including wolf stsafe_interface.c/.h files. Please contact ST for these.
0 commit comments