1.1.4.1 AES_ERROR
enum AES_ERROR
This enumeration defines the various error states that can occur during AES operations.
| AES_NO_ERROR |
No error occurred |
| AES_CONTEXT_ERROR |
Error with the AES context |
| AES_INVALID_MODE_ERROR |
Invalid AES mode specified |
| AES_KEY_SETUP_ERROR |
Error during key setup |
| AES_INIT_VECTOR_SETUP_ERROR |
Error during initialization vector setup |
| AES_COUNTER_MEASURE_SETUP_ERROR |
Error during counter measure setup |
| AES_INITIALIZE_ERROR |
Error during initialization |
| AES_WRITE_ERROR |
Error during write operation |
| AES_READ_ERROR |
Error during read operation |
| AES_STATE_ERROR |
Error with the AES state |
| AES_EXECUTE_ERROR |
Error during execution |
| AES_OPERATION_IS_NOT_ACTIVE |
No active AES operation |
| AES_OPERATION_IS_ACTIVE |
AES operation is currently active |
