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