Go to the documentation of this file.
31 #ifndef _MIMXRT1040_CRYPTO_H
32 #define _MIMXRT1040_CRYPTO_H
38 #ifndef MIMXRT1040_DCP_BUFFER_SIZE
39 #define MIMXRT1040_DCP_BUFFER_SIZE 1024
40 #elif (MIMXRT1040_DCP_BUFFER_SIZE < 256)
41 #error MIMXRT1040_DCP_BUFFER_SIZE parameter is not valid
45 #ifndef MIMXRT1040_DCP_RAM_SECTION
46 #define MIMXRT1040_DCP_RAM_SECTION ".dcp_ram"
General definitions for cryptographic algorithms.
error_t mimxrt1040CryptoInit(void)
Initialize hardware cryptographic accelerator.
OsMutex mimxrt1040CryptoMutex