Lines Matching refs:ERR_REASON
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason) macro
214 {ERR_REASON(EC_R_ASN1_ERROR) ,"asn1 error"},
215 {ERR_REASON(EC_R_ASN1_UNKNOWN_FIELD) ,"asn1 unknown field"},
216 {ERR_REASON(EC_R_BIGNUM_OUT_OF_RANGE) ,"bignum out of range"},
217 {ERR_REASON(EC_R_BUFFER_TOO_SMALL) ,"buffer too small"},
218 {ERR_REASON(EC_R_COORDINATES_OUT_OF_RANGE),"coordinates out of range"},
219 {ERR_REASON(EC_R_D2I_ECPKPARAMETERS_FAILURE),"d2i ecpkparameters failure"},
220 {ERR_REASON(EC_R_DECODE_ERROR) ,"decode error"},
221 {ERR_REASON(EC_R_DISCRIMINANT_IS_ZERO) ,"discriminant is zero"},
222 {ERR_REASON(EC_R_EC_GROUP_NEW_BY_NAME_FAILURE),"ec group new by name failure"},
223 {ERR_REASON(EC_R_FIELD_TOO_LARGE) ,"field too large"},
224 {ERR_REASON(EC_R_GF2M_NOT_SUPPORTED) ,"gf2m not supported"},
225 {ERR_REASON(EC_R_GROUP2PKPARAMETERS_FAILURE),"group2pkparameters failure"},
226 {ERR_REASON(EC_R_I2D_ECPKPARAMETERS_FAILURE),"i2d ecpkparameters failure"},
227 {ERR_REASON(EC_R_INCOMPATIBLE_OBJECTS) ,"incompatible objects"},
228 {ERR_REASON(EC_R_INVALID_ARGUMENT) ,"invalid argument"},
229 {ERR_REASON(EC_R_INVALID_COMPRESSED_POINT),"invalid compressed point"},
230 {ERR_REASON(EC_R_INVALID_COMPRESSION_BIT),"invalid compression bit"},
231 {ERR_REASON(EC_R_INVALID_CURVE) ,"invalid curve"},
232 {ERR_REASON(EC_R_INVALID_DIGEST_TYPE) ,"invalid digest type"},
233 {ERR_REASON(EC_R_INVALID_ENCODING) ,"invalid encoding"},
234 {ERR_REASON(EC_R_INVALID_FIELD) ,"invalid field"},
235 {ERR_REASON(EC_R_INVALID_FORM) ,"invalid form"},
236 {ERR_REASON(EC_R_INVALID_GROUP_ORDER) ,"invalid group order"},
237 {ERR_REASON(EC_R_INVALID_PENTANOMIAL_BASIS),"invalid pentanomial basis"},
238 {ERR_REASON(EC_R_INVALID_PRIVATE_KEY) ,"invalid private key"},
239 {ERR_REASON(EC_R_INVALID_TRINOMIAL_BASIS),"invalid trinomial basis"},
240 {ERR_REASON(EC_R_KEYS_NOT_SET) ,"keys not set"},
241 {ERR_REASON(EC_R_MISSING_PARAMETERS) ,"missing parameters"},
242 {ERR_REASON(EC_R_MISSING_PRIVATE_KEY) ,"missing private key"},
243 {ERR_REASON(EC_R_NOT_A_NIST_PRIME) ,"not a NIST prime"},
244 {ERR_REASON(EC_R_NOT_A_SUPPORTED_NIST_PRIME),"not a supported NIST prime"},
245 {ERR_REASON(EC_R_NOT_IMPLEMENTED) ,"not implemented"},
246 {ERR_REASON(EC_R_NOT_INITIALIZED) ,"not initialized"},
247 {ERR_REASON(EC_R_NO_FIELD_MOD) ,"no field mod"},
248 {ERR_REASON(EC_R_NO_PARAMETERS_SET) ,"no parameters set"},
249 {ERR_REASON(EC_R_PASSED_NULL_PARAMETER) ,"passed null parameter"},
250 {ERR_REASON(EC_R_PKPARAMETERS2GROUP_FAILURE),"pkparameters2group failure"},
251 {ERR_REASON(EC_R_POINT_AT_INFINITY) ,"point at infinity"},
252 {ERR_REASON(EC_R_POINT_IS_NOT_ON_CURVE) ,"point is not on curve"},
253 {ERR_REASON(EC_R_SLOT_FULL) ,"slot full"},
254 {ERR_REASON(EC_R_UNDEFINED_GENERATOR) ,"undefined generator"},
255 {ERR_REASON(EC_R_UNDEFINED_ORDER) ,"undefined order"},
256 {ERR_REASON(EC_R_UNKNOWN_GROUP) ,"unknown group"},
257 {ERR_REASON(EC_R_UNKNOWN_ORDER) ,"unknown order"},
258 {ERR_REASON(EC_R_UNSUPPORTED_FIELD) ,"unsupported field"},
259 {ERR_REASON(EC_R_WRONG_CURVE_PARAMETERS) ,"wrong curve parameters"},
260 {ERR_REASON(EC_R_WRONG_ORDER) ,"wrong order"},