Additional comment changes for reformat of 1.0.1
[openssl.git] / engines / ccgost / e_gost_err.h
index a8e6841f22d497c6edf819ad03e722988a7550bb..6dc500079d5d49165fb8630e2217091d6391d7af 100644 (file)
@@ -87,16 +87,19 @@ void ERR_GOST_error(int function, int reason, char *file, int line);
 #define GOST_F_GOST_DO_SIGN                             112
 #define GOST_F_GOST_DO_VERIFY                           113
 #define GOST_F_GOST_IMIT_CTRL                           114
+#define GOST_F_GOST_IMIT_FINAL                          140
 #define GOST_F_GOST_IMIT_UPDATE                                 115
 #define GOST_F_PARAM_COPY_GOST01                        116
 #define GOST_F_PARAM_COPY_GOST94                        117
 #define GOST_F_PKEY_GOST01CP_DECRYPT                    118
 #define GOST_F_PKEY_GOST01CP_ENCRYPT                    119
 #define GOST_F_PKEY_GOST01CP_KEYGEN                     120
+#define GOST_F_PKEY_GOST01_PARAMGEN                     138
 #define GOST_F_PKEY_GOST2001_DERIVE                     121
 #define GOST_F_PKEY_GOST94CP_DECRYPT                    122
 #define GOST_F_PKEY_GOST94CP_ENCRYPT                    123
 #define GOST_F_PKEY_GOST94CP_KEYGEN                     124
+#define GOST_F_PKEY_GOST94_PARAMGEN                     139
 #define GOST_F_PKEY_GOST_CTRL                           125
 #define GOST_F_PKEY_GOST_CTRL01_STR                     126
 #define GOST_F_PKEY_GOST_CTRL94_STR                     127
@@ -115,10 +118,12 @@ void ERR_GOST_error(int function, int reason, char *file, int line);
 #define GOST_R_BAD_KEY_PARAMETERS_FORMAT                99
 #define GOST_R_BAD_PKEY_PARAMETERS_FORMAT               100
 #define GOST_R_CANNOT_PACK_EPHEMERAL_KEY                101
+#define GOST_R_CTRL_CALL_FAILED                                 132
 #define GOST_R_ERROR_COMPUTING_SHARED_KEY               102
 #define GOST_R_ERROR_PACKING_KEY_TRANSPORT_INFO                 103
 #define GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO                 104
 #define GOST_R_INCOMPATIBLE_ALGORITHMS                  105
+#define GOST_R_INCOMPATIBLE_PEER_KEY                    131
 #define GOST_R_INVALID_CIPHER_PARAMS                    106
 #define GOST_R_INVALID_CIPHER_PARAM_OID                         107
 #define GOST_R_INVALID_DIGEST_TYPE                      108