Go to the documentation of this file.
32 #define TRACE_LEVEL CRYPTO_TRACE_LEVEL
67 #if (SAME70_CRYPTO_TRNG_SUPPORT == ENABLED)
76 #if (SAME70_CRYPTO_HASH_SUPPORT == ENABLED)
81 PMC_REGS->PMC_PCER1 = (1U << (ID_ICM - 32));
85 #if (SAME70_CRYPTO_CIPHER_SUPPORT == ENABLED)
90 PMC_REGS->PMC_PCER1 = (1U << (ID_AES - 32));
SAME70 hash hardware accelerator.
OsMutex same70CryptoMutex
bool_t osCreateMutex(OsMutex *mutex)
Create a mutex object.
SAME70 true random number generator.
error_t same70CryptoInit(void)
Initialize hardware cryptographic accelerator.
error_t trngInit(void)
TRNG module initialization.
General definitions for cryptographic algorithms.
SAME70 cipher hardware accelerator.
SAME70 hardware cryptographic accelerator.