1 |
|
|
/* $OpenBSD: ec_err.c,v 1.9 2014/07/10 22:45:57 jsing Exp $ */ |
2 |
|
|
/* ==================================================================== |
3 |
|
|
* Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. |
4 |
|
|
* |
5 |
|
|
* Redistribution and use in source and binary forms, with or without |
6 |
|
|
* modification, are permitted provided that the following conditions |
7 |
|
|
* are met: |
8 |
|
|
* |
9 |
|
|
* 1. Redistributions of source code must retain the above copyright |
10 |
|
|
* notice, this list of conditions and the following disclaimer. |
11 |
|
|
* |
12 |
|
|
* 2. Redistributions in binary form must reproduce the above copyright |
13 |
|
|
* notice, this list of conditions and the following disclaimer in |
14 |
|
|
* the documentation and/or other materials provided with the |
15 |
|
|
* distribution. |
16 |
|
|
* |
17 |
|
|
* 3. All advertising materials mentioning features or use of this |
18 |
|
|
* software must display the following acknowledgment: |
19 |
|
|
* "This product includes software developed by the OpenSSL Project |
20 |
|
|
* for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" |
21 |
|
|
* |
22 |
|
|
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to |
23 |
|
|
* endorse or promote products derived from this software without |
24 |
|
|
* prior written permission. For written permission, please contact |
25 |
|
|
* openssl-core@OpenSSL.org. |
26 |
|
|
* |
27 |
|
|
* 5. Products derived from this software may not be called "OpenSSL" |
28 |
|
|
* nor may "OpenSSL" appear in their names without prior written |
29 |
|
|
* permission of the OpenSSL Project. |
30 |
|
|
* |
31 |
|
|
* 6. Redistributions of any form whatsoever must retain the following |
32 |
|
|
* acknowledgment: |
33 |
|
|
* "This product includes software developed by the OpenSSL Project |
34 |
|
|
* for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" |
35 |
|
|
* |
36 |
|
|
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY |
37 |
|
|
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
38 |
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
39 |
|
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR |
40 |
|
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
41 |
|
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
42 |
|
|
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
43 |
|
|
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
44 |
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
45 |
|
|
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
46 |
|
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
47 |
|
|
* OF THE POSSIBILITY OF SUCH DAMAGE. |
48 |
|
|
* ==================================================================== |
49 |
|
|
* |
50 |
|
|
* This product includes cryptographic software written by Eric Young |
51 |
|
|
* (eay@cryptsoft.com). This product includes software written by Tim |
52 |
|
|
* Hudson (tjh@cryptsoft.com). |
53 |
|
|
* |
54 |
|
|
*/ |
55 |
|
|
|
56 |
|
|
/* NOTE: this file was auto generated by the mkerr.pl script: any changes |
57 |
|
|
* made to it will be overwritten when the script next updates this file, |
58 |
|
|
* only reason strings will be preserved. |
59 |
|
|
*/ |
60 |
|
|
|
61 |
|
|
#include <stdio.h> |
62 |
|
|
|
63 |
|
|
#include <openssl/opensslconf.h> |
64 |
|
|
|
65 |
|
|
#include <openssl/err.h> |
66 |
|
|
#include <openssl/ec.h> |
67 |
|
|
|
68 |
|
|
/* BEGIN ERROR CODES */ |
69 |
|
|
#ifndef OPENSSL_NO_ERR |
70 |
|
|
|
71 |
|
|
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_EC,func,0) |
72 |
|
|
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason) |
73 |
|
|
|
74 |
|
|
static ERR_STRING_DATA EC_str_functs[] = |
75 |
|
|
{ |
76 |
|
|
{ERR_FUNC(EC_F_BN_TO_FELEM), "BN_TO_FELEM"}, |
77 |
|
|
{ERR_FUNC(EC_F_COMPUTE_WNAF), "COMPUTE_WNAF"}, |
78 |
|
|
{ERR_FUNC(EC_F_D2I_ECPARAMETERS), "d2i_ECParameters"}, |
79 |
|
|
{ERR_FUNC(EC_F_D2I_ECPKPARAMETERS), "d2i_ECPKParameters"}, |
80 |
|
|
{ERR_FUNC(EC_F_D2I_ECPRIVATEKEY), "d2i_ECPrivateKey"}, |
81 |
|
|
{ERR_FUNC(EC_F_DO_EC_KEY_PRINT), "DO_EC_KEY_PRINT"}, |
82 |
|
|
{ERR_FUNC(EC_F_ECKEY_PARAM2TYPE), "ECKEY_PARAM2TYPE"}, |
83 |
|
|
{ERR_FUNC(EC_F_ECKEY_PARAM_DECODE), "ECKEY_PARAM_DECODE"}, |
84 |
|
|
{ERR_FUNC(EC_F_ECKEY_PRIV_DECODE), "ECKEY_PRIV_DECODE"}, |
85 |
|
|
{ERR_FUNC(EC_F_ECKEY_PRIV_ENCODE), "ECKEY_PRIV_ENCODE"}, |
86 |
|
|
{ERR_FUNC(EC_F_ECKEY_PUB_DECODE), "ECKEY_PUB_DECODE"}, |
87 |
|
|
{ERR_FUNC(EC_F_ECKEY_PUB_ENCODE), "ECKEY_PUB_ENCODE"}, |
88 |
|
|
{ERR_FUNC(EC_F_ECKEY_TYPE2PARAM), "ECKEY_TYPE2PARAM"}, |
89 |
|
|
{ERR_FUNC(EC_F_ECPARAMETERS_PRINT), "ECParameters_print"}, |
90 |
|
|
{ERR_FUNC(EC_F_ECPARAMETERS_PRINT_FP), "ECParameters_print_fp"}, |
91 |
|
|
{ERR_FUNC(EC_F_ECPKPARAMETERS_PRINT), "ECPKParameters_print"}, |
92 |
|
|
{ERR_FUNC(EC_F_ECPKPARAMETERS_PRINT_FP), "ECPKParameters_print_fp"}, |
93 |
|
|
{ERR_FUNC(EC_F_ECP_NIST_MOD_192), "ECP_NIST_MOD_192"}, |
94 |
|
|
{ERR_FUNC(EC_F_ECP_NIST_MOD_224), "ECP_NIST_MOD_224"}, |
95 |
|
|
{ERR_FUNC(EC_F_ECP_NIST_MOD_256), "ECP_NIST_MOD_256"}, |
96 |
|
|
{ERR_FUNC(EC_F_ECP_NIST_MOD_521), "ECP_NIST_MOD_521"}, |
97 |
|
|
{ERR_FUNC(EC_F_EC_ASN1_GROUP2CURVE), "EC_ASN1_GROUP2CURVE"}, |
98 |
|
|
{ERR_FUNC(EC_F_EC_ASN1_GROUP2FIELDID), "EC_ASN1_GROUP2FIELDID"}, |
99 |
|
|
{ERR_FUNC(EC_F_EC_ASN1_GROUP2PARAMETERS), "EC_ASN1_GROUP2PARAMETERS"}, |
100 |
|
|
{ERR_FUNC(EC_F_EC_ASN1_GROUP2PKPARAMETERS), "EC_ASN1_GROUP2PKPARAMETERS"}, |
101 |
|
|
{ERR_FUNC(EC_F_EC_ASN1_PARAMETERS2GROUP), "EC_ASN1_PARAMETERS2GROUP"}, |
102 |
|
|
{ERR_FUNC(EC_F_EC_ASN1_PKPARAMETERS2GROUP), "EC_ASN1_PKPARAMETERS2GROUP"}, |
103 |
|
|
{ERR_FUNC(EC_F_EC_EX_DATA_SET_DATA), "EC_EX_DATA_set_data"}, |
104 |
|
|
{ERR_FUNC(EC_F_EC_GF2M_MONTGOMERY_POINT_MULTIPLY), "EC_GF2M_MONTGOMERY_POINT_MULTIPLY"}, |
105 |
|
|
{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_GROUP_CHECK_DISCRIMINANT), "ec_GF2m_simple_group_check_discriminant"}, |
106 |
|
|
{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_GROUP_SET_CURVE), "ec_GF2m_simple_group_set_curve"}, |
107 |
|
|
{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_OCT2POINT), "ec_GF2m_simple_oct2point"}, |
108 |
|
|
{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_POINT2OCT), "ec_GF2m_simple_point2oct"}, |
109 |
|
|
{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_POINT_GET_AFFINE_COORDINATES), "ec_GF2m_simple_point_get_affine_coordinates"}, |
110 |
|
|
{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_POINT_SET_AFFINE_COORDINATES), "ec_GF2m_simple_point_set_affine_coordinates"}, |
111 |
|
|
{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_SET_COMPRESSED_COORDINATES), "ec_GF2m_simple_set_compressed_coordinates"}, |
112 |
|
|
{ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_DECODE), "ec_GFp_mont_field_decode"}, |
113 |
|
|
{ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_ENCODE), "ec_GFp_mont_field_encode"}, |
114 |
|
|
{ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_MUL), "ec_GFp_mont_field_mul"}, |
115 |
|
|
{ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_SET_TO_ONE), "ec_GFp_mont_field_set_to_one"}, |
116 |
|
|
{ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_SQR), "ec_GFp_mont_field_sqr"}, |
117 |
|
|
{ERR_FUNC(EC_F_EC_GFP_MONT_GROUP_SET_CURVE), "ec_GFp_mont_group_set_curve"}, |
118 |
|
|
{ERR_FUNC(EC_F_EC_GFP_MONT_GROUP_SET_CURVE_GFP), "EC_GFP_MONT_GROUP_SET_CURVE_GFP"}, |
119 |
|
|
{ERR_FUNC(EC_F_EC_GFP_NISTP224_GROUP_SET_CURVE), "ec_GFp_nistp224_group_set_curve"}, |
120 |
|
|
{ERR_FUNC(EC_F_EC_GFP_NISTP224_POINTS_MUL), "ec_GFp_nistp224_points_mul"}, |
121 |
|
|
{ERR_FUNC(EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES), "ec_GFp_nistp224_point_get_affine_coordinates"}, |
122 |
|
|
{ERR_FUNC(EC_F_EC_GFP_NISTP256_GROUP_SET_CURVE), "ec_GFp_nistp256_group_set_curve"}, |
123 |
|
|
{ERR_FUNC(EC_F_EC_GFP_NISTP256_POINTS_MUL), "ec_GFp_nistp256_points_mul"}, |
124 |
|
|
{ERR_FUNC(EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES), "ec_GFp_nistp256_point_get_affine_coordinates"}, |
125 |
|
|
{ERR_FUNC(EC_F_EC_GFP_NISTP521_GROUP_SET_CURVE), "ec_GFp_nistp521_group_set_curve"}, |
126 |
|
|
{ERR_FUNC(EC_F_EC_GFP_NISTP521_POINTS_MUL), "ec_GFp_nistp521_points_mul"}, |
127 |
|
|
{ERR_FUNC(EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES), "ec_GFp_nistp521_point_get_affine_coordinates"}, |
128 |
|
|
{ERR_FUNC(EC_F_EC_GFP_NIST_FIELD_MUL), "ec_GFp_nist_field_mul"}, |
129 |
|
|
{ERR_FUNC(EC_F_EC_GFP_NIST_FIELD_SQR), "ec_GFp_nist_field_sqr"}, |
130 |
|
|
{ERR_FUNC(EC_F_EC_GFP_NIST_GROUP_SET_CURVE), "ec_GFp_nist_group_set_curve"}, |
131 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_CHECK_DISCRIMINANT), "ec_GFp_simple_group_check_discriminant"}, |
132 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE), "ec_GFp_simple_group_set_curve"}, |
133 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE_GFP), "EC_GFP_SIMPLE_GROUP_SET_CURVE_GFP"}, |
134 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_SET_GENERATOR), "EC_GFP_SIMPLE_GROUP_SET_GENERATOR"}, |
135 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_MAKE_AFFINE), "ec_GFp_simple_make_affine"}, |
136 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_OCT2POINT), "ec_GFp_simple_oct2point"}, |
137 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT2OCT), "ec_GFp_simple_point2oct"}, |
138 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINTS_MAKE_AFFINE), "ec_GFp_simple_points_make_affine"}, |
139 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES), "ec_GFp_simple_point_get_affine_coordinates"}, |
140 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES_GFP), "EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES_GFP"}, |
141 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES), "ec_GFp_simple_point_set_affine_coordinates"}, |
142 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES_GFP), "EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES_GFP"}, |
143 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES), "ec_GFp_simple_set_compressed_coordinates"}, |
144 |
|
|
{ERR_FUNC(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES_GFP), "EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES_GFP"}, |
145 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_CHECK), "EC_GROUP_check"}, |
146 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_CHECK_DISCRIMINANT), "EC_GROUP_check_discriminant"}, |
147 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_COPY), "EC_GROUP_copy"}, |
148 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_GET0_GENERATOR), "EC_GROUP_get0_generator"}, |
149 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_GET_COFACTOR), "EC_GROUP_get_cofactor"}, |
150 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_GET_CURVE_GF2M), "EC_GROUP_get_curve_GF2m"}, |
151 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_GET_CURVE_GFP), "EC_GROUP_get_curve_GFp"}, |
152 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_GET_DEGREE), "EC_GROUP_get_degree"}, |
153 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_GET_ORDER), "EC_GROUP_get_order"}, |
154 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_GET_PENTANOMIAL_BASIS), "EC_GROUP_get_pentanomial_basis"}, |
155 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_GET_TRINOMIAL_BASIS), "EC_GROUP_get_trinomial_basis"}, |
156 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_NEW), "EC_GROUP_new"}, |
157 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_NEW_BY_CURVE_NAME), "EC_GROUP_new_by_curve_name"}, |
158 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_NEW_FROM_DATA), "EC_GROUP_NEW_FROM_DATA"}, |
159 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_PRECOMPUTE_MULT), "EC_GROUP_precompute_mult"}, |
160 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_SET_CURVE_GF2M), "EC_GROUP_set_curve_GF2m"}, |
161 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_SET_CURVE_GFP), "EC_GROUP_set_curve_GFp"}, |
162 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_SET_EXTRA_DATA), "EC_GROUP_SET_EXTRA_DATA"}, |
163 |
|
|
{ERR_FUNC(EC_F_EC_GROUP_SET_GENERATOR), "EC_GROUP_set_generator"}, |
164 |
|
|
{ERR_FUNC(EC_F_EC_KEY_CHECK_KEY), "EC_KEY_check_key"}, |
165 |
|
|
{ERR_FUNC(EC_F_EC_KEY_COPY), "EC_KEY_copy"}, |
166 |
|
|
{ERR_FUNC(EC_F_EC_KEY_GENERATE_KEY), "EC_KEY_generate_key"}, |
167 |
|
|
{ERR_FUNC(EC_F_EC_KEY_NEW), "EC_KEY_new"}, |
168 |
|
|
{ERR_FUNC(EC_F_EC_KEY_PRINT), "EC_KEY_print"}, |
169 |
|
|
{ERR_FUNC(EC_F_EC_KEY_PRINT_FP), "EC_KEY_print_fp"}, |
170 |
|
|
{ERR_FUNC(EC_F_EC_KEY_SET_PUBLIC_KEY_AFFINE_COORDINATES), "EC_KEY_set_public_key_affine_coordinates"}, |
171 |
|
|
{ERR_FUNC(EC_F_EC_POINTS_MAKE_AFFINE), "EC_POINTs_make_affine"}, |
172 |
|
|
{ERR_FUNC(EC_F_EC_POINT_ADD), "EC_POINT_add"}, |
173 |
|
|
{ERR_FUNC(EC_F_EC_POINT_CMP), "EC_POINT_cmp"}, |
174 |
|
|
{ERR_FUNC(EC_F_EC_POINT_COPY), "EC_POINT_copy"}, |
175 |
|
|
{ERR_FUNC(EC_F_EC_POINT_DBL), "EC_POINT_dbl"}, |
176 |
|
|
{ERR_FUNC(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GF2M), "EC_POINT_get_affine_coordinates_GF2m"}, |
177 |
|
|
{ERR_FUNC(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GFP), "EC_POINT_get_affine_coordinates_GFp"}, |
178 |
|
|
{ERR_FUNC(EC_F_EC_POINT_GET_JPROJECTIVE_COORDINATES_GFP), "EC_POINT_get_Jprojective_coordinates_GFp"}, |
179 |
|
|
{ERR_FUNC(EC_F_EC_POINT_INVERT), "EC_POINT_invert"}, |
180 |
|
|
{ERR_FUNC(EC_F_EC_POINT_IS_AT_INFINITY), "EC_POINT_is_at_infinity"}, |
181 |
|
|
{ERR_FUNC(EC_F_EC_POINT_IS_ON_CURVE), "EC_POINT_is_on_curve"}, |
182 |
|
|
{ERR_FUNC(EC_F_EC_POINT_MAKE_AFFINE), "EC_POINT_make_affine"}, |
183 |
|
|
{ERR_FUNC(EC_F_EC_POINT_MUL), "EC_POINT_mul"}, |
184 |
|
|
{ERR_FUNC(EC_F_EC_POINT_NEW), "EC_POINT_new"}, |
185 |
|
|
{ERR_FUNC(EC_F_EC_POINT_OCT2POINT), "EC_POINT_oct2point"}, |
186 |
|
|
{ERR_FUNC(EC_F_EC_POINT_POINT2OCT), "EC_POINT_point2oct"}, |
187 |
|
|
{ERR_FUNC(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GF2M), "EC_POINT_set_affine_coordinates_GF2m"}, |
188 |
|
|
{ERR_FUNC(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP), "EC_POINT_set_affine_coordinates_GFp"}, |
189 |
|
|
{ERR_FUNC(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GF2M), "EC_POINT_set_compressed_coordinates_GF2m"}, |
190 |
|
|
{ERR_FUNC(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP), "EC_POINT_set_compressed_coordinates_GFp"}, |
191 |
|
|
{ERR_FUNC(EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP), "EC_POINT_set_Jprojective_coordinates_GFp"}, |
192 |
|
|
{ERR_FUNC(EC_F_EC_POINT_SET_TO_INFINITY), "EC_POINT_set_to_infinity"}, |
193 |
|
|
{ERR_FUNC(EC_F_EC_PRE_COMP_DUP), "EC_PRE_COMP_DUP"}, |
194 |
|
|
{ERR_FUNC(EC_F_EC_PRE_COMP_NEW), "EC_PRE_COMP_NEW"}, |
195 |
|
|
{ERR_FUNC(EC_F_EC_WNAF_MUL), "ec_wNAF_mul"}, |
196 |
|
|
{ERR_FUNC(EC_F_EC_WNAF_PRECOMPUTE_MULT), "ec_wNAF_precompute_mult"}, |
197 |
|
|
{ERR_FUNC(EC_F_I2D_ECPARAMETERS), "i2d_ECParameters"}, |
198 |
|
|
{ERR_FUNC(EC_F_I2D_ECPKPARAMETERS), "i2d_ECPKParameters"}, |
199 |
|
|
{ERR_FUNC(EC_F_I2D_ECPRIVATEKEY), "i2d_ECPrivateKey"}, |
200 |
|
|
{ERR_FUNC(EC_F_I2O_ECPUBLICKEY), "i2o_ECPublicKey"}, |
201 |
|
|
{ERR_FUNC(EC_F_NISTP224_PRE_COMP_NEW), "NISTP224_PRE_COMP_NEW"}, |
202 |
|
|
{ERR_FUNC(EC_F_NISTP256_PRE_COMP_NEW), "NISTP256_PRE_COMP_NEW"}, |
203 |
|
|
{ERR_FUNC(EC_F_NISTP521_PRE_COMP_NEW), "NISTP521_PRE_COMP_NEW"}, |
204 |
|
|
{ERR_FUNC(EC_F_O2I_ECPUBLICKEY), "o2i_ECPublicKey"}, |
205 |
|
|
{ERR_FUNC(EC_F_OLD_EC_PRIV_DECODE), "OLD_EC_PRIV_DECODE"}, |
206 |
|
|
{ERR_FUNC(EC_F_PKEY_EC_CTRL), "PKEY_EC_CTRL"}, |
207 |
|
|
{ERR_FUNC(EC_F_PKEY_EC_CTRL_STR), "PKEY_EC_CTRL_STR"}, |
208 |
|
|
{ERR_FUNC(EC_F_PKEY_EC_DERIVE), "PKEY_EC_DERIVE"}, |
209 |
|
|
{ERR_FUNC(EC_F_PKEY_EC_KEYGEN), "PKEY_EC_KEYGEN"}, |
210 |
|
|
{ERR_FUNC(EC_F_PKEY_EC_PARAMGEN), "PKEY_EC_PARAMGEN"}, |
211 |
|
|
{ERR_FUNC(EC_F_PKEY_EC_SIGN), "PKEY_EC_SIGN"}, |
212 |
|
|
{0, NULL} |
213 |
|
|
}; |
214 |
|
|
|
215 |
|
|
static ERR_STRING_DATA EC_str_reasons[] = |
216 |
|
|
{ |
217 |
|
|
{ERR_REASON(EC_R_ASN1_ERROR), "asn1 error"}, |
218 |
|
|
{ERR_REASON(EC_R_ASN1_UNKNOWN_FIELD), "asn1 unknown field"}, |
219 |
|
|
{ERR_REASON(EC_R_BIGNUM_OUT_OF_RANGE), "bignum out of range"}, |
220 |
|
|
{ERR_REASON(EC_R_BUFFER_TOO_SMALL), "buffer too small"}, |
221 |
|
|
{ERR_REASON(EC_R_COORDINATES_OUT_OF_RANGE), "coordinates out of range"}, |
222 |
|
|
{ERR_REASON(EC_R_D2I_ECPKPARAMETERS_FAILURE), "d2i ecpkparameters failure"}, |
223 |
|
|
{ERR_REASON(EC_R_DECODE_ERROR), "decode error"}, |
224 |
|
|
{ERR_REASON(EC_R_DISCRIMINANT_IS_ZERO), "discriminant is zero"}, |
225 |
|
|
{ERR_REASON(EC_R_EC_GROUP_NEW_BY_NAME_FAILURE), "ec group new by name failure"}, |
226 |
|
|
{ERR_REASON(EC_R_FIELD_TOO_LARGE), "field too large"}, |
227 |
|
|
{ERR_REASON(EC_R_GF2M_NOT_SUPPORTED), "gf2m not supported"}, |
228 |
|
|
{ERR_REASON(EC_R_GROUP2PKPARAMETERS_FAILURE), "group2pkparameters failure"}, |
229 |
|
|
{ERR_REASON(EC_R_I2D_ECPKPARAMETERS_FAILURE), "i2d ecpkparameters failure"}, |
230 |
|
|
{ERR_REASON(EC_R_INCOMPATIBLE_OBJECTS), "incompatible objects"}, |
231 |
|
|
{ERR_REASON(EC_R_INVALID_ARGUMENT), "invalid argument"}, |
232 |
|
|
{ERR_REASON(EC_R_INVALID_COMPRESSED_POINT), "invalid compressed point"}, |
233 |
|
|
{ERR_REASON(EC_R_INVALID_COMPRESSION_BIT), "invalid compression bit"}, |
234 |
|
|
{ERR_REASON(EC_R_INVALID_CURVE), "invalid curve"}, |
235 |
|
|
{ERR_REASON(EC_R_INVALID_DIGEST_TYPE), "invalid digest type"}, |
236 |
|
|
{ERR_REASON(EC_R_INVALID_ENCODING), "invalid encoding"}, |
237 |
|
|
{ERR_REASON(EC_R_INVALID_FIELD), "invalid field"}, |
238 |
|
|
{ERR_REASON(EC_R_INVALID_FORM), "invalid form"}, |
239 |
|
|
{ERR_REASON(EC_R_INVALID_GROUP_ORDER), "invalid group order"}, |
240 |
|
|
{ERR_REASON(EC_R_INVALID_PENTANOMIAL_BASIS), "invalid pentanomial basis"}, |
241 |
|
|
{ERR_REASON(EC_R_INVALID_PRIVATE_KEY), "invalid private key"}, |
242 |
|
|
{ERR_REASON(EC_R_INVALID_TRINOMIAL_BASIS), "invalid trinomial basis"}, |
243 |
|
|
{ERR_REASON(EC_R_KEYS_NOT_SET), "keys not set"}, |
244 |
|
|
{ERR_REASON(EC_R_MISSING_PARAMETERS), "missing parameters"}, |
245 |
|
|
{ERR_REASON(EC_R_MISSING_PRIVATE_KEY), "missing private key"}, |
246 |
|
|
{ERR_REASON(EC_R_NOT_A_NIST_PRIME), "not a NIST prime"}, |
247 |
|
|
{ERR_REASON(EC_R_NOT_A_SUPPORTED_NIST_PRIME), "not a supported NIST prime"}, |
248 |
|
|
{ERR_REASON(EC_R_NOT_IMPLEMENTED), "not implemented"}, |
249 |
|
|
{ERR_REASON(EC_R_NOT_INITIALIZED), "not initialized"}, |
250 |
|
|
{ERR_REASON(EC_R_NO_FIELD_MOD), "no field mod"}, |
251 |
|
|
{ERR_REASON(EC_R_NO_PARAMETERS_SET), "no parameters set"}, |
252 |
|
|
{ERR_REASON(EC_R_PASSED_NULL_PARAMETER), "passed null parameter"}, |
253 |
|
|
{ERR_REASON(EC_R_PKPARAMETERS2GROUP_FAILURE), "pkparameters2group failure"}, |
254 |
|
|
{ERR_REASON(EC_R_POINT_AT_INFINITY), "point at infinity"}, |
255 |
|
|
{ERR_REASON(EC_R_POINT_IS_NOT_ON_CURVE), "point is not on curve"}, |
256 |
|
|
{ERR_REASON(EC_R_SLOT_FULL), "slot full"}, |
257 |
|
|
{ERR_REASON(EC_R_UNDEFINED_GENERATOR), "undefined generator"}, |
258 |
|
|
{ERR_REASON(EC_R_UNDEFINED_ORDER), "undefined order"}, |
259 |
|
|
{ERR_REASON(EC_R_UNKNOWN_GROUP), "unknown group"}, |
260 |
|
|
{ERR_REASON(EC_R_UNKNOWN_ORDER), "unknown order"}, |
261 |
|
|
{ERR_REASON(EC_R_UNSUPPORTED_FIELD), "unsupported field"}, |
262 |
|
|
{ERR_REASON(EC_R_WRONG_CURVE_PARAMETERS), "wrong curve parameters"}, |
263 |
|
|
{ERR_REASON(EC_R_WRONG_ORDER), "wrong order"}, |
264 |
|
|
{0, NULL} |
265 |
|
|
}; |
266 |
|
|
|
267 |
|
|
#endif |
268 |
|
|
|
269 |
|
|
void |
270 |
|
|
ERR_load_EC_strings(void) |
271 |
|
17 |
{ |
272 |
|
|
#ifndef OPENSSL_NO_ERR |
273 |
|
|
|
274 |
✓✗ |
17 |
if (ERR_func_error_string(EC_str_functs[0].error) == NULL) { |
275 |
|
17 |
ERR_load_strings(0, EC_str_functs); |
276 |
|
17 |
ERR_load_strings(0, EC_str_reasons); |
277 |
|
|
} |
278 |
|
|
#endif |
279 |
|
17 |
} |