Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-06-03 08:37:29

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_STOREERR_H
0012 #define OPENSSL_STOREERR_H
0013 #pragma once
0014 
0015 #include <openssl/opensslconf.h>
0016 #include <openssl/symhacks.h>
0017 #include <openssl/cryptoerr_legacy.h>
0018 
0019 /*
0020  * OSSL_STORE reason codes.
0021  */
0022 #define OSSL_STORE_R_AMBIGUOUS_CONTENT_TYPE 107
0023 #define OSSL_STORE_R_BAD_PASSWORD_READ 115
0024 #define OSSL_STORE_R_ERROR_VERIFYING_PKCS12_MAC 113
0025 #define OSSL_STORE_R_FINGERPRINT_SIZE_DOES_NOT_MATCH_DIGEST 121
0026 #define OSSL_STORE_R_INVALID_SCHEME 106
0027 #define OSSL_STORE_R_IS_NOT_A 112
0028 #define OSSL_STORE_R_LOADER_INCOMPLETE 116
0029 #define OSSL_STORE_R_LOADING_STARTED 117
0030 #define OSSL_STORE_R_NOT_A_CERTIFICATE 100
0031 #define OSSL_STORE_R_NOT_A_CRL 101
0032 #define OSSL_STORE_R_NOT_A_NAME 103
0033 #define OSSL_STORE_R_NOT_A_PRIVATE_KEY 102
0034 #define OSSL_STORE_R_NOT_A_PUBLIC_KEY 122
0035 #define OSSL_STORE_R_NOT_PARAMETERS 104
0036 #define OSSL_STORE_R_NO_LOADERS_FOUND 123
0037 #define OSSL_STORE_R_PASSPHRASE_CALLBACK_ERROR 114
0038 #define OSSL_STORE_R_PATH_MUST_BE_ABSOLUTE 108
0039 #define OSSL_STORE_R_SEARCH_ONLY_SUPPORTED_FOR_DIRECTORIES 119
0040 #define OSSL_STORE_R_UI_PROCESS_INTERRUPTED_OR_CANCELLED 109
0041 #define OSSL_STORE_R_UNREGISTERED_SCHEME 105
0042 #define OSSL_STORE_R_UNSUPPORTED_CONTENT_TYPE 110
0043 #define OSSL_STORE_R_UNSUPPORTED_OPERATION 118
0044 #define OSSL_STORE_R_UNSUPPORTED_SEARCH_TYPE 120
0045 #define OSSL_STORE_R_URI_AUTHORITY_UNSUPPORTED 111
0046 
0047 #endif