9#ifndef ELS_PKC_CRYPTO_COMPOSITES_H
10#define ELS_PKC_CRYPTO_COMPOSITES_H
20#include <mcuxClPsaDriver_MemoryConsumption.h>
23#include <mcuxClMacModes.h>
27 uint8_t clns_data[MCUXCLPSADRIVER_CLNSDATA_MAC_SIZE];
30#define ELS_PKC_PSA_MAC_OPERATION_INIT { { 0 } }
34 psa_key_type_t key_type;
38 uint32_t body_started;
39 uint32_t ad_remaining;
40 uint32_t body_remaining;
43 uint8_t clns_data[MCUXCLPSADRIVER_CLNSDATA_AEAD_SIZE];
46#define ELS_PKC_PSA_AEAD_OPERATION_INIT { 0, 0, 0, 0, 0, 0, 0, 0, { 0 } }
Top-level include file for the mcuxClAead component.
Top-level include file for the mcuxClKey component.
Top-level include file for the mcuxClMac component.
Definition els_pkc_crypto_composites.h:26
Definition els_pkc_crypto_composites.h:32