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