Clean up error codes a bit.
[openssl.git] / engines / ccgost / e_gost_err.h
index 0818a681cf169ad512ed43e828948c6fe314951e..4fb5a985a3c41f4aab64c1ca2ed4bc20e7a5601e 100644 (file)
@@ -70,7 +70,7 @@ void ERR_GOST_error(int function, int reason, char *file, int line);
 #define GOST_F_DECODE_GOST_ALGOR_PARAMS                         131
 #define GOST_F_DECRYPT_CRYPTOCOM_KEY                    120
 #define GOST_F_ENCODE_GOST_ALGOR_PARAMS                         130
-#define GOST_F_FILL_GOST2001_PARAMS                     99
+#define GOST_F_FILL_GOST2001_PARAMS                     144
 #define GOST_F_FILL_GOST94_PARAMS                       100
 #define GOST_F_GET_ENCRYPTION_PARAMS                    101
 #define GOST_F_GOST2001_COMPUTE_PUBLIC                  102
@@ -83,6 +83,8 @@ void ERR_GOST_error(int function, int reason, char *file, int line);
 #define GOST_F_GOST_COMPUTE_PUBLIC                      109
 #define GOST_F_GOST_DO_SIGN                             110
 #define GOST_F_GOST_DO_VERIFY                           111
+#define GOST_F_GOST_IMIT_CTRL                           138
+#define GOST_F_GOST_IMIT_UPDATE                                 139
 #define GOST_F_MAKE_RFC4490_KEYTRANSPORT_2001           127
 #define GOST_F_PARAM_COPY_GOST01                        132
 #define GOST_F_PARAM_COPY_GOST94                        133
@@ -100,11 +102,11 @@ void ERR_GOST_error(int function, int reason, char *file, int line);
 #define GOST_F_PKEY_GOST_CTRL                           114
 #define GOST_F_PKEY_GOST_CTRL01_STR                     115
 #define GOST_F_PKEY_GOST_CTRL94_STR                     116
-#define GOST_F_PKEY_GOST_MAC_CTRL                       138
-#define GOST_F_PKEY_GOST_MAC_CTRL_STR                   139
-#define GOST_F_PKEY_GOST_MAC_KEYGEN                     140
+#define GOST_F_PKEY_GOST_MAC_CTRL                       140
+#define GOST_F_PKEY_GOST_MAC_CTRL_STR                   141
+#define GOST_F_PKEY_GOST_MAC_KEYGEN                     142
 #define GOST_F_PRIV_DECODE_GOST_94                      117
-#define GOST_F_PRIV_DECODE_MAC                          141
+#define GOST_F_PRIV_DECODE_MAC                          143
 #define GOST_F_PUB_DECODE_GOST01                        136
 #define GOST_F_PUB_DECODE_GOST94                        134
 #define GOST_F_PUB_ENCODE_GOST01                        135
@@ -116,7 +118,6 @@ void ERR_GOST_error(int function, int reason, char *file, int line);
 #define GOST_R_BAD_PKEY_PARAMETERS_FORMAT               129
 #define GOST_R_CANNOT_PACK_EPHEMERAL_KEY                114
 #define GOST_R_CTX_NOT_INITIALIZED_FOR_ENCRYPT          115
-#define GOST_R_DECODE_ERROR                             134
 #define GOST_R_ERROR_COMPUTING_MAC                      116
 #define GOST_R_ERROR_COMPUTING_SHARED_KEY               117
 #define GOST_R_ERROR_PACKING_KEY_TRANSPORT_INFO                 118
@@ -125,18 +126,18 @@ void ERR_GOST_error(int function, int reason, char *file, int line);
 #define GOST_R_ERROR_STORING_IV                                 121
 #define GOST_R_ERROR_STORING_MAC                        122
 #define GOST_R_INCOMPATIBLE_ALGORITHMS                  130
-#define GOST_R_INVALID_CIPHER_PARAMS                    99
+#define GOST_R_INVALID_CIPHER_PARAMS                    136
 #define GOST_R_INVALID_CIPHER_PARAM_OID                         100
 #define GOST_R_INVALID_DIGEST_TYPE                      101
 #define GOST_R_INVALID_ENCRYPTED_KEY_SIZE               123
 #define GOST_R_INVALID_GOST94_PARMSET                   127
 #define GOST_R_INVALID_IV_LENGTH                        102
-#define GOST_R_INVALID_MAC_KEY_LENGTH                   135
+#define GOST_R_INVALID_MAC_KEY_LENGTH                   134
 #define GOST_R_INVALID_PARAMSET                                 103
 #define GOST_R_KEY_IS_NOT_INITALIZED                    104
 #define GOST_R_KEY_IS_NOT_INITIALIZED                   105
 #define GOST_R_KEY_PARAMETERS_MISSING                   131
-#define GOST_R_MAC_KEY_NOT_SET                          136
+#define GOST_R_MAC_KEY_NOT_SET                          135
 #define GOST_R_MALLOC_FAILURE                           124
 #define GOST_R_NOT_ENOUGH_SPACE_FOR_KEY                         125
 #define GOST_R_NO_MEMORY                                106