File indexing completed on 2025-01-18 10:05:48
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef OPENSSL_PKCS12ERR_H
0012 # define OPENSSL_PKCS12ERR_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
0023
0024 # define PKCS12_R_CALLBACK_FAILED 115
0025 # define PKCS12_R_CANT_PACK_STRUCTURE 100
0026 # define PKCS12_R_CONTENT_TYPE_NOT_DATA 121
0027 # define PKCS12_R_DECODE_ERROR 101
0028 # define PKCS12_R_ENCODE_ERROR 102
0029 # define PKCS12_R_ENCRYPT_ERROR 103
0030 # define PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE 120
0031 # define PKCS12_R_INVALID_NULL_ARGUMENT 104
0032 # define PKCS12_R_INVALID_NULL_PKCS12_POINTER 105
0033 # define PKCS12_R_INVALID_TYPE 112
0034 # define PKCS12_R_IV_GEN_ERROR 106
0035 # define PKCS12_R_KEY_GEN_ERROR 107
0036 # define PKCS12_R_MAC_ABSENT 108
0037 # define PKCS12_R_MAC_GENERATION_ERROR 109
0038 # define PKCS12_R_MAC_SETUP_ERROR 110
0039 # define PKCS12_R_MAC_STRING_SET_ERROR 111
0040 # define PKCS12_R_MAC_VERIFY_FAILURE 113
0041 # define PKCS12_R_PARSE_ERROR 114
0042 # define PKCS12_R_PKCS12_CIPHERFINAL_ERROR 116
0043 # define PKCS12_R_UNKNOWN_DIGEST_ALGORITHM 118
0044 # define PKCS12_R_UNSUPPORTED_PKCS12_MODE 119
0045
0046 #endif