You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

engineerr.h 2.0 kB

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