Go to the documentation of this file.
32 #define TRACE_LEVEL CRYPTO_TRACE_LEVEL
67 #if (SAM4C_CRYPTO_TRNG_SUPPORT == ENABLED)
76 #if (SAM4C_CRYPTO_HASH_SUPPORT == ENABLED)
81 PMC->PMC_PCER1 = (1U << (ID_ICM - 32));
85 #if (SAM4C_CRYPTO_CIPHER_SUPPORT == ENABLED)
90 PMC->PMC_PCER1 = (1U << (ID_AES - 32));
94 #if (SAM4C_CRYPTO_PKC_SUPPORT == ENABLED)
bool_t osCreateMutex(OsMutex *mutex)
Create a mutex object.
SAM4C true random number generator.
error_t cpkccInit(void)
Initialize CPKCC module.
SAM4C cipher hardware accelerator.
SAM4C hash hardware accelerator.
error_t trngInit(void)
TRNG module initialization.
General definitions for cryptographic algorithms.
SAM4C hardware cryptographic accelerator.
SAM4C public-key hardware accelerator (CPKCC)
error_t sam4cCryptoInit(void)
Initialize hardware cryptographic accelerator.