Go to the documentation of this file.
32 #define TRACE_LEVEL CRYPTO_TRACE_LEVEL
66 #if (STM32L4XX_CRYPTO_TRNG_SUPPORT == ENABLED)
75 #if (STM32L4XX_CRYPTO_HASH_SUPPORT == ENABLED)
84 #if (STM32L4XX_CRYPTO_CIPHER_SUPPORT == ENABLED && AES_SUPPORT == ENABLED)
STM32L4 hash hardware accelerator.
bool_t osCreateMutex(OsMutex *mutex)
Create a mutex object.
error_t crypInit(void)
CRYP module initialization.
STM32L4 hardware cryptographic accelerator.
error_t trngInit(void)
TRNG module initialization.
OsMutex stm32l4xxCryptoMutex
General definitions for cryptographic algorithms.
STM32L4 cipher hardware accelerator.
error_t hashInit(void)
HASH module initialization.
STM32L4 true random number generator.
error_t stm32l4xxCryptoInit(void)
Initialize hardware cryptographic accelerator.