Back to home page

EIC code displayed by LXR

 
 

    


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

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2021 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_CRMFERR_H
0012 # define OPENSSL_CRMFERR_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_CRMF
0021 
0022 
0023 /*
0024  * CRMF reason codes.
0025  */
0026 #  define CRMF_R_BAD_PBM_ITERATIONCOUNT                    100
0027 #  define CRMF_R_CRMFERROR                                 102
0028 #  define CRMF_R_ERROR                                     103
0029 #  define CRMF_R_ERROR_DECODING_CERTIFICATE                104
0030 #  define CRMF_R_ERROR_DECRYPTING_CERTIFICATE              105
0031 #  define CRMF_R_ERROR_DECRYPTING_SYMMETRIC_KEY            106
0032 #  define CRMF_R_FAILURE_OBTAINING_RANDOM                  107
0033 #  define CRMF_R_ITERATIONCOUNT_BELOW_100                  108
0034 #  define CRMF_R_MALFORMED_IV                              101
0035 #  define CRMF_R_NULL_ARGUMENT                             109
0036 #  define CRMF_R_POPOSKINPUT_NOT_SUPPORTED                 113
0037 #  define CRMF_R_POPO_INCONSISTENT_PUBLIC_KEY              117
0038 #  define CRMF_R_POPO_MISSING                              121
0039 #  define CRMF_R_POPO_MISSING_PUBLIC_KEY                   118
0040 #  define CRMF_R_POPO_MISSING_SUBJECT                      119
0041 #  define CRMF_R_POPO_RAVERIFIED_NOT_ACCEPTED              120
0042 #  define CRMF_R_SETTING_MAC_ALGOR_FAILURE                 110
0043 #  define CRMF_R_SETTING_OWF_ALGOR_FAILURE                 111
0044 #  define CRMF_R_UNSUPPORTED_ALGORITHM                     112
0045 #  define CRMF_R_UNSUPPORTED_CIPHER                        114
0046 #  define CRMF_R_UNSUPPORTED_METHOD_FOR_CREATING_POPO      115
0047 #  define CRMF_R_UNSUPPORTED_POPO_METHOD                   116
0048 
0049 # endif
0050 #endif