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

Return code definitions. More...

Macros

#define MCUXCLKEY_STATUS_OK
 Key operation successful.
#define MCUXCLKEY_STATUS_ERROR
 Error occured during Key operation.
#define MCUXCLKEY_STATUS_FAILURE
 Failure during execution.
#define MCUXCLKEY_STATUS_INVALID_INPUT
 Invalid input.
#define MCUXCLKEY_STATUS_KEYSLOT_ERROR
 Key slot error.
#define MCUXCLKEY_STATUS_FAULT_ATTACK
 Fault attack detected.
#define MCUXCLKEY_STATUS_CRC_NOT_OK
 CRC verification failed.
#define MCUXCLKEY_STATUS_ITERATIONS_EXCEEDED
 Maximum interations exceeded, during prime generation for RSA.
#define MCUXCLKEY_STATUS_VALIDATION_PASSED
 Key validation successful.
#define MCUXCLKEY_STATUS_VALIDATION_FAILED
 Key validation failed.

Detailed Description

Return code definitions.

Macro Definition Documentation

◆ MCUXCLKEY_STATUS_OK

#define MCUXCLKEY_STATUS_OK

Key operation successful.

Examples
mcuxClAeadModes_Ccm_Aes128_Multipart_example.c, mcuxClAeadModes_Ccm_Aes128_Oneshot_Nist1_example.c, mcuxClAeadModes_Ccm_Aes128_Oneshot_Nist2_example.c, mcuxClAeadModes_Ccm_Aes128_Oneshot_PreloadedKey_example.c, mcuxClAeadModes_Gcm_Aes128_Multipart_example.c, mcuxClAeadModes_Gcm_Aes128_Oneshot_LongNonce_example.c, mcuxClAeadModes_Gcm_Aes128_Oneshot_example.c, mcuxClCipherModes_Cbc_Aes128_Multipart_KeyRfc3394Encoding_example.c, mcuxClCipherModes_Cbc_Aes128_Multipart_PaddingISO_example.c, mcuxClCipherModes_Cbc_Aes128_Multipart_PaddingZero_Dma_NonBlocking_example.c, mcuxClCipherModes_Cbc_Aes128_Multipart_PaddingZero_example.c, mcuxClCipherModes_Cbc_Aes128_Multipart_example.c, mcuxClCipherModes_Cbc_Aes128_Oneshot_Dma_NonBlocking_example.c, mcuxClCipherModes_Cbc_Aes128_Oneshot_PaddingISO_example.c, mcuxClCipherModes_Cbc_Aes128_Oneshot_PaddingZero_example.c, mcuxClCipherModes_Cbc_Aes128_Oneshot_example.c, mcuxClCipherModes_Ctr_Aes128_Multipart_Dma_NonBlocking_example.c, mcuxClCipherModes_Ctr_Aes128_Multipart_example.c, mcuxClCipherModes_Ctr_Aes128_Oneshot_Dma_NonBlocking_example.c, mcuxClCipherModes_Ctr_Aes128_Oneshot_example.c, mcuxClCipherModes_Ecb_Aes128_Multipart_PaddingISO_example.c, mcuxClCipherModes_Ecb_Aes128_Multipart_PaddingZero_Dma_NonBlocking_MultipleProcess_example.c, mcuxClCipherModes_Ecb_Aes128_Multipart_PaddingZero_Dma_NonBlocking_example.c, mcuxClCipherModes_Ecb_Aes128_Multipart_PaddingZero_example.c, mcuxClCipherModes_Ecb_Aes128_Multipart_example.c, mcuxClCipherModes_Ecb_Aes128_Oneshot_Dma_NonBlocking_example.c, mcuxClCipherModes_Ecb_Aes128_Oneshot_PaddingISO_example.c, mcuxClCipherModes_Ecb_Aes128_Oneshot_PaddingPKCS7_example.c, mcuxClCipherModes_Ecb_Aes128_Oneshot_PaddingZero_example.c, mcuxClCipherModes_Ecb_Aes128_Oneshot_PreloadedKey_example.c, mcuxClCipherModes_Ecb_Aes128_Oneshot_example.c, mcuxClEcc_ECDH_KeyAgreement_NIST_P256_example.c, mcuxClEcc_ECDSA_FixedKeys_NIST_P256_example.c, mcuxClEcc_ECDSA_GeneratedKeys_NIST_P256_example.c, mcuxClEcc_ECDSA_VerifyOnly_NIST_P256_example.c, mcuxClEcc_EdDSA_Ed25519_example.c, mcuxClEcc_EdDSA_Ed25519ctx_example.c, mcuxClEcc_EdDSA_Ed25519ph_example.c, mcuxClEcc_EdDSA_GenerateSignature_Ed25519_example.c, mcuxClEcc_MontDH_Curve25519_example.c, mcuxClEcc_MontDH_Curve448_example.c, mcuxClEcc_WeierECC_CustomEccWeierType_BN256_example.c, mcuxClEcc_Weier_KeyValidation_PrivateKey_example.c, mcuxClEcc_Weier_KeyValidation_PublicKey_example.c, mcuxClFfdh_KeyAgreement_ffdhe2048_example.c, mcuxClFfdh_KeyAgreement_ffdhe3072_example.c, mcuxClFfdh_KeyAgreement_ffdhe4096_example.c, mcuxClFfdh_KeyAgreement_ffdhe6144_example.c, mcuxClFfdh_KeyAgreement_ffdhe8192_example.c, mcuxClHmac_Sw_Multipart_example.c, mcuxClHmac_Sw_Oneshot_example.c, mcuxClKey_Load_Flush_Sgi_example.c, mcuxClKey_Rewrap_Rfc3394_Sgi_example.c, mcuxClKey_Unwrap_Rfc3394_Sgi_example.c, mcuxClKey_WrapAndLoad_Rfc3394_Sgi_example.c, mcuxClKey_Wrap_Rfc3394_Sgi_kwkAlreadyLoaded_example.c, mcuxClMacModes_Cmac_Aes128_Compute_Dma_NonBlocking_example.c, mcuxClMacModes_Cmac_Aes128_Compute_PreloadedKey_example.c, mcuxClMacModes_Cmac_Aes128_Compute_example.c, mcuxClMacModes_Cmac_Aes128_Multipart_Dma_NonBlocking_example.c, mcuxClMacModes_Cmac_Aes128_Multipart_example.c, mcuxClMacModes_Cmac_Aes256_Compute_example.c, mcuxClRsa_KeyGeneration_example.c, mcuxClRsa_Signature_RSASSA_PSS_example.c, and mcuxClSession_cleanupOnError_example.c.

