annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/include/openssl/dsaerr.h @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
rev   line source
jpayne@69 1 /*
jpayne@69 2 * Generated by util/mkerr.pl DO NOT EDIT
jpayne@69 3 * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
jpayne@69 4 *
jpayne@69 5 * Licensed under the OpenSSL license (the "License"). You may not use
jpayne@69 6 * this file except in compliance with the License. You can obtain a copy
jpayne@69 7 * in the file LICENSE in the source distribution or at
jpayne@69 8 * https://www.openssl.org/source/license.html
jpayne@69 9 */
jpayne@69 10
jpayne@69 11 #ifndef HEADER_DSAERR_H
jpayne@69 12 # define HEADER_DSAERR_H
jpayne@69 13
jpayne@69 14 # ifndef HEADER_SYMHACKS_H
jpayne@69 15 # include <openssl/symhacks.h>
jpayne@69 16 # endif
jpayne@69 17
jpayne@69 18 # include <openssl/opensslconf.h>
jpayne@69 19
jpayne@69 20 # ifndef OPENSSL_NO_DSA
jpayne@69 21
jpayne@69 22 # ifdef __cplusplus
jpayne@69 23 extern "C"
jpayne@69 24 # endif
jpayne@69 25 int ERR_load_DSA_strings(void);
jpayne@69 26
jpayne@69 27 /*
jpayne@69 28 * DSA function codes.
jpayne@69 29 */
jpayne@69 30 # define DSA_F_DSAPARAMS_PRINT 100
jpayne@69 31 # define DSA_F_DSAPARAMS_PRINT_FP 101
jpayne@69 32 # define DSA_F_DSA_BUILTIN_PARAMGEN 125
jpayne@69 33 # define DSA_F_DSA_BUILTIN_PARAMGEN2 126
jpayne@69 34 # define DSA_F_DSA_DO_SIGN 112
jpayne@69 35 # define DSA_F_DSA_DO_VERIFY 113
jpayne@69 36 # define DSA_F_DSA_METH_DUP 127
jpayne@69 37 # define DSA_F_DSA_METH_NEW 128
jpayne@69 38 # define DSA_F_DSA_METH_SET1_NAME 129
jpayne@69 39 # define DSA_F_DSA_NEW_METHOD 103
jpayne@69 40 # define DSA_F_DSA_PARAM_DECODE 119
jpayne@69 41 # define DSA_F_DSA_PRINT_FP 105
jpayne@69 42 # define DSA_F_DSA_PRIV_DECODE 115
jpayne@69 43 # define DSA_F_DSA_PRIV_ENCODE 116
jpayne@69 44 # define DSA_F_DSA_PUB_DECODE 117
jpayne@69 45 # define DSA_F_DSA_PUB_ENCODE 118
jpayne@69 46 # define DSA_F_DSA_SIGN 106
jpayne@69 47 # define DSA_F_DSA_SIGN_SETUP 107
jpayne@69 48 # define DSA_F_DSA_SIG_NEW 102
jpayne@69 49 # define DSA_F_OLD_DSA_PRIV_DECODE 122
jpayne@69 50 # define DSA_F_PKEY_DSA_CTRL 120
jpayne@69 51 # define DSA_F_PKEY_DSA_CTRL_STR 104
jpayne@69 52 # define DSA_F_PKEY_DSA_KEYGEN 121
jpayne@69 53
jpayne@69 54 /*
jpayne@69 55 * DSA reason codes.
jpayne@69 56 */
jpayne@69 57 # define DSA_R_BAD_Q_VALUE 102
jpayne@69 58 # define DSA_R_BN_DECODE_ERROR 108
jpayne@69 59 # define DSA_R_BN_ERROR 109
jpayne@69 60 # define DSA_R_DECODE_ERROR 104
jpayne@69 61 # define DSA_R_INVALID_DIGEST_TYPE 106
jpayne@69 62 # define DSA_R_INVALID_PARAMETERS 112
jpayne@69 63 # define DSA_R_MISSING_PARAMETERS 101
jpayne@69 64 # define DSA_R_MISSING_PRIVATE_KEY 111
jpayne@69 65 # define DSA_R_MODULUS_TOO_LARGE 103
jpayne@69 66 # define DSA_R_NO_PARAMETERS_SET 107
jpayne@69 67 # define DSA_R_PARAMETER_ENCODING_ERROR 105
jpayne@69 68 # define DSA_R_Q_NOT_PRIME 113
jpayne@69 69 # define DSA_R_SEED_LEN_SMALL 110
jpayne@69 70
jpayne@69 71 # endif
jpayne@69 72 #endif