Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/openssl/engineerr.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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_ENGINEERR_H
0012 # define OPENSSL_ENGINEERR_H
0013 # pragma once
0014 
0015 # include <openssl/opensslconf.h>
0016 # include <openssl/symhacks.h>
0017 # include <openssl/cryptoerr_legacy.h>
0018 
0019 
0020 # ifndef OPENSSL_NO_ENGINE
0021 
0022 
0023 /*
0024  * ENGINE reason codes.
0025  */
0026 #  define ENGINE_R_ALREADY_LOADED                          100
0027 #  define ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER                133
0028 #  define ENGINE_R_CMD_NOT_EXECUTABLE                      134
0029 #  define ENGINE_R_COMMAND_TAKES_INPUT                     135
0030 #  define ENGINE_R_COMMAND_TAKES_NO_INPUT                  136
0031 #  define ENGINE_R_CONFLICTING_ENGINE_ID                   103
0032 #  define ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED            119
0033 #  define ENGINE_R_DSO_FAILURE                             104
0034 #  define ENGINE_R_DSO_NOT_FOUND                           132
0035 #  define ENGINE_R_ENGINES_SECTION_ERROR                   148
0036 #  define ENGINE_R_ENGINE_CONFIGURATION_ERROR              102
0037 #  define ENGINE_R_ENGINE_IS_NOT_IN_LIST                   105
0038 #  define ENGINE_R_ENGINE_SECTION_ERROR                    149
0039 #  define ENGINE_R_FAILED_LOADING_PRIVATE_KEY              128
0040 #  define ENGINE_R_FAILED_LOADING_PUBLIC_KEY               129
0041 #  define ENGINE_R_FINISH_FAILED                           106
0042 #  define ENGINE_R_ID_OR_NAME_MISSING                      108
0043 #  define ENGINE_R_INIT_FAILED                             109
0044 #  define ENGINE_R_INTERNAL_LIST_ERROR                     110
0045 #  define ENGINE_R_INVALID_ARGUMENT                        143
0046 #  define ENGINE_R_INVALID_CMD_NAME                        137
0047 #  define ENGINE_R_INVALID_CMD_NUMBER                      138
0048 #  define ENGINE_R_INVALID_INIT_VALUE                      151
0049 #  define ENGINE_R_INVALID_STRING                          150
0050 #  define ENGINE_R_NOT_INITIALISED                         117
0051 #  define ENGINE_R_NOT_LOADED                              112
0052 #  define ENGINE_R_NO_CONTROL_FUNCTION                     120
0053 #  define ENGINE_R_NO_INDEX                                144
0054 #  define ENGINE_R_NO_LOAD_FUNCTION                        125
0055 #  define ENGINE_R_NO_REFERENCE                            130
0056 #  define ENGINE_R_NO_SUCH_ENGINE                          116
0057 #  define ENGINE_R_UNIMPLEMENTED_CIPHER                    146
0058 #  define ENGINE_R_UNIMPLEMENTED_DIGEST                    147
0059 #  define ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD         101
0060 #  define ENGINE_R_VERSION_INCOMPATIBILITY                 145
0061 
0062 # endif
0063 #endif