]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - e_gost_err.c
GOST CMS encryption implementation.
[openssl-gost/engine.git] / e_gost_err.c
1 /*
2  * Generated by util/mkerr.pl DO NOT EDIT
3  * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
4  *
5  * Licensed under the OpenSSL license (the "License").  You may not use
6  * this file except in compliance with the License.  You can obtain a copy
7  * in the file LICENSE in the source distribution or at
8  * https://www.openssl.org/source/license.html
9  */
10
11 #include <openssl/err.h>
12 #include "e_gost_err.h"
13
14 #ifndef OPENSSL_NO_ERR
15
16 static ERR_STRING_DATA GOST_str_functs[] = {
17     {ERR_PACK(0, GOST_F_DECODE_GOST_ALGOR_PARAMS, 0),
18      "decode_gost_algor_params"},
19     {ERR_PACK(0, GOST_F_ENCODE_GOST_ALGOR_PARAMS, 0),
20      "encode_gost_algor_params"},
21     {ERR_PACK(0, GOST_F_FILL_GOST_EC_PARAMS, 0), "fill_GOST_EC_params"},
22     {ERR_PACK(0, GOST_F_GET_ENCRYPTION_PARAMS, 0), "get_encryption_params"},
23     {ERR_PACK(0, GOST_F_GOST2015_GET_ASN1_PARAMS, 0),
24      "gost2015_get_asn1_params"},
25     {ERR_PACK(0, GOST_F_GOST2015_SET_ASN1_PARAMS, 0),
26      "gost2015_set_asn1_params"},
27     {ERR_PACK(0, GOST_F_GOST89_GET_ASN1_PARAMETERS, 0),
28      "gost89_get_asn1_parameters"},
29     {ERR_PACK(0, GOST_F_GOST89_SET_ASN1_PARAMETERS, 0),
30      "gost89_set_asn1_parameters"},
31     {ERR_PACK(0, GOST_F_GOST_CIPHER_CTL, 0), "gost_cipher_ctl"},
32     {ERR_PACK(0, GOST_F_GOST_CMS_SET_KARI_SHARED_INFO, 0),
33      "gost_cms_set_kari_shared_info"},
34     {ERR_PACK(0, GOST_F_GOST_CMS_SET_KTRI_SHARED_INFO, 0),
35      "gost_cms_set_ktri_shared_info"},
36     {ERR_PACK(0, GOST_F_GOST_CMS_SET_SHARED_INFO, 0),
37      "gost_cms_set_shared_info"},
38     {ERR_PACK(0, GOST_F_GOST_EC_COMPUTE_PUBLIC, 0), "gost_ec_compute_public"},
39     {ERR_PACK(0, GOST_F_GOST_EC_KEYGEN, 0), "gost_ec_keygen"},
40     {ERR_PACK(0, GOST_F_GOST_EC_SIGN, 0), "gost_ec_sign"},
41     {ERR_PACK(0, GOST_F_GOST_EC_VERIFY, 0), "gost_ec_verify"},
42     {ERR_PACK(0, GOST_F_GOST_ENCODE_CMS_PARAMS, 0), "gost_encode_cms_params"},
43     {ERR_PACK(0, GOST_F_GOST_GRASSHOPPER_CIPHER_CTL, 0),
44      "gost_grasshopper_cipher_ctl"},
45     {ERR_PACK(0, GOST_F_GOST_GRASSHOPPER_CIPHER_DO_CTRACPKM_OMAC, 0),
46      "gost_grasshopper_cipher_do_ctracpkm_omac"},
47     {ERR_PACK(0, GOST_F_GOST_GRASSHOPPER_CIPHER_INIT_CTRACPKM_OMAC, 0),
48      "gost_grasshopper_cipher_init_ctracpkm_omac"},
49     {ERR_PACK(0, GOST_F_GOST_GRASSHOPPER_SET_ASN1_PARAMETERS, 0),
50      "gost_grasshopper_set_asn1_parameters"},
51     {ERR_PACK(0, GOST_F_GOST_IMIT_CTRL, 0), "gost_imit_ctrl"},
52     {ERR_PACK(0, GOST_F_GOST_IMIT_FINAL, 0), "gost_imit_final"},
53     {ERR_PACK(0, GOST_F_GOST_IMIT_UPDATE, 0), "gost_imit_update"},
54     {ERR_PACK(0, GOST_F_GOST_KDFTREE2012_256, 0), "gost_kdftree2012_256"},
55     {ERR_PACK(0, GOST_F_GOST_KEXP15, 0), "gost_kexp15"},
56     {ERR_PACK(0, GOST_F_GOST_KIMP15, 0), "gost_kimp15"},
57     {ERR_PACK(0, GOST_F_MAGMA_CIPHER_CTL, 0), "magma_cipher_ctl"},
58     {ERR_PACK(0, GOST_F_MAGMA_CIPHER_CTL_ACPKM_OMAC, 0),
59      "magma_cipher_ctl_acpkm_omac"},
60     {ERR_PACK(0, GOST_F_MAGMA_CIPHER_INIT_CTR_ACPKM_OMAC, 0),
61      "magma_cipher_init_ctr_acpkm_omac"},
62     {ERR_PACK(0, GOST_F_OMAC_ACPKM_IMIT_CTRL, 0), "omac_acpkm_imit_ctrl"},
63     {ERR_PACK(0, GOST_F_OMAC_ACPKM_IMIT_FINAL, 0), "omac_acpkm_imit_final"},
64     {ERR_PACK(0, GOST_F_OMAC_ACPKM_IMIT_UPDATE, 0), "omac_acpkm_imit_update"},
65     {ERR_PACK(0, GOST_F_OMAC_ACPKM_KEY, 0), "omac_acpkm_key"},
66     {ERR_PACK(0, GOST_F_OMAC_IMIT_CTRL, 0), "omac_imit_ctrl"},
67     {ERR_PACK(0, GOST_F_OMAC_IMIT_FINAL, 0), "omac_imit_final"},
68     {ERR_PACK(0, GOST_F_OMAC_IMIT_UPDATE, 0), "omac_imit_update"},
69     {ERR_PACK(0, GOST_F_OMAC_KEY, 0), "omac_key"},
70     {ERR_PACK(0, GOST_F_PARAM_COPY_GOST_EC, 0), "param_copy_gost_ec"},
71     {ERR_PACK(0, GOST_F_PKEY_GOST2001_PARAMGEN, 0), "pkey_gost2001_paramgen"},
72     {ERR_PACK(0, GOST_F_PKEY_GOST2012_PARAMGEN, 0), "pkey_gost2012_paramgen"},
73     {ERR_PACK(0, GOST_F_PKEY_GOST2018_DECRYPT, 0), "pkey_gost2018_decrypt"},
74     {ERR_PACK(0, GOST_F_PKEY_GOST2018_ENCRYPT, 0), "pkey_gost2018_encrypt"},
75     {ERR_PACK(0, GOST_F_PKEY_GOST_CTRL, 0), "pkey_gost_ctrl"},
76     {ERR_PACK(0, GOST_F_PKEY_GOST_DECRYPT, 0), "pkey_gost_decrypt"},
77     {ERR_PACK(0, GOST_F_PKEY_GOST_ECCP_DECRYPT, 0), "pkey_GOST_ECcp_decrypt"},
78     {ERR_PACK(0, GOST_F_PKEY_GOST_ECCP_ENCRYPT, 0), "pkey_GOST_ECcp_encrypt"},
79     {ERR_PACK(0, GOST_F_PKEY_GOST_EC_CTRL_STR_256, 0),
80      "pkey_gost_ec_ctrl_str_256"},
81     {ERR_PACK(0, GOST_F_PKEY_GOST_EC_CTRL_STR_512, 0),
82      "pkey_gost_ec_ctrl_str_512"},
83     {ERR_PACK(0, GOST_F_PKEY_GOST_EC_CTRL_STR_COMMON, 0),
84      "pkey_gost_ec_ctrl_str_common"},
85     {ERR_PACK(0, GOST_F_PKEY_GOST_EC_DERIVE, 0), "pkey_gost_ec_derive"},
86     {ERR_PACK(0, GOST_F_PKEY_GOST_ENCRYPT, 0), "pkey_gost_encrypt"},
87     {ERR_PACK(0, GOST_F_PKEY_GOST_GRASSHOPPER_MAC_SIGNCTX_INIT, 0),
88      "pkey_gost_grasshopper_mac_signctx_init"},
89     {ERR_PACK(0, GOST_F_PKEY_GOST_MAC_CTRL, 0), "pkey_gost_mac_ctrl"},
90     {ERR_PACK(0, GOST_F_PKEY_GOST_MAC_CTRL_STR, 0), "pkey_gost_mac_ctrl_str"},
91     {ERR_PACK(0, GOST_F_PKEY_GOST_MAC_KEYGEN_BASE, 0),
92      "pkey_gost_mac_keygen_base"},
93     {ERR_PACK(0, GOST_F_PKEY_GOST_MAC_SIGNCTX_INIT, 0),
94      "pkey_gost_mac_signctx_init"},
95     {ERR_PACK(0, GOST_F_PKEY_GOST_MAGMA_MAC_SIGNCTX_INIT, 0),
96      "pkey_gost_magma_mac_signctx_init"},
97     {ERR_PACK(0, GOST_F_PKEY_GOST_OMAC_CTRL, 0), "pkey_gost_omac_ctrl"},
98     {ERR_PACK(0, GOST_F_PKEY_GOST_OMAC_CTRL_STR, 0), "pkey_gost_omac_ctrl_str"},
99     {ERR_PACK(0, GOST_F_PRINT_GOST_EC_PUB, 0), "print_gost_ec_pub"},
100     {ERR_PACK(0, GOST_F_PRIV_DECODE_GOST, 0), "priv_decode_gost"},
101     {ERR_PACK(0, GOST_F_PUB_DECODE_GOST_EC, 0), "pub_decode_gost_ec"},
102     {ERR_PACK(0, GOST_F_PUB_ENCODE_GOST_EC, 0), "pub_encode_gost_ec"},
103     {ERR_PACK(0, GOST_F_UNPACK_CP_SIGNATURE, 0), "unpack_cp_signature"},
104     {ERR_PACK(0, GOST_F_VKO_COMPUTE_KEY, 0), "VKO_compute_key"},
105     {0, NULL}
106 };
107
108 static ERR_STRING_DATA GOST_str_reasons[] = {
109     {ERR_PACK(0, 0, GOST_R_BAD_KEY_PARAMETERS_FORMAT),
110     "bad key parameters format"},
111     {ERR_PACK(0, 0, GOST_R_BAD_MAC), "bad mac"},
112     {ERR_PACK(0, 0, GOST_R_BAD_ORDER), "bad order"},
113     {ERR_PACK(0, 0, GOST_R_BAD_PKEY_PARAMETERS_FORMAT),
114     "bad pkey parameters format"},
115     {ERR_PACK(0, 0, GOST_R_CANNOT_PACK_EPHEMERAL_KEY),
116     "cannot pack ephemeral key"},
117     {ERR_PACK(0, 0, GOST_R_CANNOT_UNPACK_EPHEMERAL_KEY),
118     "cannot unpack ephemeral key"},
119     {ERR_PACK(0, 0, GOST_R_CIPHER_NOT_FOUND), "cipher not found"},
120     {ERR_PACK(0, 0, GOST_R_CTRL_CALL_FAILED), "ctrl call failed"},
121     {ERR_PACK(0, 0, GOST_R_ERROR_COMPUTING_EXPORT_KEYS),
122     "error computing export keys"},
123     {ERR_PACK(0, 0, GOST_R_ERROR_COMPUTING_SHARED_KEY),
124     "error computing shared key"},
125     {ERR_PACK(0, 0, GOST_R_ERROR_DECODING_PUBLIC_KEY),
126     "error decoding public key"},
127     {ERR_PACK(0, 0, GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO),
128     "error parsing key transport info"},
129     {ERR_PACK(0, 0, GOST_R_ERROR_POINT_MUL), "error point mul"},
130     {ERR_PACK(0, 0, GOST_R_ERROR_SETTING_PEER_KEY), "error setting peer key"},
131     {ERR_PACK(0, 0, GOST_R_INCOMPATIBLE_ALGORITHMS), "incompatible algorithms"},
132     {ERR_PACK(0, 0, GOST_R_INCOMPATIBLE_PEER_KEY), "incompatible peer key"},
133     {ERR_PACK(0, 0, GOST_R_INVALID_CIPHER), "invalid cipher"},
134     {ERR_PACK(0, 0, GOST_R_INVALID_CIPHER_PARAMS), "invalid cipher params"},
135     {ERR_PACK(0, 0, GOST_R_INVALID_CIPHER_PARAM_OID),
136     "invalid cipher param oid"},
137     {ERR_PACK(0, 0, GOST_R_INVALID_DIGEST_TYPE), "invalid digest type"},
138     {ERR_PACK(0, 0, GOST_R_INVALID_IV_LENGTH), "invalid iv length"},
139     {ERR_PACK(0, 0, GOST_R_INVALID_MAC_KEY_LENGTH), "invalid mac key length"},
140     {ERR_PACK(0, 0, GOST_R_INVALID_MAC_KEY_SIZE), "invalid mac key size"},
141     {ERR_PACK(0, 0, GOST_R_INVALID_MAC_PARAMS), "invalid mac params"},
142     {ERR_PACK(0, 0, GOST_R_INVALID_MAC_SIZE), "invalid mac size"},
143     {ERR_PACK(0, 0, GOST_R_INVALID_PARAMSET), "invalid paramset"},
144     {ERR_PACK(0, 0, GOST_R_KEY_IS_NOT_INITIALIZED), "key is not initialized"},
145     {ERR_PACK(0, 0, GOST_R_KEY_PARAMETERS_MISSING), "key parameters missing"},
146     {ERR_PACK(0, 0, GOST_R_MAC_KEY_NOT_SET), "mac key not set"},
147     {ERR_PACK(0, 0, GOST_R_NO_PARAMETERS_SET), "no parameters set"},
148     {ERR_PACK(0, 0, GOST_R_NO_PEER_KEY), "no peer key"},
149     {ERR_PACK(0, 0, GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR),
150     "no private part of non ephemeral keypair"},
151     {ERR_PACK(0, 0, GOST_R_PUBLIC_KEY_UNDEFINED), "public key undefined"},
152     {ERR_PACK(0, 0, GOST_R_RNG_ERROR), "rng error"},
153     {ERR_PACK(0, 0, GOST_R_SIGNATURE_MISMATCH), "signature mismatch"},
154     {ERR_PACK(0, 0, GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q),
155     "signature parts greater than q"},
156     {ERR_PACK(0, 0, GOST_R_UKM_NOT_SET), "ukm not set"},
157     {ERR_PACK(0, 0, GOST_R_UNSUPPORTED_CIPHER_CTL_COMMAND),
158     "unsupported cipher ctl command"},
159     {ERR_PACK(0, 0, GOST_R_UNSUPPORTED_PARAMETER_SET),
160     "unsupported parameter set"},
161     {ERR_PACK(0, 0, GOST_R_UNSUPPORTED_RECIPIENT_INFO),
162     "unsupported recipient info"},
163     {0, NULL}
164 };
165
166 #endif
167
168 static int lib_code = 0;
169 static int error_loaded = 0;
170
171 int ERR_load_GOST_strings(void)
172 {
173     if (lib_code == 0)
174         lib_code = ERR_get_next_error_library();
175
176     if (!error_loaded) {
177 #ifndef OPENSSL_NO_ERR
178         ERR_load_strings(lib_code, GOST_str_functs);
179         ERR_load_strings(lib_code, GOST_str_reasons);
180 #endif
181         error_loaded = 1;
182     }
183     return 1;
184 }
185
186 void ERR_unload_GOST_strings(void)
187 {
188     if (error_loaded) {
189 #ifndef OPENSSL_NO_ERR
190         ERR_unload_strings(lib_code, GOST_str_functs);
191         ERR_unload_strings(lib_code, GOST_str_reasons);
192 #endif
193         error_loaded = 0;
194     }
195 }
196
197 void ERR_GOST_error(int function, int reason, char *file, int line)
198 {
199     if (lib_code == 0)
200         lib_code = ERR_get_next_error_library();
201     ERR_PUT_error(lib_code, function, reason, file, line);
202 }