Go to the documentation of this file.
32 #define TRACE_LEVEL CRYPTO_TRACE_LEVEL
67 #if (STM32MP13XX_CRYPTO_TRNG_SUPPORT == ENABLED)
76 #if (STM32MP13XX_CRYPTO_HASH_SUPPORT == ENABLED)
85 #if (STM32MP13XX_CRYPTO_CIPHER_SUPPORT == ENABLED)
94 #if (STM32MP13XX_CRYPTO_PKC_SUPPORT == ENABLED)
STM32MP13 hash hardware accelerator.
OsMutex stm32mp13xxCryptoMutex
bool_t osCreateMutex(OsMutex *mutex)
Create a mutex object.
error_t pkaInit(void)
PKA module initialization.
error_t crypInit(void)
CRYP module initialization.
error_t trngInit(void)
TRNG module initialization.
STM32MP13 public-key hardware accelerator (PKA)
General definitions for cryptographic algorithms.
STM32MP13 hardware cryptographic accelerator.
error_t stm32mp13xxCryptoInit(void)
Initialize hardware cryptographic accelerator.
error_t hashInit(void)
HASH module initialization.
STM32MP13 cipher hardware accelerator.
STM32MP13 true random number generator.