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

Defines all macros of mcuxClEls_Cipher. More...

Modules

 MCUXCLELS_CIPHER_
 Defines valid options to be used by mcuxClEls_CipherOption_t.
 
 MCUXCLELS_CIPHER_KEY_SIZE_AES_
 Defines valid AES key sizes in bytes.
 

Macros

#define MCUXCLELS_CIPHER_BLOCK_SIZE_AES
 

Detailed Description

Defines all macros of mcuxClEls_Cipher.

Macro Definition Documentation

◆ MCUXCLELS_CIPHER_BLOCK_SIZE_AES

#define MCUXCLELS_CIPHER_BLOCK_SIZE_AES

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

Examples
mcuxClEls_Cipher_Aes128_Cbc_Encrypt_example.c, and mcuxClEls_Cipher_Aes128_Ecb_Encrypt_example.c.