Constants§
- AES_
128_ KEY_ SIZE - AES key size constants define the key sizes used in the AES algorithm for the three standard variations of AES.
- AES_
192_ KEY_ SIZE - AES_
256_ KEY_ SIZE - AES_
BLOCK_ SIZE
Functions§
- aes_
cmac - Compute AES-CMAC for a given message using a specified key.
- aes_
dec_ block - Decrypt a single block using the AES algorithm.
- aes_
dec_ cbc - Decrypt data using AES in CBC mode with optional padding removal.
- aes_
dec_ ecb - Decrypt data using AES in ECB mode with optional padding removal.
- aes_
enc_ block - Encrypt a single block using the AES algorithm.
- aes_
enc_ cbc - Encrypt data using AES in CBC mode with optional padding.
- aes_
enc_ ecb - Encrypt data using AES in ECB mode with optional padding.
- generate_
subkey - Generate subkeys for AES-CMAC.