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