MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClCss_Cipher_Macros

Defines all macros of mcuxClCss_Cipher. More...

Modules

 MCUXCLCSS_CIPHER_
 Defines valid options to be used by mcuxClCss_CipherOption_tValid AES key sizes in bytes.
 
 MCUXCLCSS_CIPHER_KEY_SIZE_AES_
 Defines valid AES key sizes in bytes.
 

Macros

#define MCUXCLCSS_CIPHER_BLOCK_SIZE_AES
 

Detailed Description

Defines all macros of mcuxClCss_Cipher.

Macro Definition Documentation

◆ MCUXCLCSS_CIPHER_BLOCK_SIZE_AES

#define MCUXCLCSS_CIPHER_BLOCK_SIZE_AES

Size of an AES input block: 128 bit (16 bytes)

Examples
cipher_aes128_cbc_encrypt.c, and cipher_aes128_ecb_encrypt.c.