]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - e_gost_err.c
9089c4ba5690b5717c35f38051a2a7cdba60cd9f
[openssl-gost/engine.git] / e_gost_err.c
1 /*
2  * Generated by util/mkerr.pl DO NOT EDIT
3  * Copyright 1995-2018 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_GOST89_GET_ASN1_PARAMETERS, 0),
24      "gost89_get_asn1_parameters"},
25     {ERR_PACK(0, GOST_F_GOST89_SET_ASN1_PARAMETERS, 0),
26      "gost89_set_asn1_parameters"},
27     {ERR_PACK(0, GOST_F_GOST_CIPHER_CTL, 0), "gost_cipher_ctl"},
28     {ERR_PACK(0, GOST_F_GOST_EC_COMPUTE_PUBLIC, 0), "gost_ec_compute_public"},
29     {ERR_PACK(0, GOST_F_GOST_EC_KEYGEN, 0), "gost_ec_keygen"},
30     {ERR_PACK(0, GOST_F_GOST_EC_SIGN, 0), "gost_ec_sign"},
31     {ERR_PACK(0, GOST_F_GOST_EC_VERIFY, 0), "gost_ec_verify"},
32     {ERR_PACK(0, GOST_F_GOST_GRASSHOPPER_CIPHER_CTL, 0),
33      "gost_grasshopper_cipher_ctl"},
34     {ERR_PACK(0, GOST_F_GOST_GRASSHOPPER_SET_ASN1_PARAMETERS, 0),
35      "gost_grasshopper_set_asn1_parameters"},
36     {ERR_PACK(0, GOST_F_GOST_IMIT_CTRL, 0), "gost_imit_ctrl"},
37     {ERR_PACK(0, GOST_F_GOST_IMIT_FINAL, 0), "gost_imit_final"},
38     {ERR_PACK(0, GOST_F_GOST_IMIT_UPDATE, 0), "gost_imit_update"},
39     {ERR_PACK(0, GOST_F_MAGMA_IMIT_FINAL, 0), "magma_imit_final"},
40     {ERR_PACK(0, GOST_F_MAGMA_IMIT_UPDATE, 0), "magma_imit_update"},
41     {ERR_PACK(0, GOST_F_PARAM_COPY_GOST_EC, 0), "param_copy_gost_ec"},
42     {ERR_PACK(0, GOST_F_PKEY_GOST2001_PARAMGEN, 0), "pkey_gost2001_paramgen"},
43     {ERR_PACK(0, GOST_F_PKEY_GOST2012_PARAMGEN, 0), "pkey_gost2012_paramgen"},
44     {ERR_PACK(0, GOST_F_PKEY_GOST_CTRL, 0), "pkey_gost_ctrl"},
45     {ERR_PACK(0, GOST_F_PKEY_GOST_ECCP_DECRYPT, 0), "pkey_GOST_ECcp_decrypt"},
46     {ERR_PACK(0, GOST_F_PKEY_GOST_ECCP_ENCRYPT, 0), "pkey_GOST_ECcp_encrypt"},
47     {ERR_PACK(0, GOST_F_PKEY_GOST_EC_CTRL_STR_256, 0),
48      "pkey_gost_ec_ctrl_str_256"},
49     {ERR_PACK(0, GOST_F_PKEY_GOST_EC_CTRL_STR_512, 0),
50      "pkey_gost_ec_ctrl_str_512"},
51     {ERR_PACK(0, GOST_F_PKEY_GOST_EC_DERIVE, 0), "pkey_gost_ec_derive"},
52     {ERR_PACK(0, GOST_F_PKEY_GOST_MAC_CTRL, 0), "pkey_gost_mac_ctrl"},
53     {ERR_PACK(0, GOST_F_PKEY_GOST_MAC_CTRL_STR, 0), "pkey_gost_mac_ctrl_str"},
54     {ERR_PACK(0, GOST_F_PKEY_GOST_MAC_KEYGEN_BASE, 0),
55      "pkey_gost_mac_keygen_base"},
56     {ERR_PACK(0, GOST_F_PKEY_GOST_MAC_SIGNCTX_INIT, 0),
57      "pkey_gost_mac_signctx_init"},
58     {ERR_PACK(0, GOST_F_PRINT_GOST_EC_PUB, 0), "print_gost_ec_pub"},
59     {ERR_PACK(0, GOST_F_PRIV_DECODE_GOST, 0), "priv_decode_gost"},
60     {ERR_PACK(0, GOST_F_PUB_DECODE_GOST_EC, 0), "pub_decode_gost_ec"},
61     {ERR_PACK(0, GOST_F_PUB_ENCODE_GOST_EC, 0), "pub_encode_gost_ec"},
62     {ERR_PACK(0, GOST_F_UNPACK_CP_SIGNATURE, 0), "unpack_cp_signature"},
63     {ERR_PACK(0, GOST_F_VKO_COMPUTE_KEY, 0), "VKO_compute_key"},
64     {0, NULL}
65 };
66
67 static ERR_STRING_DATA GOST_str_reasons[] = {
68     {ERR_PACK(0, 0, GOST_R_BAD_KEY_PARAMETERS_FORMAT),
69     "bad key parameters format"},
70     {ERR_PACK(0, 0, GOST_R_BAD_PKEY_PARAMETERS_FORMAT),
71     "bad pkey parameters format"},
72     {ERR_PACK(0, 0, GOST_R_CANNOT_PACK_EPHEMERAL_KEY),
73     "cannot pack ephemeral key"},
74     {ERR_PACK(0, 0, GOST_R_CTRL_CALL_FAILED), "ctrl call failed"},
75     {ERR_PACK(0, 0, GOST_R_ERROR_COMPUTING_SHARED_KEY),
76     "error computing shared key"},
77     {ERR_PACK(0, 0, GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO),
78     "error parsing key transport info"},
79     {ERR_PACK(0, 0, GOST_R_ERROR_POINT_MUL), "error point mul"},
80     {ERR_PACK(0, 0, GOST_R_INCOMPATIBLE_ALGORITHMS), "incompatible algorithms"},
81     {ERR_PACK(0, 0, GOST_R_INCOMPATIBLE_PEER_KEY), "incompatible peer key"},
82     {ERR_PACK(0, 0, GOST_R_INVALID_CIPHER_PARAMS), "invalid cipher params"},
83     {ERR_PACK(0, 0, GOST_R_INVALID_CIPHER_PARAM_OID),
84     "invalid cipher param oid"},
85     {ERR_PACK(0, 0, GOST_R_INVALID_DIGEST_TYPE), "invalid digest type"},
86     {ERR_PACK(0, 0, GOST_R_INVALID_IV_LENGTH), "invalid iv length"},
87     {ERR_PACK(0, 0, GOST_R_INVALID_MAC_KEY_LENGTH), "invalid mac key length"},
88     {ERR_PACK(0, 0, GOST_R_INVALID_MAC_KEY_SIZE), "invalid mac key size"},
89     {ERR_PACK(0, 0, GOST_R_INVALID_MAC_PARAMS), "invalid mac params"},
90     {ERR_PACK(0, 0, GOST_R_INVALID_MAC_SIZE), "invalid mac size"},
91     {ERR_PACK(0, 0, GOST_R_INVALID_PARAMSET), "invalid paramset"},
92     {ERR_PACK(0, 0, GOST_R_KEY_IS_NOT_INITIALIZED), "key is not initialized"},
93     {ERR_PACK(0, 0, GOST_R_KEY_PARAMETERS_MISSING), "key parameters missing"},
94     {ERR_PACK(0, 0, GOST_R_MAC_KEY_NOT_SET), "mac key not set"},
95     {ERR_PACK(0, 0, GOST_R_NO_PARAMETERS_SET), "no parameters set"},
96     {ERR_PACK(0, 0, GOST_R_NO_PEER_KEY), "no peer key"},
97     {ERR_PACK(0, 0, GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR),
98     "no private part of non ephemeral keypair"},
99     {ERR_PACK(0, 0, GOST_R_PUBLIC_KEY_UNDEFINED), "public key undefined"},
100     {ERR_PACK(0, 0, GOST_R_RNG_ERROR), "rng error"},
101     {ERR_PACK(0, 0, GOST_R_SIGNATURE_MISMATCH), "signature mismatch"},
102     {ERR_PACK(0, 0, GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q),
103     "signature parts greater than q"},
104     {ERR_PACK(0, 0, GOST_R_UKM_NOT_SET), "ukm not set"},
105     {ERR_PACK(0, 0, GOST_R_UNSUPPORTED_CIPHER_CTL_COMMAND),
106     "unsupported cipher ctl command"},
107     {ERR_PACK(0, 0, GOST_R_UNSUPPORTED_PARAMETER_SET),
108     "unsupported parameter set"},
109     {0, NULL}
110 };
111
112 #endif
113
114 static int lib_code = 0;
115 static int error_loaded = 0;
116
117 int ERR_load_GOST_strings(void)
118 {
119     if (lib_code == 0)
120         lib_code = ERR_get_next_error_library();
121
122     if (!error_loaded) {
123 #ifndef OPENSSL_NO_ERR
124         ERR_load_strings(lib_code, GOST_str_functs);
125         ERR_load_strings(lib_code, GOST_str_reasons);
126 #endif
127         error_loaded = 1;
128     }
129     return 1;
130 }
131
132 void ERR_unload_GOST_strings(void)
133 {
134     if (error_loaded) {
135 #ifndef OPENSSL_NO_ERR
136         ERR_unload_strings(lib_code, GOST_str_functs);
137         ERR_unload_strings(lib_code, GOST_str_reasons);
138 #endif
139         error_loaded = 0;
140     }
141 }
142
143 void ERR_GOST_error(int function, int reason, char *file, int line)
144 {
145     if (lib_code == 0)
146         lib_code = ERR_get_next_error_library();
147     ERR_PUT_error(lib_code, function, reason, file, line);
148 }