Go to the documentation of this file.
31 #ifndef _MIMXRT1040_CRYPTO_CONFIG_H
32 #define _MIMXRT1040_CRYPTO_CONFIG_H
38 #define SHA1_PRIVATE_CONTEXT \
39 dcp_handle_t dcpHandle; \
40 dcp_hash_ctx_t dcpContext;
43 #define SHA256_PRIVATE_CONTEXT \
44 dcp_handle_t dcpHandle; \
45 dcp_hash_ctx_t dcpContext;