dherr.h 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /*
  2. * Generated by util/mkerr.pl DO NOT EDIT
  3. * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
  4. *
  5. * Licensed under the OpenSSL license (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 HEADER_DHERR_H
  11. # define HEADER_DHERR_H
  12. # include <openssl/opensslconf.h>
  13. # ifndef OPENSSL_NO_DH
  14. # ifdef __cplusplus
  15. extern "C"
  16. # endif
  17. int ERR_load_DH_strings(void);
  18. /*
  19. * DH function codes.
  20. */
  21. # define DH_F_COMPUTE_KEY 102
  22. # define DH_F_DHPARAMS_PRINT_FP 101
  23. # define DH_F_DH_BUILTIN_GENPARAMS 106
  24. # define DH_F_DH_CHECK_EX 121
  25. # define DH_F_DH_CHECK_PARAMS_EX 122
  26. # define DH_F_DH_CHECK_PUB_KEY_EX 123
  27. # define DH_F_DH_CMS_DECRYPT 114
  28. # define DH_F_DH_CMS_SET_PEERKEY 115
  29. # define DH_F_DH_CMS_SET_SHARED_INFO 116
  30. # define DH_F_DH_METH_DUP 117
  31. # define DH_F_DH_METH_NEW 118
  32. # define DH_F_DH_METH_SET1_NAME 119
  33. # define DH_F_DH_NEW_BY_NID 104
  34. # define DH_F_DH_NEW_METHOD 105
  35. # define DH_F_DH_PARAM_DECODE 107
  36. # define DH_F_DH_PKEY_PUBLIC_CHECK 124
  37. # define DH_F_DH_PRIV_DECODE 110
  38. # define DH_F_DH_PRIV_ENCODE 111
  39. # define DH_F_DH_PUB_DECODE 108
  40. # define DH_F_DH_PUB_ENCODE 109
  41. # define DH_F_DO_DH_PRINT 100
  42. # define DH_F_GENERATE_KEY 103
  43. # define DH_F_PKEY_DH_CTRL_STR 120
  44. # define DH_F_PKEY_DH_DERIVE 112
  45. # define DH_F_PKEY_DH_KEYGEN 113
  46. /*
  47. * DH reason codes.
  48. */
  49. # define DH_R_BAD_GENERATOR 101
  50. # define DH_R_BN_DECODE_ERROR 109
  51. # define DH_R_BN_ERROR 106
  52. # define DH_R_CHECK_INVALID_J_VALUE 115
  53. # define DH_R_CHECK_INVALID_Q_VALUE 116
  54. # define DH_R_CHECK_PUBKEY_INVALID 122
  55. # define DH_R_CHECK_PUBKEY_TOO_LARGE 123
  56. # define DH_R_CHECK_PUBKEY_TOO_SMALL 124
  57. # define DH_R_CHECK_P_NOT_PRIME 117
  58. # define DH_R_CHECK_P_NOT_SAFE_PRIME 118
  59. # define DH_R_CHECK_Q_NOT_PRIME 119
  60. # define DH_R_DECODE_ERROR 104
  61. # define DH_R_INVALID_PARAMETER_NAME 110
  62. # define DH_R_INVALID_PARAMETER_NID 114
  63. # define DH_R_INVALID_PUBKEY 102
  64. # define DH_R_KDF_PARAMETER_ERROR 112
  65. # define DH_R_KEYS_NOT_SET 108
  66. # define DH_R_MISSING_PUBKEY 125
  67. # define DH_R_MODULUS_TOO_LARGE 103
  68. # define DH_R_NOT_SUITABLE_GENERATOR 120
  69. # define DH_R_NO_PARAMETERS_SET 107
  70. # define DH_R_NO_PRIVATE_VALUE 100
  71. # define DH_R_PARAMETER_ENCODING_ERROR 105
  72. # define DH_R_PEER_KEY_ERROR 111
  73. # define DH_R_SHARED_INFO_ERROR 113
  74. # define DH_R_UNABLE_TO_CHECK_GENERATOR 121
  75. # endif
  76. #endif