◆ MCUXCLKEY_STATUS_ERROR

#define MCUXCLKEY_STATUS_ERROR

Error occured during Key operation.

◆ MCUXCLKEY_STATUS_FAILURE

#define MCUXCLKEY_STATUS_FAILURE

Failure during execution.

◆ MCUXCLKEY_STATUS_INVALID_INPUT

#define MCUXCLKEY_STATUS_INVALID_INPUT

Invalid input.

◆ MCUXCLKEY_STATUS_KEYSLOT_ERROR

#define MCUXCLKEY_STATUS_KEYSLOT_ERROR

Key slot error.

◆ MCUXCLKEY_STATUS_FAULT_ATTACK

#define MCUXCLKEY_STATUS_FAULT_ATTACK

Fault attack detected.

◆ MCUXCLKEY_STATUS_CRC_NOT_OK

#define MCUXCLKEY_STATUS_CRC_NOT_OK

CRC verification failed.

◆ MCUXCLKEY_STATUS_ITERATIONS_EXCEEDED

#define MCUXCLKEY_STATUS_ITERATIONS_EXCEEDED

Maximum interations exceeded, during prime generation for RSA.

◆ MCUXCLKEY_STATUS_VALIDATION_PASSED

#define MCUXCLKEY_STATUS_VALIDATION_PASSED

◆ MCUXCLKEY_STATUS_VALIDATION_FAILED

#define MCUXCLKEY_STATUS_VALIDATION_FAILED