1 1.1 christos /* 2 1.1 christos * Generated by util/mkerr.pl DO NOT EDIT 3 1.1.1.3 christos * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. 4 1.1 christos * 5 1.1.1.3 christos * Licensed under the Apache License 2.0 (the "License"). You may not use 6 1.1 christos * this file except in compliance with the License. You can obtain a copy 7 1.1 christos * in the file LICENSE in the source distribution or at 8 1.1 christos * https://www.openssl.org/source/license.html 9 1.1 christos */ 10 1.1 christos 11 1.1.1.3 christos #ifndef OPENSSL_ENGINEERR_H 12 1.1.1.3 christos # define OPENSSL_ENGINEERR_H 13 1.1.1.3 christos # pragma once 14 1.1.1.2 christos 15 1.1 christos # include <openssl/opensslconf.h> 16 1.1.1.3 christos # include <openssl/symhacks.h> 17 1.1.1.3 christos # include <openssl/cryptoerr_legacy.h> 18 1.1 christos 19 1.1 christos 20 1.1.1.3 christos # ifndef OPENSSL_NO_ENGINE 21 1.1 christos 22 1.1 christos 23 1.1 christos /* 24 1.1 christos * ENGINE reason codes. 25 1.1 christos */ 26 1.1 christos # define ENGINE_R_ALREADY_LOADED 100 27 1.1 christos # define ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER 133 28 1.1 christos # define ENGINE_R_CMD_NOT_EXECUTABLE 134 29 1.1 christos # define ENGINE_R_COMMAND_TAKES_INPUT 135 30 1.1 christos # define ENGINE_R_COMMAND_TAKES_NO_INPUT 136 31 1.1 christos # define ENGINE_R_CONFLICTING_ENGINE_ID 103 32 1.1 christos # define ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED 119 33 1.1 christos # define ENGINE_R_DSO_FAILURE 104 34 1.1 christos # define ENGINE_R_DSO_NOT_FOUND 132 35 1.1 christos # define ENGINE_R_ENGINES_SECTION_ERROR 148 36 1.1 christos # define ENGINE_R_ENGINE_CONFIGURATION_ERROR 102 37 1.1 christos # define ENGINE_R_ENGINE_IS_NOT_IN_LIST 105 38 1.1 christos # define ENGINE_R_ENGINE_SECTION_ERROR 149 39 1.1 christos # define ENGINE_R_FAILED_LOADING_PRIVATE_KEY 128 40 1.1 christos # define ENGINE_R_FAILED_LOADING_PUBLIC_KEY 129 41 1.1 christos # define ENGINE_R_FINISH_FAILED 106 42 1.1 christos # define ENGINE_R_ID_OR_NAME_MISSING 108 43 1.1 christos # define ENGINE_R_INIT_FAILED 109 44 1.1 christos # define ENGINE_R_INTERNAL_LIST_ERROR 110 45 1.1 christos # define ENGINE_R_INVALID_ARGUMENT 143 46 1.1 christos # define ENGINE_R_INVALID_CMD_NAME 137 47 1.1 christos # define ENGINE_R_INVALID_CMD_NUMBER 138 48 1.1 christos # define ENGINE_R_INVALID_INIT_VALUE 151 49 1.1 christos # define ENGINE_R_INVALID_STRING 150 50 1.1 christos # define ENGINE_R_NOT_INITIALISED 117 51 1.1 christos # define ENGINE_R_NOT_LOADED 112 52 1.1 christos # define ENGINE_R_NO_CONTROL_FUNCTION 120 53 1.1 christos # define ENGINE_R_NO_INDEX 144 54 1.1 christos # define ENGINE_R_NO_LOAD_FUNCTION 125 55 1.1 christos # define ENGINE_R_NO_REFERENCE 130 56 1.1 christos # define ENGINE_R_NO_SUCH_ENGINE 116 57 1.1 christos # define ENGINE_R_UNIMPLEMENTED_CIPHER 146 58 1.1 christos # define ENGINE_R_UNIMPLEMENTED_DIGEST 147 59 1.1 christos # define ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD 101 60 1.1 christos # define ENGINE_R_VERSION_INCOMPATIBILITY 145 61 1.1 christos 62 1.1 christos # endif 63 1.1 christos #endif 64