Go to the documentation of this file.
32 #define TRACE_LEVEL CRYPTO_TRACE_LEVEL
66 #if (STM32MP1XX_CRYPTO_TRNG_SUPPORT == ENABLED)
75 #if (STM32MP1XX_CRYPTO_HASH_SUPPORT == ENABLED)
84 #if (STM32MP1XX_CRYPTO_CIPHER_SUPPORT == ENABLED)
bool_t osCreateMutex(OsMutex *mutex)
Create a mutex object.
error_t crypInit(void)
CRYP module initialization.
STM32MP1 hardware cryptographic accelerator.
STM32MP1 true random number generator.
STM32MP1 cipher hardware accelerator.
STM32MP1 hash hardware accelerator.
error_t trngInit(void)
TRNG module initialization.
OsMutex stm32mp1xxCryptoMutex
General definitions for cryptographic algorithms.
error_t hashInit(void)
HASH module initialization.
error_t stm32mp1xxCryptoInit(void)
Initialize hardware cryptographic accelerator.