MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClCss Directory Reference

Files

file  cipher_aes128_cbc_encrypt.c
 Example AES-128 CBC encryption using the CSSv2 (CLNS component mcuxClCss.
 
file  cipher_aes128_ecb_encrypt.c
 Example AES-128 ECB encryption using the CSSv2 (CLNS component mcuxClCss)
 
file  common_get_info.c
 Example of version and configuration load functions.
 
file  ecc_keygen_sign_verify.c
 Example of ECC for key generation, signing and verification using the CSSv2 (CLNS component mcuxClCss)
 
file  hash_sha224_one_block.c
 Example of SHA2-224 hashing using the CSSv2 (CLNS component mcuxClCss)
 
file  hash_sha256_one_block.c
 Example of SHA2-256 hashing using the CSSv2 (CLNS component mcuxClCss)
 
file  hash_sha256_sha_direct_one_block.c
 Example of SHA2-256 hashing using sha direct mode of CSSv2 (CLNS component mcuxClCss)
 
file  hash_sha384_one_block.c
 Example of SHA2-384 hashing using the CSSv2 (CLNS component mcuxClCss)
 
file  hash_sha384_sha_direct_one_block.c
 Example of SHA2-384 hashing using sha direct mode of CSSv2 (CLNS component mcuxClCss)
 
file  hash_sha512_one_block.c
 Example of SHA2-512 hashing using the CSSv2 (CLNS component mcuxClCss)
 
file  rng_prng_get_random.c
 Example of getting a random number from PRNG of CSSv2 (CLNS component mcuxClCss)
 
file  tls_master_key_session_keys.c
 TLS key derivation example.