MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClKey Directory Reference

Files

 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.