]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - e_gost_err.c
OMACs implementation. Unfinished.
[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_OMAC_IMIT_CTRL, 0), "omac_imit_ctrl"},
40     {ERR_PACK(0, GOST_F_OMAC_IMIT_FINAL, 0), "omac_imit_final"},
41     {ERR_PACK(0, GOST_F_OMAC_IMIT_UPDATE, 0), "omac_imit_update"},
42     {ERR_PACK(0, GOST_F_OMAC_KEY, 0), "omac_key"},
43     {ERR_PACK(0, GOST_F_PARAM_COPY_GOST_EC, 0), "param_copy_gost_ec"},
44     {ERR_PACK(0, GOST_F_PKEY_GOST2001_PARAMGEN, 0), "pkey_gost2001_paramgen"},
45     {ERR_PACK(0, GOST_F_PKEY_GOST2012_PARAMGEN, 0), "pkey_gost2012_paramgen"},
46     {ERR_PACK(0, GOST_F_PKEY_GOST_CTRL, 0), "pkey_gost_ctrl"},
47     {ERR_PACK(0, GOST_F_PKEY_GOST_ECCP_DECRYPT, 0), "pkey_GOST_ECcp_decrypt"},
48     {ERR_PACK(0, GOST_F_PKEY_GOST_ECCP_ENCRYPT, 0), "pkey_GOST_ECcp_encrypt"},
49     {ERR_PACK(0, GOST_F_PKEY_GOST_EC_CTRL_STR_256, 0),
50      "pkey_gost_ec_ctrl_str_256"},
51     {ERR_PACK(0, GOST_F_PKEY_GOST_EC_CTRL_STR_512, 0),
52      "pkey_gost_ec_ctrl_str_512"},
53     {ERR_PACK(0, GOST_F_PKEY_GOST_EC_DERIVE, 0), "pkey_gost_ec_derive"},
54     {ERR_PACK(0, GOST_F_PKEY_GOST_MAC_CTRL, 0), "pkey_gost_mac_ctrl"},
55     {ERR_PACK(0, GOST_F_PKEY_GOST_MAC_CTRL_STR, 0), "pkey_gost_mac_ctrl_str"},
56     {ERR_PACK(0, GOST_F_PKEY_GOST_MAC_KEYGEN_BASE, 0),
57      "pkey_gost_mac_keygen_base"},
58     {ERR_PACK(0, GOST_F_PKEY_GOST_MAC_SIGNCTX_INIT, 0),
59      "pkey_gost_mac_signctx_init"},
60     {ERR_PACK(0, GOST_F_PRINT_GOST_EC_PUB, 0), "print_gost_ec_pub"},
61     {ERR_PACK(0, GOST_F_PRIV_DECODE_GOST, 0), "priv_decode_gost"},
62     {ERR_PACK(0, GOST_F_PUB_DECODE_GOST_EC, 0), "pub_decode_gost_ec"},
63     {ERR_PACK(0, GOST_F_PUB_ENCODE_GOST_EC, 0), "pub_encode_gost_ec"},
64     {ERR_PACK(0, GOST_F_UNPACK_CP_SIGNATURE, 0), "unpack_cp_signature"},
65     {ERR_PACK(0, GOST_F_VKO_COMPUTE_KEY, 0), "VKO_compute_key"},
66     {0, NULL}
67 };
68
69 static ERR_STRING_DATA GOST_str_reasons[] = {
70     {ERR_PACK(0, 0, GOST_R_BAD_KEY_PARAMETERS_FORMAT),
71     "bad key parameters format"},
72     {ERR_PACK(0, 0, GOST_R_BAD_ORDER), "bad order"},
73     {ERR_PACK(0, 0, GOST_R_BAD_PKEY_PARAMETERS_FORMAT),
74     "bad pkey parameters format"},
75     {ERR_PACK(0, 0, GOST_R_CANNOT_PACK_EPHEMERAL_KEY),
76     "cannot pack ephemeral key"},
77     {ERR_PACK(0, 0, GOST_R_CIPHER_NOT_FOUND), "cipher not found"},
78     {ERR_PACK(0, 0, GOST_R_CTRL_CALL_FAILED), "ctrl call failed"},
79     {ERR_PACK(0, 0, GOST_R_ERROR_COMPUTING_SHARED_KEY),
80     "error computing shared key"},
81     {ERR_PACK(0, 0, GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO),
82     "error parsing key transport info"},
83     {ERR_PACK(0, 0, GOST_R_ERROR_POINT_MUL), "error point mul"},
84     {ERR_PACK(0, 0, GOST_R_INCOMPATIBLE_ALGORITHMS), "incompatible algorithms"},
85     {ERR_PACK(0, 0, GOST_R_INCOMPATIBLE_PEER_KEY), "incompatible peer key"},
86     {ERR_PACK(0, 0, GOST_R_INVALID_CIPHER_PARAMS), "invalid cipher params"},
87     {ERR_PACK(0, 0, GOST_R_INVALID_CIPHER_PARAM_OID),
88     "invalid cipher param oid"},
89     {ERR_PACK(0, 0, GOST_R_INVALID_DIGEST_TYPE), "invalid digest type"},
90     {ERR_PACK(0, 0, GOST_R_INVALID_IV_LENGTH), "invalid iv length"},
91     {ERR_PACK(0, 0, GOST_R_INVALID_MAC_KEY_LENGTH), "invalid mac key length"},
92     {ERR_PACK(0, 0, GOST_R_INVALID_MAC_KEY_SIZE), "invalid mac key size"},
93     {ERR_PACK(0, 0, GOST_R_INVALID_MAC_PARAMS), "invalid mac params"},
94     {ERR_PACK(0, 0, GOST_R_INVALID_MAC_SIZE), "invalid mac size"},
95     {ERR_PACK(0, 0, GOST_R_INVALID_PARAMSET), "invalid paramset"},
96     {ERR_PACK(0, 0, GOST_R_KEY_IS_NOT_INITIALIZED), "key is not initialized"},
97     {ERR_PACK(0, 0, GOST_R_KEY_PARAMETERS_MISSING), "key parameters missing"},
98     {ERR_PACK(0, 0, GOST_R_MAC_KEY_NOT_SET), "mac key not set"},
99     {ERR_PACK(0, 0, GOST_R_NO_PARAMETERS_SET), "no parameters set"},
100     {ERR_PACK(0, 0, GOST_R_NO_PEER_KEY), "no peer key"},
101     {ERR_PACK(0, 0, GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR),
102     "no private part of non ephemeral keypair"},
103     {ERR_PACK(0, 0, GOST_R_PUBLIC_KEY_UNDEFINED), "public key undefined"},
104     {ERR_PACK(0, 0, GOST_R_RNG_ERROR), "rng error"},
105     {ERR_PACK(0, 0, GOST_R_SIGNATURE_MISMATCH), "signature mismatch"},
106     {ERR_PACK(0, 0, GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q),
107     "signature parts greater than q"},
108     {ERR_PACK(0, 0, GOST_R_UKM_NOT_SET), "ukm not set"},
109     {ERR_PACK(0, 0, GOST_R_UNSUPPORTED_CIPHER_CTL_COMMAND),
110     "unsupported cipher ctl command"},
111     {ERR_PACK(0, 0, GOST_R_UNSUPPORTED_PARAMETER_SET),
112     "unsupported parameter set"},
113     {0, NULL}
114 };
115
116 #endif
117
118 static int lib_code = 0;
119 static int error_loaded = 0;
120
121 int ERR_load_GOST_strings(void)
122 {
123     if (lib_code == 0)
124         lib_code = ERR_get_next_error_library();
125
126     if (!error_loaded) {
127 #ifndef OPENSSL_NO_ERR
128         ERR_load_strings(lib_code, GOST_str_functs);
129         ERR_load_strings(lib_code, GOST_str_reasons);
130 #endif
131         error_loaded = 1;
132     }
133     return 1;
134 }
135
136 void ERR_unload_GOST_strings(void)
137 {
138     if (error_loaded) {
139 #ifndef OPENSSL_NO_ERR
140         ERR_unload_strings(lib_code, GOST_str_functs);
141         ERR_unload_strings(lib_code, GOST_str_reasons);
142 #endif
143         error_loaded = 0;
144     }
145 }
146
147 void ERR_GOST_error(int function, int reason, char *file, int line)
148 {
149     if (lib_code == 0)
150         lib_code = ERR_get_next_error_library();
151     ERR_PUT_error(lib_code, function, reason, file, line);
152 }