1109998Smarkm/* crypto/ec/ec_err.c */
2109998Smarkm/* ====================================================================
3194206Ssimon * Copyright (c) 1999-2007 The OpenSSL Project.  All rights reserved.
4109998Smarkm *
5109998Smarkm * Redistribution and use in source and binary forms, with or without
6109998Smarkm * modification, are permitted provided that the following conditions
7109998Smarkm * are met:
8109998Smarkm *
9109998Smarkm * 1. Redistributions of source code must retain the above copyright
10296465Sdelphij *    notice, this list of conditions and the following disclaimer.
11109998Smarkm *
12109998Smarkm * 2. Redistributions in binary form must reproduce the above copyright
13109998Smarkm *    notice, this list of conditions and the following disclaimer in
14109998Smarkm *    the documentation and/or other materials provided with the
15109998Smarkm *    distribution.
16109998Smarkm *
17109998Smarkm * 3. All advertising materials mentioning features or use of this
18109998Smarkm *    software must display the following acknowledgment:
19109998Smarkm *    "This product includes software developed by the OpenSSL Project
20109998Smarkm *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
21109998Smarkm *
22109998Smarkm * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
23109998Smarkm *    endorse or promote products derived from this software without
24109998Smarkm *    prior written permission. For written permission, please contact
25109998Smarkm *    openssl-core@OpenSSL.org.
26109998Smarkm *
27109998Smarkm * 5. Products derived from this software may not be called "OpenSSL"
28109998Smarkm *    nor may "OpenSSL" appear in their names without prior written
29109998Smarkm *    permission of the OpenSSL Project.
30109998Smarkm *
31109998Smarkm * 6. Redistributions of any form whatsoever must retain the following
32109998Smarkm *    acknowledgment:
33109998Smarkm *    "This product includes software developed by the OpenSSL Project
34109998Smarkm *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
35109998Smarkm *
36109998Smarkm * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
37109998Smarkm * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
38109998Smarkm * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
39109998Smarkm * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
40109998Smarkm * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
41109998Smarkm * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
42109998Smarkm * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
43109998Smarkm * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
44109998Smarkm * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
45109998Smarkm * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
46109998Smarkm * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
47109998Smarkm * OF THE POSSIBILITY OF SUCH DAMAGE.
48109998Smarkm * ====================================================================
49109998Smarkm *
50109998Smarkm * This product includes cryptographic software written by Eric Young
51109998Smarkm * (eay@cryptsoft.com).  This product includes software written by Tim
52109998Smarkm * Hudson (tjh@cryptsoft.com).
53109998Smarkm *
54109998Smarkm */
55109998Smarkm
56296465Sdelphij/*
57296465Sdelphij * NOTE: this file was auto generated by the mkerr.pl script: any changes
58109998Smarkm * made to it will be overwritten when the script next updates this file,
59109998Smarkm * only reason strings will be preserved.
60109998Smarkm */
61109998Smarkm
62109998Smarkm#include <stdio.h>
63109998Smarkm#include <openssl/err.h>
64109998Smarkm#include <openssl/ec.h>
65109998Smarkm
66109998Smarkm/* BEGIN ERROR CODES */
67109998Smarkm#ifndef OPENSSL_NO_ERR
68160814Ssimon
69296465Sdelphij# define ERR_FUNC(func) ERR_PACK(ERR_LIB_EC,func,0)
70296465Sdelphij# define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason)
71160814Ssimon
72296465Sdelphijstatic ERR_STRING_DATA EC_str_functs[] = {
73296465Sdelphij    {ERR_FUNC(EC_F_COMPUTE_WNAF), "COMPUTE_WNAF"},
74296465Sdelphij    {ERR_FUNC(EC_F_D2I_ECPARAMETERS), "d2i_ECParameters"},
75296465Sdelphij    {ERR_FUNC(EC_F_D2I_ECPKPARAMETERS), "d2i_ECPKParameters"},
76296465Sdelphij    {ERR_FUNC(EC_F_D2I_ECPRIVATEKEY), "d2i_ECPrivateKey"},
77296465Sdelphij    {ERR_FUNC(EC_F_ECPARAMETERS_PRINT), "ECParameters_print"},
78296465Sdelphij    {ERR_FUNC(EC_F_ECPARAMETERS_PRINT_FP), "ECParameters_print_fp"},
79296465Sdelphij    {ERR_FUNC(EC_F_ECPKPARAMETERS_PRINT), "ECPKParameters_print"},
80296465Sdelphij    {ERR_FUNC(EC_F_ECPKPARAMETERS_PRINT_FP), "ECPKParameters_print_fp"},
81296465Sdelphij    {ERR_FUNC(EC_F_ECP_NIST_MOD_192), "ECP_NIST_MOD_192"},
82296465Sdelphij    {ERR_FUNC(EC_F_ECP_NIST_MOD_224), "ECP_NIST_MOD_224"},
83296465Sdelphij    {ERR_FUNC(EC_F_ECP_NIST_MOD_256), "ECP_NIST_MOD_256"},
84296465Sdelphij    {ERR_FUNC(EC_F_ECP_NIST_MOD_521), "ECP_NIST_MOD_521"},
85296465Sdelphij    {ERR_FUNC(EC_F_EC_ASN1_GROUP2CURVE), "EC_ASN1_GROUP2CURVE"},
86296465Sdelphij    {ERR_FUNC(EC_F_EC_ASN1_GROUP2FIELDID), "EC_ASN1_GROUP2FIELDID"},
87296465Sdelphij    {ERR_FUNC(EC_F_EC_ASN1_GROUP2PARAMETERS), "EC_ASN1_GROUP2PARAMETERS"},
88296465Sdelphij    {ERR_FUNC(EC_F_EC_ASN1_GROUP2PKPARAMETERS), "EC_ASN1_GROUP2PKPARAMETERS"},
89296465Sdelphij    {ERR_FUNC(EC_F_EC_ASN1_PARAMETERS2GROUP), "EC_ASN1_PARAMETERS2GROUP"},
90296465Sdelphij    {ERR_FUNC(EC_F_EC_ASN1_PKPARAMETERS2GROUP), "EC_ASN1_PKPARAMETERS2GROUP"},
91296465Sdelphij    {ERR_FUNC(EC_F_EC_EX_DATA_SET_DATA), "EC_EX_DATA_set_data"},
92296465Sdelphij    {ERR_FUNC(EC_F_EC_GF2M_MONTGOMERY_POINT_MULTIPLY),
93296465Sdelphij     "EC_GF2M_MONTGOMERY_POINT_MULTIPLY"},
94296465Sdelphij    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_GROUP_CHECK_DISCRIMINANT),
95296465Sdelphij     "ec_GF2m_simple_group_check_discriminant"},
96296465Sdelphij    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_GROUP_SET_CURVE),
97296465Sdelphij     "ec_GF2m_simple_group_set_curve"},
98296465Sdelphij    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_OCT2POINT), "ec_GF2m_simple_oct2point"},
99296465Sdelphij    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_POINT2OCT), "ec_GF2m_simple_point2oct"},
100296465Sdelphij    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_POINT_GET_AFFINE_COORDINATES),
101296465Sdelphij     "ec_GF2m_simple_point_get_affine_coordinates"},
102296465Sdelphij    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_POINT_SET_AFFINE_COORDINATES),
103296465Sdelphij     "ec_GF2m_simple_point_set_affine_coordinates"},
104296465Sdelphij    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_SET_COMPRESSED_COORDINATES),
105296465Sdelphij     "ec_GF2m_simple_set_compressed_coordinates"},
106296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_DECODE), "ec_GFp_mont_field_decode"},
107296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_ENCODE), "ec_GFp_mont_field_encode"},
108296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_MUL), "ec_GFp_mont_field_mul"},
109296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_SET_TO_ONE),
110296465Sdelphij     "ec_GFp_mont_field_set_to_one"},
111296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_SQR), "ec_GFp_mont_field_sqr"},
112296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_MONT_GROUP_SET_CURVE),
113296465Sdelphij     "ec_GFp_mont_group_set_curve"},
114296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_MONT_GROUP_SET_CURVE_GFP),
115296465Sdelphij     "EC_GFP_MONT_GROUP_SET_CURVE_GFP"},
116296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_NIST_FIELD_MUL), "ec_GFp_nist_field_mul"},
117296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_NIST_FIELD_SQR), "ec_GFp_nist_field_sqr"},
118296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_NIST_GROUP_SET_CURVE),
119296465Sdelphij     "ec_GFp_nist_group_set_curve"},
120296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_CHECK_DISCRIMINANT),
121296465Sdelphij     "ec_GFp_simple_group_check_discriminant"},
122296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE),
123296465Sdelphij     "ec_GFp_simple_group_set_curve"},
124296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE_GFP),
125296465Sdelphij     "EC_GFP_SIMPLE_GROUP_SET_CURVE_GFP"},
126296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_SET_GENERATOR),
127296465Sdelphij     "EC_GFP_SIMPLE_GROUP_SET_GENERATOR"},
128296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_MAKE_AFFINE), "ec_GFp_simple_make_affine"},
129296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_OCT2POINT), "ec_GFp_simple_oct2point"},
130296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT2OCT), "ec_GFp_simple_point2oct"},
131296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINTS_MAKE_AFFINE),
132296465Sdelphij     "ec_GFp_simple_points_make_affine"},
133296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES),
134296465Sdelphij     "ec_GFp_simple_point_get_affine_coordinates"},
135296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES_GFP),
136296465Sdelphij     "EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES_GFP"},
137296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES),
138296465Sdelphij     "ec_GFp_simple_point_set_affine_coordinates"},
139296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES_GFP),
140296465Sdelphij     "EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES_GFP"},
141296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES),
142296465Sdelphij     "ec_GFp_simple_set_compressed_coordinates"},
143296465Sdelphij    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES_GFP),
144296465Sdelphij     "EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES_GFP"},
145296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_CHECK), "EC_GROUP_check"},
146296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_CHECK_DISCRIMINANT),
147296465Sdelphij     "EC_GROUP_check_discriminant"},
148296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_COPY), "EC_GROUP_copy"},
149296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_GET0_GENERATOR), "EC_GROUP_get0_generator"},
150296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_GET_COFACTOR), "EC_GROUP_get_cofactor"},
151296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_GET_CURVE_GF2M), "EC_GROUP_get_curve_GF2m"},
152296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_GET_CURVE_GFP), "EC_GROUP_get_curve_GFp"},
153296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_GET_DEGREE), "EC_GROUP_get_degree"},
154296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_GET_ORDER), "EC_GROUP_get_order"},
155296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_GET_PENTANOMIAL_BASIS),
156296465Sdelphij     "EC_GROUP_get_pentanomial_basis"},
157296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_GET_TRINOMIAL_BASIS),
158296465Sdelphij     "EC_GROUP_get_trinomial_basis"},
159296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_NEW), "EC_GROUP_new"},
160296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_NEW_BY_CURVE_NAME), "EC_GROUP_new_by_curve_name"},
161296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_NEW_FROM_DATA), "EC_GROUP_NEW_FROM_DATA"},
162296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_PRECOMPUTE_MULT), "EC_GROUP_precompute_mult"},
163296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_SET_CURVE_GF2M), "EC_GROUP_set_curve_GF2m"},
164296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_SET_CURVE_GFP), "EC_GROUP_set_curve_GFp"},
165296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_SET_EXTRA_DATA), "EC_GROUP_SET_EXTRA_DATA"},
166296465Sdelphij    {ERR_FUNC(EC_F_EC_GROUP_SET_GENERATOR), "EC_GROUP_set_generator"},
167296465Sdelphij    {ERR_FUNC(EC_F_EC_KEY_CHECK_KEY), "EC_KEY_check_key"},
168296465Sdelphij    {ERR_FUNC(EC_F_EC_KEY_COPY), "EC_KEY_copy"},
169296465Sdelphij    {ERR_FUNC(EC_F_EC_KEY_GENERATE_KEY), "EC_KEY_generate_key"},
170296465Sdelphij    {ERR_FUNC(EC_F_EC_KEY_NEW), "EC_KEY_new"},
171296465Sdelphij    {ERR_FUNC(EC_F_EC_KEY_PRINT), "EC_KEY_print"},
172296465Sdelphij    {ERR_FUNC(EC_F_EC_KEY_PRINT_FP), "EC_KEY_print_fp"},
173296465Sdelphij    {ERR_FUNC(EC_F_EC_POINTS_MAKE_AFFINE), "EC_POINTs_make_affine"},
174296465Sdelphij    {ERR_FUNC(EC_F_EC_POINTS_MUL), "EC_POINTs_mul"},
175296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_ADD), "EC_POINT_add"},
176296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_CMP), "EC_POINT_cmp"},
177296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_COPY), "EC_POINT_copy"},
178296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_DBL), "EC_POINT_dbl"},
179296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GF2M),
180296465Sdelphij     "EC_POINT_get_affine_coordinates_GF2m"},
181296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GFP),
182296465Sdelphij     "EC_POINT_get_affine_coordinates_GFp"},
183296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_GET_JPROJECTIVE_COORDINATES_GFP),
184296465Sdelphij     "EC_POINT_get_Jprojective_coordinates_GFp"},
185296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_INVERT), "EC_POINT_invert"},
186296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_IS_AT_INFINITY), "EC_POINT_is_at_infinity"},
187296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_IS_ON_CURVE), "EC_POINT_is_on_curve"},
188296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_MAKE_AFFINE), "EC_POINT_make_affine"},
189296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_MUL), "EC_POINT_mul"},
190296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_NEW), "EC_POINT_new"},
191296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_OCT2POINT), "EC_POINT_oct2point"},
192296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_POINT2OCT), "EC_POINT_point2oct"},
193296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GF2M),
194296465Sdelphij     "EC_POINT_set_affine_coordinates_GF2m"},
195296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP),
196296465Sdelphij     "EC_POINT_set_affine_coordinates_GFp"},
197296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GF2M),
198296465Sdelphij     "EC_POINT_set_compressed_coordinates_GF2m"},
199296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP),
200296465Sdelphij     "EC_POINT_set_compressed_coordinates_GFp"},
201296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP),
202296465Sdelphij     "EC_POINT_set_Jprojective_coordinates_GFp"},
203296465Sdelphij    {ERR_FUNC(EC_F_EC_POINT_SET_TO_INFINITY), "EC_POINT_set_to_infinity"},
204296465Sdelphij    {ERR_FUNC(EC_F_EC_PRE_COMP_DUP), "EC_PRE_COMP_DUP"},
205296465Sdelphij    {ERR_FUNC(EC_F_EC_PRE_COMP_NEW), "EC_PRE_COMP_NEW"},
206296465Sdelphij    {ERR_FUNC(EC_F_EC_WNAF_MUL), "ec_wNAF_mul"},
207296465Sdelphij    {ERR_FUNC(EC_F_EC_WNAF_PRECOMPUTE_MULT), "ec_wNAF_precompute_mult"},
208296465Sdelphij    {ERR_FUNC(EC_F_I2D_ECPARAMETERS), "i2d_ECParameters"},
209296465Sdelphij    {ERR_FUNC(EC_F_I2D_ECPKPARAMETERS), "i2d_ECPKParameters"},
210296465Sdelphij    {ERR_FUNC(EC_F_I2D_ECPRIVATEKEY), "i2d_ECPrivateKey"},
211296465Sdelphij    {ERR_FUNC(EC_F_I2O_ECPUBLICKEY), "i2o_ECPublicKey"},
212296465Sdelphij    {ERR_FUNC(EC_F_O2I_ECPUBLICKEY), "o2i_ECPublicKey"},
213296465Sdelphij    {0, NULL}
214296465Sdelphij};
215109998Smarkm
216296465Sdelphijstatic ERR_STRING_DATA EC_str_reasons[] = {
217296465Sdelphij    {ERR_REASON(EC_R_ASN1_ERROR), "asn1 error"},
218296465Sdelphij    {ERR_REASON(EC_R_ASN1_UNKNOWN_FIELD), "asn1 unknown field"},
219296465Sdelphij    {ERR_REASON(EC_R_BUFFER_TOO_SMALL), "buffer too small"},
220296465Sdelphij    {ERR_REASON(EC_R_D2I_ECPKPARAMETERS_FAILURE),
221296465Sdelphij     "d2i ecpkparameters failure"},
222296465Sdelphij    {ERR_REASON(EC_R_DISCRIMINANT_IS_ZERO), "discriminant is zero"},
223296465Sdelphij    {ERR_REASON(EC_R_EC_GROUP_NEW_BY_NAME_FAILURE),
224296465Sdelphij     "ec group new by name failure"},
225296465Sdelphij    {ERR_REASON(EC_R_FIELD_TOO_LARGE), "field too large"},
226296465Sdelphij    {ERR_REASON(EC_R_GROUP2PKPARAMETERS_FAILURE),
227296465Sdelphij     "group2pkparameters failure"},
228296465Sdelphij    {ERR_REASON(EC_R_I2D_ECPKPARAMETERS_FAILURE),
229296465Sdelphij     "i2d ecpkparameters failure"},
230296465Sdelphij    {ERR_REASON(EC_R_INCOMPATIBLE_OBJECTS), "incompatible objects"},
231296465Sdelphij    {ERR_REASON(EC_R_INVALID_ARGUMENT), "invalid argument"},
232296465Sdelphij    {ERR_REASON(EC_R_INVALID_COMPRESSED_POINT), "invalid compressed point"},
233296465Sdelphij    {ERR_REASON(EC_R_INVALID_COMPRESSION_BIT), "invalid compression bit"},
234296465Sdelphij    {ERR_REASON(EC_R_INVALID_ENCODING), "invalid encoding"},
235296465Sdelphij    {ERR_REASON(EC_R_INVALID_FIELD), "invalid field"},
236296465Sdelphij    {ERR_REASON(EC_R_INVALID_FORM), "invalid form"},
237296465Sdelphij    {ERR_REASON(EC_R_INVALID_GROUP_ORDER), "invalid group order"},
238296465Sdelphij    {ERR_REASON(EC_R_INVALID_PENTANOMIAL_BASIS), "invalid pentanomial basis"},
239296465Sdelphij    {ERR_REASON(EC_R_INVALID_PRIVATE_KEY), "invalid private key"},
240296465Sdelphij    {ERR_REASON(EC_R_INVALID_TRINOMIAL_BASIS), "invalid trinomial basis"},
241296465Sdelphij    {ERR_REASON(EC_R_MISSING_PARAMETERS), "missing parameters"},
242296465Sdelphij    {ERR_REASON(EC_R_MISSING_PRIVATE_KEY), "missing private key"},
243296465Sdelphij    {ERR_REASON(EC_R_NOT_A_NIST_PRIME), "not a NIST prime"},
244296465Sdelphij    {ERR_REASON(EC_R_NOT_A_SUPPORTED_NIST_PRIME),
245296465Sdelphij     "not a supported NIST prime"},
246296465Sdelphij    {ERR_REASON(EC_R_NOT_IMPLEMENTED), "not implemented"},
247296465Sdelphij    {ERR_REASON(EC_R_NOT_INITIALIZED), "not initialized"},
248296465Sdelphij    {ERR_REASON(EC_R_NO_FIELD_MOD), "no field mod"},
249296465Sdelphij    {ERR_REASON(EC_R_PASSED_NULL_PARAMETER), "passed null parameter"},
250296465Sdelphij    {ERR_REASON(EC_R_PKPARAMETERS2GROUP_FAILURE),
251296465Sdelphij     "pkparameters2group failure"},
252296465Sdelphij    {ERR_REASON(EC_R_POINT_AT_INFINITY), "point at infinity"},
253296465Sdelphij    {ERR_REASON(EC_R_POINT_IS_NOT_ON_CURVE), "point is not on curve"},
254296465Sdelphij    {ERR_REASON(EC_R_SLOT_FULL), "slot full"},
255296465Sdelphij    {ERR_REASON(EC_R_UNDEFINED_GENERATOR), "undefined generator"},
256296465Sdelphij    {ERR_REASON(EC_R_UNDEFINED_ORDER), "undefined order"},
257296465Sdelphij    {ERR_REASON(EC_R_UNKNOWN_GROUP), "unknown group"},
258296465Sdelphij    {ERR_REASON(EC_R_UNKNOWN_ORDER), "unknown order"},
259296465Sdelphij    {ERR_REASON(EC_R_UNSUPPORTED_FIELD), "unsupported field"},
260296465Sdelphij    {ERR_REASON(EC_R_WRONG_ORDER), "wrong order"},
261296465Sdelphij    {0, NULL}
262296465Sdelphij};
263109998Smarkm
264109998Smarkm#endif
265109998Smarkm
266109998Smarkmvoid ERR_load_EC_strings(void)
267296465Sdelphij{
268167612Ssimon#ifndef OPENSSL_NO_ERR
269109998Smarkm
270296465Sdelphij    if (ERR_func_error_string(EC_str_functs[0].error) == NULL) {
271296465Sdelphij        ERR_load_strings(0, EC_str_functs);
272296465Sdelphij        ERR_load_strings(0, EC_str_reasons);
273296465Sdelphij    }
274109998Smarkm#endif
275296465Sdelphij}
276