stm32mp13xx_crypto_trng.c
General definitions for cryptographic algorithms.
STM32MP13 hardware cryptographic accelerator.
error_t trngGetRandomData(uint8_t *data, size_t length)
Get random data from the TRNG module.
Definition: stm32mp13xx_crypto_trng.c:86
void osAcquireMutex(OsMutex *mutex)
Acquire ownership of the specified mutex object.
Definition: os_port_chibios.c:396
void osReleaseMutex(OsMutex *mutex)
Release ownership of the specified mutex object.
Definition: os_port_chibios.c:408
Debugging facilities.
STM32MP13 true random number generator.