X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=engines%2Fccgost%2Fe_gost_err.h;h=3f17d90ac6556fce89348a39f1353ff2626c987a;hp=14326e01e7b8812071b3088aa3dfcea9f201a7a6;hb=33eab3f6af51c6d7fe68ee4960930df4f1616bd5;hpb=b6af2c7e3e77e3dc9e295027e8921c9566d523e8 diff --git a/engines/ccgost/e_gost_err.h b/engines/ccgost/e_gost_err.h index 14326e01e7..3f17d90ac6 100644 --- a/engines/ccgost/e_gost_err.h +++ b/engines/ccgost/e_gost_err.h @@ -87,6 +87,7 @@ 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 @@ -110,6 +111,7 @@ void ERR_GOST_error(int function, int reason, char *file, int line); #define GOST_F_PUB_DECODE_GOST01 133 #define GOST_F_PUB_DECODE_GOST94 134 #define GOST_F_PUB_ENCODE_GOST01 135 +#define GOST_F_PUB_ENCODE_GOST94 141 #define GOST_F_UNPACK_CC_SIGNATURE 136 #define GOST_F_UNPACK_CP_SIGNATURE 137 @@ -117,10 +119,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 @@ -132,8 +136,6 @@ void ERR_GOST_error(int function, int reason, char *file, int line); #define GOST_R_KEY_IS_NOT_INITIALIZED 114 #define GOST_R_KEY_PARAMETERS_MISSING 115 #define GOST_R_MAC_KEY_NOT_SET 116 -#define GOST_R_MALLOC_FAILURE 117 -#define GOST_R_NO_MEMORY 118 #define GOST_R_NO_PARAMETERS_SET 119 #define GOST_R_NO_PEER_KEY 120 #define GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR 121