Lines Matching defs:ERR_REASON

70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason)
252 {ERR_REASON(EC_R_ASN1_ERROR), "asn1 error"},
253 {ERR_REASON(EC_R_ASN1_UNKNOWN_FIELD), "asn1 unknown field"},
254 {ERR_REASON(EC_R_BIGNUM_OUT_OF_RANGE), "bignum out of range"},
255 {ERR_REASON(EC_R_BUFFER_TOO_SMALL), "buffer too small"},
256 {ERR_REASON(EC_R_COORDINATES_OUT_OF_RANGE), "coordinates out of range"},
257 {ERR_REASON(EC_R_D2I_ECPKPARAMETERS_FAILURE),
259 {ERR_REASON(EC_R_DECODE_ERROR), "decode error"},
260 {ERR_REASON(EC_R_DISCRIMINANT_IS_ZERO), "discriminant is zero"},
261 {ERR_REASON(EC_R_EC_GROUP_NEW_BY_NAME_FAILURE),
263 {ERR_REASON(EC_R_FIELD_TOO_LARGE), "field too large"},
264 {ERR_REASON(EC_R_GF2M_NOT_SUPPORTED), "gf2m not supported"},
265 {ERR_REASON(EC_R_GROUP2PKPARAMETERS_FAILURE),
267 {ERR_REASON(EC_R_I2D_ECPKPARAMETERS_FAILURE),
269 {ERR_REASON(EC_R_INCOMPATIBLE_OBJECTS), "incompatible objects"},
270 {ERR_REASON(EC_R_INVALID_ARGUMENT), "invalid argument"},
271 {ERR_REASON(EC_R_INVALID_COMPRESSED_POINT), "invalid compressed point"},
272 {ERR_REASON(EC_R_INVALID_COMPRESSION_BIT), "invalid compression bit"},
273 {ERR_REASON(EC_R_INVALID_CURVE), "invalid curve"},
274 {ERR_REASON(EC_R_INVALID_DIGEST_TYPE), "invalid digest type"},
275 {ERR_REASON(EC_R_INVALID_ENCODING), "invalid encoding"},
276 {ERR_REASON(EC_R_INVALID_FIELD), "invalid field"},
277 {ERR_REASON(EC_R_INVALID_FORM), "invalid form"},
278 {ERR_REASON(EC_R_INVALID_GROUP_ORDER), "invalid group order"},
279 {ERR_REASON(EC_R_INVALID_PENTANOMIAL_BASIS), "invalid pentanomial basis"},
280 {ERR_REASON(EC_R_INVALID_PRIVATE_KEY), "invalid private key"},
281 {ERR_REASON(EC_R_INVALID_TRINOMIAL_BASIS), "invalid trinomial basis"},
282 {ERR_REASON(EC_R_KEYS_NOT_SET), "keys not set"},
283 {ERR_REASON(EC_R_MISSING_PARAMETERS), "missing parameters"},
284 {ERR_REASON(EC_R_MISSING_PRIVATE_KEY), "missing private key"},
285 {ERR_REASON(EC_R_NOT_A_NIST_PRIME), "not a NIST prime"},
286 {ERR_REASON(EC_R_NOT_A_SUPPORTED_NIST_PRIME),
288 {ERR_REASON(EC_R_NOT_IMPLEMENTED), "not implemented"},
289 {ERR_REASON(EC_R_NOT_INITIALIZED), "not initialized"},
290 {ERR_REASON(EC_R_NO_FIELD_MOD), "no field mod"},
291 {ERR_REASON(EC_R_NO_PARAMETERS_SET), "no parameters set"},
292 {ERR_REASON(EC_R_PASSED_NULL_PARAMETER), "passed null parameter"},
293 {ERR_REASON(EC_R_PKPARAMETERS2GROUP_FAILURE),
295 {ERR_REASON(EC_R_POINT_AT_INFINITY), "point at infinity"},
296 {ERR_REASON(EC_R_POINT_IS_NOT_ON_CURVE), "point is not on curve"},
297 {ERR_REASON(EC_R_SLOT_FULL), "slot full"},
298 {ERR_REASON(EC_R_UNDEFINED_GENERATOR), "undefined generator"},
299 {ERR_REASON(EC_R_UNDEFINED_ORDER), "undefined order"},
300 {ERR_REASON(EC_R_UNKNOWN_GROUP), "unknown group"},
301 {ERR_REASON(EC_R_UNKNOWN_ORDER), "unknown order"},
302 {ERR_REASON(EC_R_UNSUPPORTED_FIELD), "unsupported field"},
303 {ERR_REASON(EC_R_WRONG_CURVE_PARAMETERS), "wrong curve parameters"},
304 {ERR_REASON(EC_R_WRONG_ORDER), "wrong order"},