1.5.3.1 HASH_ERROR
enum HASH_ERROR
This enumeration defines the various error states that can occur during hash operations.
| HASH_NO_ERROR |
No error occurred |
| HASH_CONTEXT_ERROR |
Error with the hash context |
| HASH_INVALID_MODE_ERROR |
Invalid hash mode specified |
| HASH_INITIALIZE_ERROR |
Error during initialization |
| HASH_READ_ERROR |
Error during read operation |
| HASH_UPDATE_ERROR |
Error during update operation |
| HASH_STATE_ERROR |
Error with the hash state |
| HASH_EXECUTE_ERROR |
Error during execution |
| HASH_OPERATION_IS_NOT_ACTIVE |
No active hash operation |
| HASH_OPERATION_IS_ACTIVE |
Hash operation is currently active |
