X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=engines%2Fccgost%2Fe_gost_err.h;h=6dc500079d5d49165fb8630e2217091d6391d7af;hb=8f4077ca69076cebaca51b7b666db1ed49e46b9e;hp=cf3980081d9bc520af6599fa4a955739d34b4e75;hpb=92e2c81affaeb44e82fe2fdd17b201693cc2e161;p=oweals%2Fopenssl.git diff --git a/engines/ccgost/e_gost_err.h b/engines/ccgost/e_gost_err.h index cf3980081d..6dc500079d 100644 --- a/engines/ccgost/e_gost_err.h +++ b/engines/ccgost/e_gost_err.h @@ -55,6 +55,10 @@ #ifndef HEADER_GOST_ERR_H #define HEADER_GOST_ERR_H +#ifdef __cplusplus +extern "C" { +#endif + /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. @@ -83,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 @@ -111,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