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