Options for reset handling.
More...
Options for reset handling.
◆ MCUXCLELS_RESET_DO_NOT_CANCEL
#define MCUXCLELS_RESET_DO_NOT_CANCEL |
Set this option at mcuxClEls_ResetOption_t to abort the requested command if another ELS operation is still running.
- Examples
- mcuxClEcc_EdDSA_Ed25519_example.c, mcuxClEcc_EdDSA_Ed25519ctx_example.c, mcuxClEcc_EdDSA_Ed25519ph_example.c, mcuxClEcc_EdDSA_GenerateSignature_Ed25519_example.c, mcuxClEcc_EdDSA_VerifySignature_Ed25519_example.c, mcuxClEcc_MontDH_Curve25519_example.c, mcuxClEcc_MontDH_Curve448_example.c, mcuxClEls_Cipher_Aes128_Cbc_Encrypt_example.c, mcuxClEls_Cipher_Aes128_Ecb_Encrypt_example.c, mcuxClEls_Common_Get_Info_example.c, mcuxClEls_Ecc_Keygen_Sign_Verify_example.c, mcuxClEls_Hash_Sha224_One_Block_example.c, mcuxClEls_Hash_Sha256_One_Block_example.c, mcuxClEls_Hash_Sha384_One_Block_example.c, mcuxClEls_Hash_Sha512_One_Block_example.c, mcuxClEls_Rng_Prng_Get_Random_example.c, mcuxClEls_Tls_Master_Key_Session_Keys_example.c, mcuxClMacModes_Els_Cmac_Aes128_Oneshot_Example.c, mcuxClRandomModes_CtrDrbg_AES256_DRG3_example.c, mcuxClRandomModes_CtrDrbg_AES256_DRG4_example.c, mcuxClRandomModes_CtrDrbg_AES256_ELS_example.c, mcuxClRandomModes_Different_Sessions_example.c, mcuxClRandomModes_ELS_example.c, mcuxClRandomModes_TestMode_CtrDrbg_AES256_DRG4_example.c, mcuxClRandom_PRNG_Patch_example.c, mcuxClRsa_sign_NoEncode_example.c, mcuxClRsa_sign_pss_sha2_256_example.c, mcuxClRsa_verify_NoVerify_example.c, and mcuxClRsa_verify_pssverify_sha2_256_example.c.
◆ MCUXCLELS_RESET_CANCEL
#define MCUXCLELS_RESET_CANCEL |
Set this option at mcuxClEls_ResetOption_t to execute the requested command even if another ELS operation is still running.