Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:42

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
0004  *
0005  * Licensed under the Apache License 2.0 (the "License").  You may not use
0006  * this file except in compliance with the License.  You can obtain a copy
0007  * in the file LICENSE in the source distribution or at
0008  * https://www.openssl.org/source/license.html
0009  */
0010 
0011 #ifndef OPENSSL_DSAERR_H
0012 # define OPENSSL_DSAERR_H
0013 # pragma once
0014 
0015 # include <openssl/opensslconf.h>
0016 # include <openssl/symhacks.h>
0017 # include <openssl/cryptoerr_legacy.h>
0018 
0019 
0020 # ifndef OPENSSL_NO_DSA
0021 
0022 
0023 /*
0024  * DSA reason codes.
0025  */
0026 #  define DSA_R_BAD_FFC_PARAMETERS                         114
0027 #  define DSA_R_BAD_Q_VALUE                                102
0028 #  define DSA_R_BN_DECODE_ERROR                            108
0029 #  define DSA_R_BN_ERROR                                   109
0030 #  define DSA_R_DECODE_ERROR                               104
0031 #  define DSA_R_INVALID_DIGEST_TYPE                        106
0032 #  define DSA_R_INVALID_PARAMETERS                         112
0033 #  define DSA_R_MISSING_PARAMETERS                         101
0034 #  define DSA_R_MISSING_PRIVATE_KEY                        111
0035 #  define DSA_R_MODULUS_TOO_LARGE                          103
0036 #  define DSA_R_NO_PARAMETERS_SET                          107
0037 #  define DSA_R_PARAMETER_ENCODING_ERROR                   105
0038 #  define DSA_R_P_NOT_PRIME                                115
0039 #  define DSA_R_Q_NOT_PRIME                                113
0040 #  define DSA_R_SEED_LEN_SMALL                             110
0041 #  define DSA_R_TOO_MANY_RETRIES                           116
0042 
0043 # endif
0044 #endif