Changeset 94082 in vbox for trunk/src/libs/openssl-3.0.1/include/openssl/dsaerr.h
- Timestamp:
- Mar 3, 2022 7:17:34 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150325
- Location:
- trunk/src/libs/openssl-3.0.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.1
- Property svn:mergeinfo
-
old new 12 12 /vendor/openssl/1.1.1c:131722-131725 13 13 /vendor/openssl/1.1.1k:145841-145843 14 /vendor/openssl/3.0.1:150323-150324 15 /vendor/openssl/current:147554-150322
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.1/include/openssl/dsaerr.h
r91772 r94082 1 1 /* 2 2 * Generated by util/mkerr.pl DO NOT EDIT 3 * Copyright 1995-20 19The OpenSSL Project Authors. All Rights Reserved.3 * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. 4 4 * 5 * Licensed under the OpenSSL license(the "License"). You may not use5 * Licensed under the Apache License 2.0 (the "License"). You may not use 6 6 * this file except in compliance with the License. You can obtain a copy 7 7 * in the file LICENSE in the source distribution or at … … 9 9 */ 10 10 11 #ifndef HEADER_DSAERR_H 12 # define HEADER_DSAERR_H 13 14 # ifndef HEADER_SYMHACKS_H 15 # include <openssl/symhacks.h> 16 # endif 11 #ifndef OPENSSL_DSAERR_H 12 # define OPENSSL_DSAERR_H 13 # pragma once 17 14 18 15 # include <openssl/opensslconf.h> 16 # include <openssl/symhacks.h> 17 # include <openssl/cryptoerr_legacy.h> 18 19 19 20 20 # ifndef OPENSSL_NO_DSA 21 21 22 # ifdef __cplusplus23 extern "C"24 # endif25 int ERR_load_DSA_strings(void);26 27 /*28 * DSA function codes.29 */30 # define DSA_F_DSAPARAMS_PRINT 10031 # define DSA_F_DSAPARAMS_PRINT_FP 10132 # define DSA_F_DSA_BUILTIN_PARAMGEN 12533 # define DSA_F_DSA_BUILTIN_PARAMGEN2 12634 # define DSA_F_DSA_DO_SIGN 11235 # define DSA_F_DSA_DO_VERIFY 11336 # define DSA_F_DSA_METH_DUP 12737 # define DSA_F_DSA_METH_NEW 12838 # define DSA_F_DSA_METH_SET1_NAME 12939 # define DSA_F_DSA_NEW_METHOD 10340 # define DSA_F_DSA_PARAM_DECODE 11941 # define DSA_F_DSA_PRINT_FP 10542 # define DSA_F_DSA_PRIV_DECODE 11543 # define DSA_F_DSA_PRIV_ENCODE 11644 # define DSA_F_DSA_PUB_DECODE 11745 # define DSA_F_DSA_PUB_ENCODE 11846 # define DSA_F_DSA_SIGN 10647 # define DSA_F_DSA_SIGN_SETUP 10748 # define DSA_F_DSA_SIG_NEW 10249 # define DSA_F_OLD_DSA_PRIV_DECODE 12250 # define DSA_F_PKEY_DSA_CTRL 12051 # define DSA_F_PKEY_DSA_CTRL_STR 10452 # define DSA_F_PKEY_DSA_KEYGEN 12153 22 54 23 /* 55 24 * DSA reason codes. 56 25 */ 26 # define DSA_R_BAD_FFC_PARAMETERS 114 57 27 # define DSA_R_BAD_Q_VALUE 102 58 28 # define DSA_R_BN_DECODE_ERROR 108 … … 66 36 # define DSA_R_NO_PARAMETERS_SET 107 67 37 # define DSA_R_PARAMETER_ENCODING_ERROR 105 38 # define DSA_R_P_NOT_PRIME 115 68 39 # define DSA_R_Q_NOT_PRIME 113 69 40 # define DSA_R_SEED_LEN_SMALL 110
Note:
See TracChangeset
for help on using the changeset viewer.