Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:48

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
0004  *
0005  * Licensed under the Apache License 2.0 (the "License").  You may not use
0006  * this file except in compliance with the License.  You can obtain a copy
0007  * in the file LICENSE in the source distribution or at
0008  * https://www.openssl.org/source/license.html
0009  */
0010 
0011 #ifndef OPENSSL_PEMERR_H
0012 # define OPENSSL_PEMERR_H
0013 # pragma once
0014 
0015 # include <openssl/opensslconf.h>
0016 # include <openssl/symhacks.h>
0017 # include <openssl/cryptoerr_legacy.h>
0018 
0019 
0020 
0021 /*
0022  * PEM reason codes.
0023  */
0024 # define PEM_R_BAD_BASE64_DECODE                          100
0025 # define PEM_R_BAD_DECRYPT                                101
0026 # define PEM_R_BAD_END_LINE                               102
0027 # define PEM_R_BAD_IV_CHARS                               103
0028 # define PEM_R_BAD_MAGIC_NUMBER                           116
0029 # define PEM_R_BAD_PASSWORD_READ                          104
0030 # define PEM_R_BAD_VERSION_NUMBER                         117
0031 # define PEM_R_BIO_WRITE_FAILURE                          118
0032 # define PEM_R_CIPHER_IS_NULL                             127
0033 # define PEM_R_ERROR_CONVERTING_PRIVATE_KEY               115
0034 # define PEM_R_EXPECTING_DSS_KEY_BLOB                     131
0035 # define PEM_R_EXPECTING_PRIVATE_KEY_BLOB                 119
0036 # define PEM_R_EXPECTING_PUBLIC_KEY_BLOB                  120
0037 # define PEM_R_EXPECTING_RSA_KEY_BLOB                     132
0038 # define PEM_R_HEADER_TOO_LONG                            128
0039 # define PEM_R_INCONSISTENT_HEADER                        121
0040 # define PEM_R_KEYBLOB_HEADER_PARSE_ERROR                 122
0041 # define PEM_R_KEYBLOB_TOO_SHORT                          123
0042 # define PEM_R_MISSING_DEK_IV                             129
0043 # define PEM_R_NOT_DEK_INFO                               105
0044 # define PEM_R_NOT_ENCRYPTED                              106
0045 # define PEM_R_NOT_PROC_TYPE                              107
0046 # define PEM_R_NO_START_LINE                              108
0047 # define PEM_R_PROBLEMS_GETTING_PASSWORD                  109
0048 # define PEM_R_PVK_DATA_TOO_SHORT                         124
0049 # define PEM_R_PVK_TOO_SHORT                              125
0050 # define PEM_R_READ_KEY                                   111
0051 # define PEM_R_SHORT_HEADER                               112
0052 # define PEM_R_UNEXPECTED_DEK_IV                          130
0053 # define PEM_R_UNSUPPORTED_CIPHER                         113
0054 # define PEM_R_UNSUPPORTED_ENCRYPTION                     114
0055 # define PEM_R_UNSUPPORTED_KEY_COMPONENTS                 126
0056 # define PEM_R_UNSUPPORTED_PUBLIC_KEY_TYPE                110
0057 
0058 #endif