MAGMA
Cryptographic Library
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1
#ifndef TYPES_H
2
#define TYPES_H
3
4
typedef
enum
{
5
MAGMA_SUCCESS
= 0,
6
MAGMA_ERROR_NULL_POINTER
= 1,
7
MAGMA_ERROR_INVALID_LENGTH
= 2,
8
MAGMA_ERROR_IV_EMPTY
= 3,
9
MAGMA_ERROR_INTERNAL
= 4
10
}
MagmaResult
;
11
12
#endif
MagmaResult
MagmaResult
Definition
types.h:4
MAGMA_SUCCESS
@ MAGMA_SUCCESS
Definition
types.h:5
MAGMA_ERROR_INTERNAL
@ MAGMA_ERROR_INTERNAL
Definition
types.h:9
MAGMA_ERROR_INVALID_LENGTH
@ MAGMA_ERROR_INVALID_LENGTH
Definition
types.h:7
MAGMA_ERROR_NULL_POINTER
@ MAGMA_ERROR_NULL_POINTER
Definition
types.h:6
MAGMA_ERROR_IV_EMPTY
@ MAGMA_ERROR_IV_EMPTY
Definition
types.h:8
include
core
types.h
Generated by
1.16.1