MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches

Options for reset handling. More...

Macros

#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.
 
#define MCUXCLELS_RESET_CANCEL
 Set this option at mcuxClEls_ResetOption_t to execute the requested command even if another ELS operation is still running.
 

Detailed Description

Options for reset handling.

Macro Definition Documentation

◆ 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_ECDSA_Deterministic_NIST_P224_example.c, mcuxClEcc_ECDSA_Deterministic_NIST_P384_example.c, mcuxClEcc_ECDSA_Deterministic_NIST_P521_example.c, 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_Sha256_Sha_Direct_One_Block_example.c, mcuxClEls_Hash_Sha384_One_Block_example.c, mcuxClEls_Hash_Sha384_Sha_Direct_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, mcuxClOsccaRandomModes_OsccaTrng_example.c, mcuxClOsccaRandomModes_PatchMode_OsccaRng_example.c, mcuxClOsccaRandomModes_TrngMode_OsccaRng_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_Cipher_Crypt_RSAES_OAEP_1000b_example.c, mcuxClRsa_Cipher_Crypt_RSAES_OAEP_example.c, mcuxClRsa_Cipher_Crypt_RSAES_PKCS1_v1_5_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.