Back to home page

EIC code displayed by LXR

 
 

    


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

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