Macros for reference ELS Command CRC. More...
Macros | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_INIT(crc) |
Initializes a reference CRC variable with the command CRC initial value. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_RESET(crc) |
Resets the given reference CRC variable to the command CRC initial value. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_AEAD_INIT(crc, options) |
Updates given reference command CRC with command mcuxClEls_Aead_Init_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_AEAD_PARTIALINIT(crc, options) |
Updates given reference command CRC with command mcuxClEls_Aead_PartialInit_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_AEAD_UPDATEAAD(crc, options) |
Updates given reference command CRC with command mcuxClEls_Aead_UpdateAad_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_AEAD_UPDATEDATA(crc, options) |
Updates given reference command CRC with command mcuxClEls_Aead_UpdateData_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_AEAD_FINALIZE(crc, options) |
Updates given reference command CRC with command mcuxClEls_Aead_Finalize_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_CIPHER(crc, options) |
Updates given reference command CRC with command mcuxClEls_Cipher_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_CMAC(crc, options) |
Updates given reference command CRC with command mcuxClEls_Cmac_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_ECCKEYGEN(crc, options) |
Updates given reference command CRC with command mcuxClEls_EccKeyGen_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_ECCKEYEXCHANGE(crc) |
Updates given reference command CRC with command mcuxClEls_EccKeyExchange_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_ECCSIGN(crc, options) |
Updates given reference command CRC with command mcuxClEls_EccSign_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_ECCVERFIFY(crc, options) |
Updates given reference command CRC with command mcuxClEls_EccVerify_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_GLITCHDETECTOR_LOADCONFIG(crc) |
Updates given reference command CRC with command mcuxClEls_GlitchDetector_LoadConfig_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_GLITCHDETECTOR_TRIM(crc) |
Updates given reference command CRC with command mcuxClEls_GlitchDetector_Trim_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_HASH(crc, options) |
Updates given reference command CRC with command mcuxClEls_Hash_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_HMAC(crc, options) |
Updates given reference command CRC with command mcuxClEls_Hmac_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_CKDF_SP800108(crc) |
Updates given reference command CRC with command mcuxClEls_Ckdf_Sp800108_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_HKDF_RFC5869(crc, options) |
Updates given reference command CRC with command mcuxClEls_Hkdf_Rfc5869_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_HKDF_SP80056C(crc) |
Updates given reference command CRC with command mcuxClEls_Hkdf_Sp80056c_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_TLSGENERATEMASTERKEYFROMPREMASTERKEY(crc) |
Updates given reference command CRC with command mcuxClEls_TlsGenerateMasterKeyFromPreMasterKey_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_TLSGENERATESESSIONKEYSFROMMASTERKEY(crc) |
Updates given reference command CRC with command mcuxClEls_TlsGenerateSessionKeysFromMasterKey_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_KEYDELETE(crc) |
Updates given reference command CRC with command mcuxClEls_KeyDelete_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_KEYIMPORT(crc, options) |
Updates given reference command CRC with command mcuxClEls_KeyImport_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_KEYEXPORT(crc) |
Updates given reference command CRC with command mcuxClEls_KeyExport_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DRBGREQUEST(crc) |
Updates given reference command CRC with command mcuxClEls_Rng_DrbgRequest_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DRBGTESTINSTANTIATE(crc) |
Updates given reference command CRC with command mcuxClEls_Rng_DrbgTestInstantiate_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DRBGTESTEXTRACT(crc) |
Updates given reference command CRC with command mcuxClEls_Rng_DrbgTestExtract_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DRBGTESTAESECB(crc) |
Updates given reference command CRC with command mcuxClEls_Rng_DrbgTestAesEcb_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DRBGTESTAESCTR(crc) |
Updates given reference command CRC with command mcuxClEls_Rng_DrbgTestAesCtr_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DTRNG_CONFIGLOAD(crc) |
Updates given reference command CRC with command mcuxClEls_Rng_Dtrng_ConfigLoad_Async. More... | |
#define | MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DTRNG_CONFIGEVALUATE(crc) |
Updates given reference command CRC with command mcuxClEls_Rng_Dtrng_ConfigEvaluate_Async. More... | |
Macros for reference ELS Command CRC.
#define MCUXCLELS_CMD_CRC_REFERENCE_INIT | ( | crc | ) |
Initializes a reference CRC variable with the command CRC initial value.
The new variable has the given name.
#define MCUXCLELS_CMD_CRC_REFERENCE_RESET | ( | crc | ) |
Resets the given reference CRC variable to the command CRC initial value.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_AEAD_INIT | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_Aead_Init_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_AEAD_PARTIALINIT | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_Aead_PartialInit_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_AEAD_UPDATEAAD | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_Aead_UpdateAad_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_AEAD_UPDATEDATA | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_Aead_UpdateData_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_AEAD_FINALIZE | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_Aead_Finalize_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_CIPHER | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_Cipher_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_CMAC | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_Cmac_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_ECCKEYGEN | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_EccKeyGen_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_ECCKEYEXCHANGE | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_EccKeyExchange_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_ECCSIGN | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_EccSign_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_ECCVERFIFY | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_EccVerify_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_GLITCHDETECTOR_LOADCONFIG | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_GlitchDetector_LoadConfig_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_GLITCHDETECTOR_TRIM | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_GlitchDetector_Trim_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_HASH | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_Hash_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_HMAC | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_Hmac_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_CKDF_SP800108 | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_Ckdf_Sp800108_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_HKDF_RFC5869 | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_Hkdf_Rfc5869_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_HKDF_SP80056C | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_Hkdf_Sp80056c_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_TLSGENERATEMASTERKEYFROMPREMASTERKEY | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_TlsGenerateMasterKeyFromPreMasterKey_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_TLSGENERATESESSIONKEYSFROMMASTERKEY | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_TlsGenerateSessionKeysFromMasterKey_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_KEYDELETE | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_KeyDelete_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_KEYIMPORT | ( | crc, | |
options | |||
) |
Updates given reference command CRC with command mcuxClEls_KeyImport_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_KEYEXPORT | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_KeyExport_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DRBGREQUEST | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_Rng_DrbgRequest_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DRBGTESTINSTANTIATE | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_Rng_DrbgTestInstantiate_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DRBGTESTEXTRACT | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_Rng_DrbgTestExtract_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DRBGTESTAESECB | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_Rng_DrbgTestAesEcb_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DRBGTESTAESCTR | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_Rng_DrbgTestAesCtr_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DTRNG_CONFIGLOAD | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_Rng_Dtrng_ConfigLoad_Async.
#define MCUXCLELS_CMD_CRC_REFERENCE_UPDATE_RNG_DTRNG_CONFIGEVALUATE | ( | crc | ) |
Updates given reference command CRC with command mcuxClEls_Rng_Dtrng_ConfigEvaluate_Async.