Lines Matching refs:ERR_REASON

69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ASN1,0,reason)
197 {ERR_REASON(ASN1_R_ADDING_OBJECT) ,"adding object"},
198 {ERR_REASON(ASN1_R_ASN1_PARSE_ERROR) ,"asn1 parse error"},
199 {ERR_REASON(ASN1_R_ASN1_SIG_PARSE_ERROR) ,"asn1 sig parse error"},
200 {ERR_REASON(ASN1_R_AUX_ERROR) ,"aux error"},
201 {ERR_REASON(ASN1_R_BAD_CLASS) ,"bad class"},
202 {ERR_REASON(ASN1_R_BAD_OBJECT_HEADER) ,"bad object header"},
203 {ERR_REASON(ASN1_R_BAD_PASSWORD_READ) ,"bad password read"},
204 {ERR_REASON(ASN1_R_BAD_TAG) ,"bad tag"},
205 {ERR_REASON(ASN1_R_BMPSTRING_IS_WRONG_LENGTH),"bmpstring is wrong length"},
206 {ERR_REASON(ASN1_R_BN_LIB) ,"bn lib"},
207 {ERR_REASON(ASN1_R_BOOLEAN_IS_WRONG_LENGTH),"boolean is wrong length"},
208 {ERR_REASON(ASN1_R_BUFFER_TOO_SMALL) ,"buffer too small"},
209 {ERR_REASON(ASN1_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER),"cipher has no object identifier"},
210 {ERR_REASON(ASN1_R_DATA_IS_WRONG) ,"data is wrong"},
211 {ERR_REASON(ASN1_R_DECODE_ERROR) ,"decode error"},
212 {ERR_REASON(ASN1_R_DECODING_ERROR) ,"decoding error"},
213 {ERR_REASON(ASN1_R_DEPTH_EXCEEDED) ,"depth exceeded"},
214 {ERR_REASON(ASN1_R_DIGEST_AND_KEY_TYPE_NOT_SUPPORTED),"digest and key type not supported"},
215 {ERR_REASON(ASN1_R_ENCODE_ERROR) ,"encode error"},
216 {ERR_REASON(ASN1_R_ERROR_GETTING_TIME) ,"error getting time"},
217 {ERR_REASON(ASN1_R_ERROR_LOADING_SECTION),"error loading section"},
218 {ERR_REASON(ASN1_R_ERROR_PARSING_SET_ELEMENT),"error parsing set element"},
219 {ERR_REASON(ASN1_R_ERROR_SETTING_CIPHER_PARAMS),"error setting cipher params"},
220 {ERR_REASON(ASN1_R_EXPECTING_AN_INTEGER) ,"expecting an integer"},
221 {ERR_REASON(ASN1_R_EXPECTING_AN_OBJECT) ,"expecting an object"},
222 {ERR_REASON(ASN1_R_EXPECTING_A_BOOLEAN) ,"expecting a boolean"},
223 {ERR_REASON(ASN1_R_EXPECTING_A_TIME) ,"expecting a time"},
224 {ERR_REASON(ASN1_R_EXPLICIT_LENGTH_MISMATCH),"explicit length mismatch"},
225 {ERR_REASON(ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED),"explicit tag not constructed"},
226 {ERR_REASON(ASN1_R_FIELD_MISSING) ,"field missing"},
227 {ERR_REASON(ASN1_R_FIRST_NUM_TOO_LARGE) ,"first num too large"},
228 {ERR_REASON(ASN1_R_HEADER_TOO_LONG) ,"header too long"},
229 {ERR_REASON(ASN1_R_ILLEGAL_BITSTRING_FORMAT),"illegal bitstring format"},
230 {ERR_REASON(ASN1_R_ILLEGAL_BOOLEAN) ,"illegal boolean"},
231 {ERR_REASON(ASN1_R_ILLEGAL_CHARACTERS) ,"illegal characters"},
232 {ERR_REASON(ASN1_R_ILLEGAL_FORMAT) ,"illegal format"},
233 {ERR_REASON(ASN1_R_ILLEGAL_HEX) ,"illegal hex"},
234 {ERR_REASON(ASN1_R_ILLEGAL_IMPLICIT_TAG) ,"illegal implicit tag"},
235 {ERR_REASON(ASN1_R_ILLEGAL_INTEGER) ,"illegal integer"},
236 {ERR_REASON(ASN1_R_ILLEGAL_NESTED_TAGGING),"illegal nested tagging"},
237 {ERR_REASON(ASN1_R_ILLEGAL_NULL) ,"illegal null"},
238 {ERR_REASON(ASN1_R_ILLEGAL_NULL_VALUE) ,"illegal null value"},
239 {ERR_REASON(ASN1_R_ILLEGAL_OBJECT) ,"illegal object"},
240 {ERR_REASON(ASN1_R_ILLEGAL_OPTIONAL_ANY) ,"illegal optional any"},
241 {ERR_REASON(ASN1_R_ILLEGAL_OPTIONS_ON_ITEM_TEMPLATE),"illegal options on item template"},
242 {ERR_REASON(ASN1_R_ILLEGAL_TAGGED_ANY) ,"illegal tagged any"},
243 {ERR_REASON(ASN1_R_ILLEGAL_TIME_VALUE) ,"illegal time value"},
244 {ERR_REASON(ASN1_R_INTEGER_NOT_ASCII_FORMAT),"integer not ascii format"},
245 {ERR_REASON(ASN1_R_INTEGER_TOO_LARGE_FOR_LONG),"integer too large for long"},
246 {ERR_REASON(ASN1_R_INVALID_BMPSTRING_LENGTH),"invalid bmpstring length"},
247 {ERR_REASON(ASN1_R_INVALID_DIGIT) ,"invalid digit"},
248 {ERR_REASON(ASN1_R_INVALID_MIME_TYPE) ,"invalid mime type"},
249 {ERR_REASON(ASN1_R_INVALID_MODIFIER) ,"invalid modifier"},
250 {ERR_REASON(ASN1_R_INVALID_NUMBER) ,"invalid number"},
251 {ERR_REASON(ASN1_R_INVALID_OBJECT_ENCODING),"invalid object encoding"},
252 {ERR_REASON(ASN1_R_INVALID_SEPARATOR) ,"invalid separator"},
253 {ERR_REASON(ASN1_R_INVALID_TIME_FORMAT) ,"invalid time format"},
254 {ERR_REASON(ASN1_R_INVALID_UNIVERSALSTRING_LENGTH),"invalid universalstring length"},
255 {ERR_REASON(ASN1_R_INVALID_UTF8STRING) ,"invalid utf8string"},
256 {ERR_REASON(ASN1_R_IV_TOO_LARGE) ,"iv too large"},
257 {ERR_REASON(ASN1_R_LENGTH_ERROR) ,"length error"},
258 {ERR_REASON(ASN1_R_LIST_ERROR) ,"list error"},
259 {ERR_REASON(ASN1_R_MIME_NO_CONTENT_TYPE) ,"mime no content type"},
260 {ERR_REASON(ASN1_R_MIME_PARSE_ERROR) ,"mime parse error"},
261 {ERR_REASON(ASN1_R_MIME_SIG_PARSE_ERROR) ,"mime sig parse error"},
262 {ERR_REASON(ASN1_R_MISSING_EOC) ,"missing eoc"},
263 {ERR_REASON(ASN1_R_MISSING_SECOND_NUMBER),"missing second number"},
264 {ERR_REASON(ASN1_R_MISSING_VALUE) ,"missing value"},
265 {ERR_REASON(ASN1_R_MSTRING_NOT_UNIVERSAL),"mstring not universal"},
266 {ERR_REASON(ASN1_R_MSTRING_WRONG_TAG) ,"mstring wrong tag"},
267 {ERR_REASON(ASN1_R_NESTED_ASN1_STRING) ,"nested asn1 string"},
268 {ERR_REASON(ASN1_R_NON_HEX_CHARACTERS) ,"non hex characters"},
269 {ERR_REASON(ASN1_R_NOT_ASCII_FORMAT) ,"not ascii format"},
270 {ERR_REASON(ASN1_R_NOT_ENOUGH_DATA) ,"not enough data"},
271 {ERR_REASON(ASN1_R_NO_CONTENT_TYPE) ,"no content type"},
272 {ERR_REASON(ASN1_R_NO_DEFAULT_DIGEST) ,"no default digest"},
273 {ERR_REASON(ASN1_R_NO_MATCHING_CHOICE_TYPE),"no matching choice type"},
274 {ERR_REASON(ASN1_R_NO_MULTIPART_BODY_FAILURE),"no multipart body failure"},
275 {ERR_REASON(ASN1_R_NO_MULTIPART_BOUNDARY),"no multipart boundary"},
276 {ERR_REASON(ASN1_R_NO_SIG_CONTENT_TYPE) ,"no sig content type"},
277 {ERR_REASON(ASN1_R_NULL_IS_WRONG_LENGTH) ,"null is wrong length"},
278 {ERR_REASON(ASN1_R_OBJECT_NOT_ASCII_FORMAT),"object not ascii format"},
279 {ERR_REASON(ASN1_R_ODD_NUMBER_OF_CHARS) ,"odd number of chars"},
280 {ERR_REASON(ASN1_R_PRIVATE_KEY_HEADER_MISSING),"private key header missing"},
281 {ERR_REASON(ASN1_R_SECOND_NUMBER_TOO_LARGE),"second number too large"},
282 {ERR_REASON(ASN1_R_SEQUENCE_LENGTH_MISMATCH),"sequence length mismatch"},
283 {ERR_REASON(ASN1_R_SEQUENCE_NOT_CONSTRUCTED),"sequence not constructed"},
284 {ERR_REASON(ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG),"sequence or set needs config"},
285 {ERR_REASON(ASN1_R_SHORT_LINE) ,"short line"},
286 {ERR_REASON(ASN1_R_SIG_INVALID_MIME_TYPE),"sig invalid mime type"},
287 {ERR_REASON(ASN1_R_STREAMING_NOT_SUPPORTED),"streaming not supported"},
288 {ERR_REASON(ASN1_R_STRING_TOO_LONG) ,"string too long"},
289 {ERR_REASON(ASN1_R_STRING_TOO_SHORT) ,"string too short"},
290 {ERR_REASON(ASN1_R_TAG_VALUE_TOO_HIGH) ,"tag value too high"},
291 {ERR_REASON(ASN1_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD),"the asn1 object identifier is not known for this md"},
292 {ERR_REASON(ASN1_R_TIME_NOT_ASCII_FORMAT),"time not ascii format"},
293 {ERR_REASON(ASN1_R_TOO_LONG) ,"too long"},
294 {ERR_REASON(ASN1_R_TYPE_NOT_CONSTRUCTED) ,"type not constructed"},
295 {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_KEY),"unable to decode rsa key"},
296 {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY),"unable to decode rsa private key"},
297 {ERR_REASON(ASN1_R_UNEXPECTED_EOC) ,"unexpected eoc"},
298 {ERR_REASON(ASN1_R_UNIVERSALSTRING_IS_WRONG_LENGTH),"universalstring is wrong length"},
299 {ERR_REASON(ASN1_R_UNKNOWN_FORMAT) ,"unknown format"},
300 {ERR_REASON(ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM),"unknown message digest algorithm"},
301 {ERR_REASON(ASN1_R_UNKNOWN_OBJECT_TYPE) ,"unknown object type"},
302 {ERR_REASON(ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE),"unknown public key type"},
303 {ERR_REASON(ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM),"unknown signature algorithm"},
304 {ERR_REASON(ASN1_R_UNKNOWN_TAG) ,"unknown tag"},
305 {ERR_REASON(ASN1_R_UNKOWN_FORMAT) ,"unkown format"},
306 {ERR_REASON(ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE),"unsupported any defined by type"},
307 {ERR_REASON(ASN1_R_UNSUPPORTED_CIPHER) ,"unsupported cipher"},
308 {ERR_REASON(ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM),"unsupported encryption algorithm"},
309 {ERR_REASON(ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE),"unsupported public key type"},
310 {ERR_REASON(ASN1_R_UNSUPPORTED_TYPE) ,"unsupported type"},
311 {ERR_REASON(ASN1_R_WRONG_PUBLIC_KEY_TYPE),"wrong public key type"},
312 {ERR_REASON(ASN1_R_WRONG_TAG) ,"wrong tag"},
313 {ERR_REASON(ASN1_R_WRONG_TYPE) ,"wrong type"},