113d40330Schristos /* 213d40330Schristos * Generated by util/mkerr.pl DO NOT EDIT 3*4170684fSchristos * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved. 413d40330Schristos * 5b0d17251Schristos * Licensed under the Apache License 2.0 (the "License"). You may not use 613d40330Schristos * this file except in compliance with the License. You can obtain a copy 713d40330Schristos * in the file LICENSE in the source distribution or at 813d40330Schristos * https://www.openssl.org/source/license.html 913d40330Schristos */ 1013d40330Schristos 11b0d17251Schristos #ifndef OPENSSL_DSAERR_H 12b0d17251Schristos # define OPENSSL_DSAERR_H 13b0d17251Schristos # pragma once 144ce06407Schristos 1513d40330Schristos # include <openssl/opensslconf.h> 16b0d17251Schristos # include <openssl/symhacks.h> 17b0d17251Schristos # include <openssl/cryptoerr_legacy.h> 18b0d17251Schristos 1913d40330Schristos 2013d40330Schristos # ifndef OPENSSL_NO_DSA 2113d40330Schristos 2213d40330Schristos 2313d40330Schristos /* 2413d40330Schristos * DSA reason codes. 2513d40330Schristos */ 26b0d17251Schristos # define DSA_R_BAD_FFC_PARAMETERS 114 2713d40330Schristos # define DSA_R_BAD_Q_VALUE 102 2813d40330Schristos # define DSA_R_BN_DECODE_ERROR 108 2913d40330Schristos # define DSA_R_BN_ERROR 109 3013d40330Schristos # define DSA_R_DECODE_ERROR 104 3113d40330Schristos # define DSA_R_INVALID_DIGEST_TYPE 106 3213d40330Schristos # define DSA_R_INVALID_PARAMETERS 112 3313d40330Schristos # define DSA_R_MISSING_PARAMETERS 101 344ce06407Schristos # define DSA_R_MISSING_PRIVATE_KEY 111 3513d40330Schristos # define DSA_R_MODULUS_TOO_LARGE 103 3613d40330Schristos # define DSA_R_NO_PARAMETERS_SET 107 3713d40330Schristos # define DSA_R_PARAMETER_ENCODING_ERROR 105 38b0d17251Schristos # define DSA_R_P_NOT_PRIME 115 3913d40330Schristos # define DSA_R_Q_NOT_PRIME 113 4013d40330Schristos # define DSA_R_SEED_LEN_SMALL 110 41*4170684fSchristos # define DSA_R_TOO_MANY_RETRIES 116 4213d40330Schristos 4313d40330Schristos # endif 4413d40330Schristos #endif 45