| ► examples | |
| ► mcuxClAeadModes | |
| mcuxClAeadModes_Els_Ccm_Aes128_Multipart_example.c | : Example Aead application |
| mcuxClAeadModes_Els_Ccm_Aes128_Oneshot_example.c | : Example Aead application |
| mcuxClAeadModes_Els_Gcm_Aes128_Oneshot_example.c | : Example Aead application |
| ► mcuxClCrc | |
| mcuxClCrc_Crc16_example.c | Example of using function computeCRC16 to perform a CRC-16 checksum generation on a given data buffer |
| mcuxClCrc_Crc32_example.c | Example of using function computeCRC32 to perform a CRC-32 checksum generation on a given data buffer |
| ► mcuxClEcc | |
| mcuxClEcc_ECDSA_Deterministic_NIST_P224_example.c | Example for the mcuxClEcc component |
| mcuxClEcc_ECDSA_Deterministic_NIST_P384_example.c | Example for the mcuxClEcc component |
| mcuxClEcc_ECDSA_Deterministic_NIST_P521_example.c | Example for the mcuxClEcc component |
| mcuxClEcc_EdDSA_Ed25519_example.c | Example for the mcuxClEcc component |
| mcuxClEcc_EdDSA_Ed25519ctx_example.c | Example for the mcuxClEcc component |
| mcuxClEcc_EdDSA_Ed25519ph_example.c | Example for the mcuxClEcc component |
| mcuxClEcc_EdDSA_GenerateSignature_Ed25519_example.c | Example for the mcuxClEcc component |
| mcuxClEcc_EdDSA_VerifySignature_Ed25519_example.c | Example for the mcuxClEcc component |
| mcuxClEcc_MontDH_Curve25519_example.c | Example for the mcuxClEcc component |
| mcuxClEcc_MontDH_Curve448_example.c | Example for the mcuxClEcc component |
| ► mcuxClEls | |
| mcuxClEls_Cipher_Aes128_Cbc_Encrypt_example.c | Example AES-128 CBC encryption using the ELS (CLNS component mcuxClEls |
| mcuxClEls_Cipher_Aes128_Ecb_Encrypt_example.c | Example AES-128 ECB encryption using the ELS (CLNS component mcuxClEls) |
| mcuxClEls_Common_Get_Info_example.c | Example of version and configuration load functions |
| mcuxClEls_Ecc_Keygen_Sign_Verify_example.c | Example of ECC for key generation, signing and verification using the ELS (CLNS component mcuxClEls) |
| mcuxClEls_Ecc_Verify_Sha_Direct_Hash_in_parallel_example.c | Example to show usage of ECDSA Verify and SHA-direct operations in parallel using the ELS (CLNS component mcuxClEls) |
| mcuxClEls_Hash_Sha224_One_Block_example.c | Example of SHA2-224 hashing using the ELS (CLNS component mcuxClEls) |
| mcuxClEls_Hash_Sha256_One_Block_example.c | Example of SHA2-256 hashing using the ELS (CLNS component mcuxClEls) |
| mcuxClEls_Hash_Sha256_Sha_Direct_One_Block_example.c | Example of SHA2-256 hashing using sha direct mode of ELS (CLNS component mcuxClEls) |
| mcuxClEls_Hash_Sha384_One_Block_example.c | Example of SHA2-384 hashing using the ELS (CLNS component mcuxClEls) |
| mcuxClEls_Hash_Sha384_Sha_Direct_One_Block_example.c | Example of SHA2-384 hashing using sha direct mode of ELS (CLNS component mcuxClEls) |
| mcuxClEls_Hash_Sha512_One_Block_example.c | Example of SHA2-512 hashing using the ELS (CLNS component mcuxClEls) |
| mcuxClEls_Rng_Prng_Get_Random_example.c | Example of getting a random number from PRNG of ELS (CLNS component mcuxClEls) |
| mcuxClEls_Tls_Master_Key_Session_Keys_example.c | TLS key derivation example |
| ► mcuxClKey | |
| mcuxClKey_Derivation_CM_CMAC_example.c | Example for the mcuxClKey component, showing a KDF according to the NIST SP108-800 Standard in Counter Mode using CMAC (AES256) |
| mcuxClKey_Derivation_HKDF_example.c | Example for the mcuxClKey component, showing a KDF according to the RFC5869 Standard using Hmac-Sha256 |
| mcuxClKey_Derivation_PBKDF2_example.c | Example for the mcuxClKey component, showing a KDF according to the RFC2898 Standard (PBKDF2) using Hmac-Sha1 |
| mcuxClKey_Derivation_SP800_108_Counter_Mode_CMAC_example.c | Example for the mcuxClKey component, showing a KDF according to the NIST SP800-108 Standard in Counter Mode using CMAC (AES256) |
| mcuxClKey_Derivation_SP800_108_Double_Pipeline_Mode_CMAC_example.c | Example for the mcuxClKey component, showing a KDF according to the NIST SP800-108 Standard in Double-Pipeline Mode using CMAC (AES256) |
| mcuxClKey_Derivation_SP800_108_Double_Pipeline_Mode_HMAC_example.c | Example for the mcuxClKey component, showing a KDF according to the NIST SP800-108 Standard in Double-Pipeline Mode using HMAC (SHA256) |
| mcuxClKey_Derivation_SP800_108_Feedback_Mode_CMAC_example.c | Example for the mcuxClKey component, showing a KDF according to the NIST SP800-108 Standard in Feedback Mode using CMAC (AES256) |
| mcuxClKey_Derivation_SP800_56C_example.c | Example for the mcuxClKey component, showing a KDF according to the NIST SP800-56C Standard in OneStep mode Using Hmac-Sha512 |
| mcuxClKey_Derivation_SP800_56C_twostep_cmac_example.c | Example for the mcuxClKey component, showing a KDF according to the NIST SP800-56C Standard in TwoStep mode Using CMAC-AES128 |
| mcuxClKey_Derivation_SP800_56C_twostep_hmac_example.c | Example for the mcuxClKey component, showing a KDF according to the NIST SP800-56C Standard in TwoStep mode Using Hmac-Sha256 |
| mcuxClKey_example.c | Example for the mcuxClKey component |
| ► mcuxClMacModes | |
| mcuxClMacModes_Els_Cmac_Aes128_Oneshot_example.c | Example CMAC computation using functions of the mcuxClKey and mcuxClMac component |
| ► mcuxClOsccaRandomModes | |
| mcuxClOsccaRandomModes_OsccaTrng_example.c | Example for the mcuxClOsccaRandomModes component |
| mcuxClOsccaRandomModes_PatchMode_OsccaRng_example.c | Example for the mcuxClOsccaRandomModes component |
| mcuxClOsccaRandomModes_TrngMode_OsccaRng_example.c | Example for the mcuxClOsccaRandomModes component |
| ► mcuxClOsccaSm2 | |
| ► inc | |
| mcuxClOsccaSm2_CommonParams.h | : OSCCA SM2 common parameters (SM2FP256v1) |
| mcuxClOsccaSm2_Cipher_Crypt_multipart_example.c | : Example OSCCA SM2 Cipher, include encryption and decryption |
| mcuxClOsccaSm2_Cipher_Crypt_oneshot_example.c | : Example OSCCA SM2 Cipher, include encryption and decryption |
| mcuxClOsccaSm2_GenerateKeyPair_Signature_example.c | Example OSCCA SM2 key generation, include SM2 key pair generation, SM2 sign and verify |
| mcuxClOsccaSm2_Keyagreement_example.c | : Example OSCCA SM2 key agreement |
| mcuxClOsccaSm2_Keyagreement_SelfTest_example.c | : Example OSCCA SM2 key agreement selftest |
| mcuxClOsccaSm2_Signature_SignVerify_FullFlow_example.c | Example OSCCA SM2 signature, including prehash, signature generation and signature verification |
| mcuxClOsccaSm2_Signature_SignVerify_SelfTest_example.c | : Example OSCCA SM2 signature selftest |
| mcuxClOsccaSm2_Signature_SignVerify_WithExtKey_example.c | : Example OSCCA SM2 signature, including signature generation and signature verification with extend key |
| ► mcuxClRandom | |
| mcuxClRandom_PRNG_Patch_example.c | Example for the mcuxClRandom component |
| ► mcuxClRandomModes | |
| mcuxClRandomModes_CtrDrbg_AES256_DRG3_example.c | Example for the mcuxClRandomModes component |
| mcuxClRandomModes_CtrDrbg_AES256_DRG4_example.c | Example for the mcuxClRandomModes component |
| mcuxClRandomModes_CtrDrbg_AES256_ELS_example.c | Example for the mcuxClRandomModes component |
| mcuxClRandomModes_Different_Sessions_example.c | Example for the mcuxClRandomModes component |
| mcuxClRandomModes_ELS_example.c | Example for the mcuxClRandomModes component |
| mcuxClRandomModes_PatchMode_CtrDrbg_AES256_DRG3_example.c | Example for the mcuxClRandomModes component |
| mcuxClRandomModes_TestMode_CtrDrbg_AES256_DRG4_example.c | Example for the mcuxClRandomModes component |
| ► mcuxClRsa | |
| mcuxClRsa_Cipher_Crypt_RSAES_OAEP_1000b_example.c | Example for the mcuxCRsa component |
| mcuxClRsa_Cipher_Crypt_RSAES_OAEP_example.c | Example for the mcuxCRsa component |
| mcuxClRsa_Cipher_Crypt_RSAES_PKCS1_v1_5_example.c | Example for the mcuxCRsa component |
| mcuxClRsa_sign_NoEncode_example.c | Example of using function mcuxClRsa_sign to perform the RSA signature generation primitive RSASP1 (private exponentiation and NO padding) according to PKCS #1 v2.2, using a key in plain format |
| mcuxClRsa_sign_pss_sha2_256_example.c | Example of using function mcuxClRsa_sign to perform the RSA signature generation with EMSA-PSS-SIGN padding scheme according to PKCS #1 v2.2 |
| mcuxClRsa_verify_NoVerify_example.c | Example of using function mcuxClRsa_verify to perform the RSA signature verification primitive RSAVP1 (public exponentiation and NO padding verification) according to PKCS #1 v2.2 |
| mcuxClRsa_verify_pssverify_sha2_256_example.c | Example of using function mcuxClRsa_verify to perform the RSA signature verification with EMSA-PSS-VERIFY padding scheme according to PKCS #1 v2.2 |
| ► mcuxCsslFlowProtection | |
| ► inc | |
| mcuxCsslExamples.h | |
| ► mcuxCsslMemory | |
| ► inc | |
| mcuxCsslMemory_Examples.h | |
| ► platform | |
| ► mimxrt | |
| mcuxClAeadModes_MemoryConsumption.h | Defines the memory consumption for the clAeadModes component |
| mcuxClCipherModes_MemoryConsumption.h | |
| mcuxClEcc_MemoryConsumption.h | Defines the memory consumption for the mcuxClEcc component |
| mcuxClHash_MemoryConsumption.h | Defines the memory consumption for the mcuxClHash component |
| mcuxClHashModes_MemoryConsumption.h | Defines the memory consumption for the mcuxClHash component |
| mcuxClHmac_MemoryConsumption.h | Defines the memory consumption for the mcuxClHmac component All work area sizes in bytes are a multiple of CPU wordsize |
| mcuxClKey_MemoryConsumption.h | Defines the memory consumption for the mcuxClKey component All work area sizes in bytes are a multiple of CPU wordsize |
| mcuxClMacModes_MemoryConsumption.h | Defines the memory consumption for the mcuxClMacModes component All work area sizes in bytes are a multiple of CPU wordsize |
| mcuxClOsccaAeadModes_MemoryConsumption.h | Defines the memory consumption for the mcuxClOsccaAeadModes component |
| mcuxClOsccaCipherModes_MemoryConsumption.h | Memory consumption of the mcuxClOsccaCipherModes component |
| mcuxClOsccaMacModes_MemoryConsumption.h | Memory consumption of the mcuxClOsccaMacModes component |
| mcuxClOsccaRandomModes_MemoryConsumption.h | Defines the memory consumption for the mcuxClOsccaRandomModes component |
| mcuxClOsccaSm2_MemoryConsumption.h | Defines the memory consumption for the mcuxClOsccaSm2 component |
| mcuxClOsccaSm3_MemoryConsumption.h | Defines the memory consumption for the mcuxClOsccaSm3 component |
| mcuxClRandomModes_MemoryConsumption.h | Defines the memory consumption for the mcuxClRandom component |
| mcuxClRsa_MemoryConsumption.h | Defines the memory consumption for the mcuxClRsa component |
| mcuxClSession_MemoryConsumption.h | Defines the memory consumption for the mcuxClSession component |
| mcuxClSignature_MemoryConsumption.h | Defines the memory consumption for the mcuxClSignature component |
| mcuxCl_clns.h | CLNS header for component-independent functionality |
| mcuxClAead.h | Top-level include file for the mcuxClAead component |
| mcuxClAead_Constants.h | Constants for use with the mcuxClAead component |
| mcuxClAead_Functions.h | Top-level API of the mcuxClAead component |
| mcuxClAead_Types.h | Type definitions for the mcuxClAead component |
| mcuxClAeadModes.h | |
| mcuxClAeadModes_Modes.h | This file defines the modes for the mcuxClAeadModes component |
| mcuxClAes.h | Top-level interface header for the mcuxClAes component |
| mcuxClAes_Constants.h | |
| mcuxClAes_KeyTypes.h | Definition of supported key types in mcuxClAes component, see also mcuxClKey component |
| mcuxClAes_Types.h | Type definitions for the mcuxClAes component |
| mcuxClBuffer.h | Provides the API for the CL buffer types |
| mcuxClBuffer_Cfg.h | Configuration of the implementation for the buffer types |
| mcuxClBuffer_Constants.h | Constants for use with the mcuxClBuffer component |
| mcuxClBuffer_Impl.h | Selection of the implementation for the buffer types |
| mcuxClBuffer_Pointer.h | Provides the implementation for the basic C pointer buffer types |
| mcuxClCipher.h | Top-level include file for the mcuxClCipher component |
| mcuxClCipher_Constants.h | Constants for use with the mcuxClCipher component |
| mcuxClCipher_Functions.h | Top-level API of the mcuxClCipher component |
| mcuxClCipher_Types.h | Type definitions for the mcuxClCipher component |
| mcuxClCipherModes.h | |
| mcuxClCipherModes_Modes.h | Supported modes for the mcuxClCipher component |
| mcuxClCore_Examples.h | |
| mcuxClCore_FunctionIdentifiers.h | Definition of function identifiers for the flow protection mechanism |
| mcuxClCore_Macros.h | Definition of macros |
| mcuxClCore_Platform.h | |
| mcuxClCore_Toolchain.h | |
| mcuxClCrc.h | Top-level include file for the mcuxClCrc component |
| mcuxClEcc.h | Top level header of mcuxClEcc component |
| mcuxClEcc_Constants.h | Constant definitions of mcuxClEcc component |
| mcuxClEcc_Functions.h | Top level APIs of mcuxClEcc component |
| mcuxClEcc_KeyTypes.h | ECC related definitions to be used for key handling mechanisms of the mcuxClKey component |
| mcuxClEcc_Types.h | Type definitions and descriptors of mcuxClEcc component |
| mcuxClEls.h | Top-level include file for the ELS driver |
| mcuxClEls_Aead.h | ELS header for Authenticated Encryption with Associated Data (AEAD) |
| mcuxClEls_Cipher.h | ELS header for symmetric ciphers |
| mcuxClEls_Cmac.h | ELS header for CMAC support |
| mcuxClEls_Common.h | ELS header for common functionality |
| mcuxClEls_Crc.h | ELS header for Command CRC functionality |
| mcuxClEls_Ecc.h | ELS header for elliptic curve cryptography This header exposes functions that enable using the ELS for elliptic curve cryptography |
| mcuxClEls_Hash.h | ELS header for hashing |
| mcuxClEls_Hmac.h | ELS header for HMAC support |
| mcuxClEls_Kdf.h | ELS header for key derivation |
| mcuxClEls_KeyManagement.h | ELS header for key management |
| mcuxClEls_mapping.h | Header providing mapping for legacy function/definition names (with CSS) |
| mcuxClEls_Rng.h | ELS header for random number generation |
| mcuxClEls_Types.h | ELS type header |
| mcuxClExample_ELS_Helper.h | |
| mcuxClExample_ELS_Key_Helper.h | |
| mcuxClExample_Key_Helper.h | |
| mcuxClExample_RFC3394_Helper.h | |
| mcuxClExample_RNG_Helper.h | |
| mcuxClExample_Session_Helper.h | |
| mcuxClGlikey.h | Top-level include file for the Glikey driver |
| mcuxClHash.h | Top-level include file for the mcuxClHash component |
| mcuxClHash_Constants.h | Constants for use with the mcuxClHash component |
| mcuxClHash_Functions.h | Top-level API of the mcuxClHash component |
| mcuxClHash_Types.h | Type definitions for the mcuxClHash component |
| mcuxClHashModes.h | |
| mcuxClHashModes_Algorithms.h | Algorithm/mode definitions for the mcuxClHashModes component |
| mcuxClHashModes_Constants.h | Constants for use with the mcuxClHashModes component |
| mcuxClHashModes_Functions.h | |
| mcuxClHmac.h | |
| mcuxClHmac_Constants.h | Constants for the mcuxClHmac component |
| mcuxClHmac_Functions.h | Functions for the mcuxClHmac component |
| mcuxClHmac_KeyTypes.h | Definition of supported key types in mcuxClHmac component, see also mcuxClKey component |
| mcuxClHmac_Modes.h | Mode descriptors for the mcuxClHmac component |
| mcuxClKey.h | Top-level include file for the mcuxClKey component |
| mcuxClKey_Constants.h | Constants for the mcuxClKey component |
| mcuxClKey_DerivationAlgorithms.h | Supported algorithms for key derivation |
| mcuxClKey_DerivationAlgorithms_HKDF.h | Declarations and definitions for the Implementation of RFC5869 Key Derivation |
| mcuxClKey_DerivationAlgorithms_NIST_SP800_108.h | Declarations and definitions for the NIST SP800-108 KDF |
| mcuxClKey_DerivationAlgorithms_NIST_SP800_56C.h | Declarations and definitions for the NIST SP800-56C KDF |
| mcuxClKey_DerivationAlgorithms_PBKDF2.h | Declarations and definitions for the Implementation of PBKDF2 Key Derivation |
| mcuxClKey_Functions.h | Top-level API of the mcuxClKey component |
| mcuxClKey_ProtectionMechanisms.h | |
| mcuxClKey_Types.h | Type definitions for the mcuxClKey component |
| mcuxClMac.h | Top-level include file for the mcuxClMac component |
| mcuxClMac_Constants.h | Constants and status codes for the mcuxClMac component |
| mcuxClMac_Functions.h | Top-level API of the mcuxClMac component |
| mcuxClMac_Types.h | Type definitions for the mcuxClMac component |
| mcuxClMacModes.h | |
| mcuxClMacModes_Constants.h | Constants for the mcuxClMacModes component |
| mcuxClMacModes_Functions.h | Functions for the mcuxClMacModes component |
| mcuxClMacModes_Modes.h | |
| mcuxClMath.h | Top level header of mcuxClMath component |
| mcuxClMath_Functions.h | APIs of mcuxClMath component |
| mcuxClMath_Types.h | |
| mcuxClMemory.h | Top-level include file for the memory operations |
| mcuxClMemory_Clear.h | Memory header for clear functions |
| mcuxClMemory_Constants.h | Memory constant header |
| mcuxClMemory_Copy.h | Memory header for copy functions |
| mcuxClMemory_Copy_Reversed.h | Memory header for reversed copy functions |
| mcuxClMemory_Endianness.h | Memory header for endianness support functions |
| mcuxClMemory_Set.h | Memory header for set function |
| mcuxClMemory_Types.h | Memory type header |
| mcuxClMemory_Xor.h | Memory header for xor functions |
| mcuxClOscca_FunctionIdentifiers.h | Definition of function identifiers for the flow protection mechanism |
| mcuxClOscca_Memory.h | : Macros for alignment memory |
| mcuxClOscca_PlatformTypes.h | : Platform type definitions |
| mcuxClOscca_Types.h | : Global type definitions |
| mcuxClOsccaAeadModes.h | Top-level include file for the mcuxClOsccaAeadModes component |
| mcuxClOsccaAeadModes_Modes.h | Supported modes for the mcuxClOsccaAeadModes component |
| mcuxClOsccaCipherModes.h | Top-level include file for the constants definitions component |
| mcuxClOsccaCipherModes_Constants.h | Supported constants for the mcuxClOsccaCipherModes component |
| mcuxClOsccaMacModes.h | |
| mcuxClOsccaMacModes_Constants.h | Header for mac constants |
| mcuxClOsccaMacModes_KeyTypes.h | Definition of supported key types in mcuxClOsccaMacModes component |
| mcuxClOsccaMacModes_Modes.h | |
| mcuxClOsccaPkc.h | Top level header of mcuxClOsccaPkc component (PKC hardware driver) |
| mcuxClOsccaPkc_Functions.h | APIs of mcuxClOsccaPkc component |
| mcuxClOsccaPkc_Types.h | Type definitions of mcuxClOsccaPkc component |
| mcuxClOsccaRandomModes.h | Top level header of mcuxClOsccaRandomModes component |
| mcuxClOsccaRandomModes_Constants.h | Mode definitions of mcuxClOsccaRandomModes component |
| mcuxClOsccaSafo.h | Top level header of mcuxClOsccaSafo component (SAFO hardware driver) |
| mcuxClOsccaSafo_Constants.h | SAFO constant header |
| mcuxClOsccaSafo_Functions.h | |
| mcuxClOsccaSafo_Sfr_Ctrl.h | |
| mcuxClOsccaSafo_Sfr_RegBank.h | |
| mcuxClOsccaSafo_Sfr_Status.h | |
| mcuxClOsccaSafo_SfrAccess.h | Macros for abstracting SAFO hardware SFR access |
| mcuxClOsccaSafo_Types.h | Type and associated constant definitions of the mcuxClOsccaSafo component |
| mcuxClOsccaSm2.h | Top level header of mcuxClOsccaSm2 component |
| mcuxClOsccaSm2_Constants.h | : Platform related definitions for the OSCCA SM2 component |
| mcuxClOsccaSm2_Functions.h | Top level APIs of mcuxClOsccaSm2 component |
| mcuxClOsccaSm2_KeyTypes.h | Definition of supported key types in mcuxClOsccaSm2 component, see also mcuxClKey component |
| mcuxClOsccaSm2_ModeConstants.h | : Platform related mode definitions for the OSCCA SM2 component |
| mcuxClOsccaSm2_SelfTest.h | : Self test function prototype definitions for the OSCCA SM2 component |
| mcuxClOsccaSm2_Types.h | Type definitions of mcuxClOsccaSm2 component |
| mcuxClOsccaSm3.h | Top-level include file for the mcuxClOsccaSm3 component |
| mcuxClOsccaSm3_Algorithms.h | Algorithm/mode definitions for the mcuxClOsccaSm3 component |
| mcuxClOsccaSm3_Constants.h | Constants for use with the mcuxClOsccaSm3 component |
| mcuxClOsccaSm4.h | Top level header of mcuxClOsccaSm4 component |
| mcuxClOsccaSm4_KeyTypes.h | Definition of supported key types in mcuxClOsccaSm4 component, see also mcuxClKey component |
| mcuxClPadding.h | Top-level include file for the padding component |
| mcuxClPadding_Constants.h | Constants definitions for the mcuxClPadding component |
| mcuxClPadding_Types.h | Type definitions for the mcuxClPadding component |
| mcuxClPkc.h | Top level header of mcuxClPkc component (PKC hardware driver) |
| mcuxClPkc_Functions.h | APIs of mcuxClPkc component |
| mcuxClPkc_Types.h | Type definitions of mcuxClPkc component |
| mcuxClRandom.h | Top level header of mcuxClRandom component |
| mcuxClRandom_Constants.h | Constant definitions of mcuxClRandom component |
| mcuxClRandom_Functions.h | Top level APIs of mcuxClRandom component |
| mcuxClRandom_Types.h | Type definitions of mcuxClRandom component |
| mcuxClRandomModes.h | Top level header of mcuxClRandomModes component |
| mcuxClRandomModes_Constants.h | Mode definitions of mcuxClRandomModes component |
| mcuxClRandomModes_Functions_PatchMode.h | |
| mcuxClRandomModes_Functions_TestMode.h | |
| mcuxClRsa.h | Top-level include file for the mcuxClRsa component |
| mcuxClRsa_Constants.h | Constant definitions for the mcuxClRsa component |
| mcuxClRsa_Functions.h | Top-level API of the mcuxClRsa component |
| mcuxClRsa_KeyTypes.h | Definition of supported key types in mcuxClRsa component, see also mcuxClKey component |
| mcuxClRsa_ModeConstructors.h | |
| mcuxClRsa_Types.h | Type definitions for the mcuxClRsa component |
| mcuxClSession.h | Top-level include file for the mcuxClSession component |
| mcuxClSession_Functions.h | Top-level API of the mcuxClSession component |
| mcuxClSession_Types.h | Type definitions for the mcuxClSession component |
| mcuxClSignature.h | |
| mcuxClSignature_Constants.h | |
| mcuxClSignature_Functions.h | |
| mcuxClSignature_Types.h | |
| mcuxCsslAnalysis.h | |
| mcuxCsslCPreProcessor.h | The default implementation is based on standard C preprocessor functionality |
| mcuxCsslDataIntegrity.h | Provides the API for the CSSL data integrity mechanism |
| mcuxCsslDataIntegrity_Cfg.h | Configuration of the implementation for the data integrity mechanism |
| mcuxCsslDataIntegrity_Impl.h | Selection of the implementation for the data integrity mechanism |
| mcuxCsslDataIntegrity_None.h | Implementation that disables the CSSL data integrity mechanism |
| mcuxCsslFlowProtection.h | Provides the API for the CSSL flow protection mechanism |
| mcuxCsslFlowProtection_Cfg.h | Configuration of the implementation for the flow protection mechanism |
| mcuxCsslFlowProtection_FunctionIdentifiers.h | Definition of function identifiers for the flow protection mechanism |
| mcuxCsslFlowProtection_Impl.h | Selection of the implementation for the flow protection mechanism |
| mcuxCsslFlowProtection_SecureCounter_Common.h | Counter based implementation for the flow protection mechanism, for a local security counter |
| mcuxCsslFlowProtection_SecureCounter_Local.h | Counter based implementation for the flow protection mechanism, for a local security counter |
| mcuxCsslMemory.h | Top-level include file for the CSSL memory functions |
| mcuxCsslMemory_Clear.h | Header file of memory clear function |
| mcuxCsslMemory_Compare.h | Include file for constant time memory compare function |
| mcuxCsslMemory_Constants.h | Constants definitions for the mcuxCsslMemory component |
| mcuxCsslMemory_Copy.h | Include file for memory copy function |
| mcuxCsslMemory_Set.h | Header file of memory set function |
| mcuxCsslMemory_Types.h | Type definitions for the mcuxCsslMemory component |
| mcuxCsslParamIntegrity.h | Top-level include file for the parameter integrity protection mechanism |
| mcuxCsslSecureCounter.h | Provides the API for the CSSL secure counter mechanism |
| mcuxCsslSecureCounter_Cfg.h | Configuration of the implementation for the secure counter mechanism |
| mcuxCsslSecureCounter_Impl.h | Selection of the implementation for the secure counter mechanism |
| mcuxCsslSecureCounter_None.h | Implementation that disables the CSSL secure counter mechanism |
| mcuxCsslSecureCounter_SW_Local.h | SW implementation of the CSSL secure counter mechanism (using a local variable) |