| 1 | /* |
| 2 | * Generated by util/mkerr.pl DO NOT EDIT |
| 3 | * Copyright 1995-2023 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 | |
| 11 | #ifndef OPENSSL_DHERR_H |
| 12 | #define OPENSSL_DHERR_H |
| 13 | #pragma once |
| 14 | |
| 15 | #include <openssl/opensslconf.h> |
| 16 | #include <openssl/symhacks.h> |
| 17 | #include <openssl/cryptoerr_legacy.h> |
| 18 | |
| 19 | #ifndef OPENSSL_NO_DH |
| 20 | |
| 21 | /* |
| 22 | * DH reason codes. |
| 23 | */ |
| 24 | #define DH_R_BAD_FFC_PARAMETERS 127 |
| 25 | #define DH_R_BAD_GENERATOR 101 |
| 26 | #define DH_R_BN_DECODE_ERROR 109 |
| 27 | #define DH_R_BN_ERROR 106 |
| 28 | #define DH_R_CHECK_INVALID_J_VALUE 115 |
| 29 | #define DH_R_CHECK_INVALID_Q_VALUE 116 |
| 30 | #define DH_R_CHECK_PUBKEY_INVALID 122 |
| 31 | #define DH_R_CHECK_PUBKEY_TOO_LARGE 123 |
| 32 | #define DH_R_CHECK_PUBKEY_TOO_SMALL 124 |
| 33 | #define DH_R_CHECK_P_NOT_PRIME 117 |
| 34 | #define DH_R_CHECK_P_NOT_SAFE_PRIME 118 |
| 35 | #define DH_R_CHECK_Q_NOT_PRIME 119 |
| 36 | #define DH_R_DECODE_ERROR 104 |
| 37 | #define DH_R_INVALID_PARAMETER_NAME 110 |
| 38 | #define DH_R_INVALID_PARAMETER_NID 114 |
| 39 | #define DH_R_INVALID_PUBKEY 102 |
| 40 | #define DH_R_INVALID_SECRET 128 |
| 41 | #define DH_R_INVALID_SIZE 129 |
| 42 | #define DH_R_KDF_PARAMETER_ERROR 112 |
| 43 | #define DH_R_KEYS_NOT_SET 108 |
| 44 | #define DH_R_MISSING_PUBKEY 125 |
| 45 | #define DH_R_MODULUS_TOO_LARGE 103 |
| 46 | #define DH_R_MODULUS_TOO_SMALL 126 |
| 47 | #define DH_R_NOT_SUITABLE_GENERATOR 120 |
| 48 | #define DH_R_NO_PARAMETERS_SET 107 |
| 49 | #define DH_R_NO_PRIVATE_VALUE 100 |
| 50 | #define DH_R_PARAMETER_ENCODING_ERROR 105 |
| 51 | #define DH_R_PEER_KEY_ERROR 111 |
| 52 | #define DH_R_Q_TOO_LARGE 130 |
| 53 | #define DH_R_SHARED_INFO_ERROR 113 |
| 54 | #define DH_R_UNABLE_TO_CHECK_GENERATOR 121 |
| 55 | |
| 56 | #endif |
| 57 | #endif |
| 58 | |