Go to the documentation of this file.
32 #define TRACE_LEVEL CRYPTO_TRACE_LEVEL
67 #if (SAMA5D3_CRYPTO_TRNG_SUPPORT == ENABLED)
76 #if (SAMA5D3_CRYPTO_HASH_SUPPORT == ENABLED)
81 PMC->PMC_PCER1 = (1U << (ID_SHA - 32));
85 #if (SAMA5D3_CRYPTO_CIPHER_SUPPORT == ENABLED)
90 PMC->PMC_PCER1 = (1U << (ID_AES - 32)) | (1U << (ID_TDES - 32));
bool_t osCreateMutex(OsMutex *mutex)
Create a mutex object.
SAMA5D3 true random number generator.
SAMA5D3 hash hardware accelerator.
error_t trngInit(void)
TRNG module initialization.
OsMutex sama5d3CryptoMutex
General definitions for cryptographic algorithms.
SAMA5D3 hardware cryptographic accelerator.
error_t sama5d3CryptoInit(void)
Initialize hardware cryptographic accelerator.
SAMA5D3 cipher hardware accelerator.