Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-06-27 08:41:04

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2025 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 #ifndef OPENSSL_NO_CRMF
0020 
0021 /*
0022  * CRMF reason codes.
0023  */
0024 #define CRMF_R_BAD_PBM_ITERATIONCOUNT 100
0025 #define CRMF_R_CMS_NOT_SUPPORTED 122
0026 #define CRMF_R_CRMFERROR 102
0027 #define CRMF_R_ERROR 103
0028 #define CRMF_R_ERROR_DECODING_CERTIFICATE 104
0029 #define CRMF_R_ERROR_DECODING_ENCRYPTEDKEY 123
0030 #define CRMF_R_ERROR_DECRYPTING_CERTIFICATE 105
0031 #define CRMF_R_ERROR_DECRYPTING_ENCRYPTEDKEY 124
0032 #define CRMF_R_ERROR_DECRYPTING_ENCRYPTEDVALUE 125
0033 #define CRMF_R_ERROR_DECRYPTING_SYMMETRIC_KEY 106
0034 #define CRMF_R_ERROR_SETTING_PURPOSE 126
0035 #define CRMF_R_ERROR_VERIFYING_ENCRYPTEDKEY 127
0036 #define CRMF_R_FAILURE_OBTAINING_RANDOM 107
0037 #define CRMF_R_ITERATIONCOUNT_BELOW_100 108
0038 #define CRMF_R_MALFORMED_IV 101
0039 #define CRMF_R_NULL_ARGUMENT 109
0040 #define CRMF_R_POPOSKINPUT_NOT_SUPPORTED 113
0041 #define CRMF_R_POPO_INCONSISTENT_CENTRAL_KEYGEN 128
0042 #define CRMF_R_POPO_INCONSISTENT_PUBLIC_KEY 117
0043 #define CRMF_R_POPO_MISSING 121
0044 #define CRMF_R_POPO_MISSING_PUBLIC_KEY 118
0045 #define CRMF_R_POPO_MISSING_SUBJECT 119
0046 #define CRMF_R_POPO_RAVERIFIED_NOT_ACCEPTED 120
0047 #define CRMF_R_SETTING_MAC_ALGOR_FAILURE 110
0048 #define CRMF_R_SETTING_OWF_ALGOR_FAILURE 111
0049 #define CRMF_R_UNSUPPORTED_ALGORITHM 112
0050 #define CRMF_R_UNSUPPORTED_CIPHER 114
0051 #define CRMF_R_UNSUPPORTED_METHOD_FOR_CREATING_POPO 115
0052 #define CRMF_R_UNSUPPORTED_POPO_METHOD 116
0053 
0054 #endif
0055 #endif