STM8L15x Standard Peripherals Drivers: AES_Operation_Mode

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_AES_MODE(Operation)

Enumerations

enum  AES_Operation_TypeDef { AES_Operation_Encryp = (uint8_t)0x00, AES_Operation_KeyDeriv = (uint8_t)0x02, AES_Operation_Decryp = (uint8_t)0x04, AES_Operation_KeyDerivAndDecryp = (uint8_t)0x06 }

Define Documentation

#define IS_AES_MODE (   Operation)
Value:
(((Operation) == AES_Operation_Encryp) || \
                                ((Operation) == AES_Operation_KeyDeriv) || \
                                ((Operation) == AES_Operation_Decryp)   || \
                                ((Operation) == AES_Operation_KeyDerivAndDecryp))

Definition at line 55 of file stm8l15x_aes.h.

Referenced by AES_OperationModeConfig().


Enumeration Type Documentation

Enumerator:
AES_Operation_Encryp 

AES in Encryption mode

AES_Operation_KeyDeriv 

AES in Key Derivation mode

AES_Operation_Decryp 

AES in Decryption mode

AES_Operation_KeyDerivAndDecryp 

AES in Key Derivation and Decryption mode

Definition at line 47 of file stm8l15x_aes.h.

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com