annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/include/openssl/pkcs12err.h @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
rev   line source
jpayne@69 1 /*
jpayne@69 2 * Generated by util/mkerr.pl DO NOT EDIT
jpayne@69 3 * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
jpayne@69 4 *
jpayne@69 5 * Licensed under the OpenSSL license (the "License"). You may not use
jpayne@69 6 * this file except in compliance with the License. You can obtain a copy
jpayne@69 7 * in the file LICENSE in the source distribution or at
jpayne@69 8 * https://www.openssl.org/source/license.html
jpayne@69 9 */
jpayne@69 10
jpayne@69 11 #ifndef HEADER_PKCS12ERR_H
jpayne@69 12 # define HEADER_PKCS12ERR_H
jpayne@69 13
jpayne@69 14 # ifndef HEADER_SYMHACKS_H
jpayne@69 15 # include <openssl/symhacks.h>
jpayne@69 16 # endif
jpayne@69 17
jpayne@69 18 # ifdef __cplusplus
jpayne@69 19 extern "C"
jpayne@69 20 # endif
jpayne@69 21 int ERR_load_PKCS12_strings(void);
jpayne@69 22
jpayne@69 23 /*
jpayne@69 24 * PKCS12 function codes.
jpayne@69 25 */
jpayne@69 26 # define PKCS12_F_OPENSSL_ASC2UNI 121
jpayne@69 27 # define PKCS12_F_OPENSSL_UNI2ASC 124
jpayne@69 28 # define PKCS12_F_OPENSSL_UNI2UTF8 127
jpayne@69 29 # define PKCS12_F_OPENSSL_UTF82UNI 129
jpayne@69 30 # define PKCS12_F_PKCS12_CREATE 105
jpayne@69 31 # define PKCS12_F_PKCS12_GEN_MAC 107
jpayne@69 32 # define PKCS12_F_PKCS12_INIT 109
jpayne@69 33 # define PKCS12_F_PKCS12_ITEM_DECRYPT_D2I 106
jpayne@69 34 # define PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT 108
jpayne@69 35 # define PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG 117
jpayne@69 36 # define PKCS12_F_PKCS12_KEY_GEN_ASC 110
jpayne@69 37 # define PKCS12_F_PKCS12_KEY_GEN_UNI 111
jpayne@69 38 # define PKCS12_F_PKCS12_KEY_GEN_UTF8 116
jpayne@69 39 # define PKCS12_F_PKCS12_NEWPASS 128
jpayne@69 40 # define PKCS12_F_PKCS12_PACK_P7DATA 114
jpayne@69 41 # define PKCS12_F_PKCS12_PACK_P7ENCDATA 115
jpayne@69 42 # define PKCS12_F_PKCS12_PARSE 118
jpayne@69 43 # define PKCS12_F_PKCS12_PBE_CRYPT 119
jpayne@69 44 # define PKCS12_F_PKCS12_PBE_KEYIVGEN 120
jpayne@69 45 # define PKCS12_F_PKCS12_SAFEBAG_CREATE0_P8INF 112
jpayne@69 46 # define PKCS12_F_PKCS12_SAFEBAG_CREATE0_PKCS8 113
jpayne@69 47 # define PKCS12_F_PKCS12_SAFEBAG_CREATE_PKCS8_ENCRYPT 133
jpayne@69 48 # define PKCS12_F_PKCS12_SETUP_MAC 122
jpayne@69 49 # define PKCS12_F_PKCS12_SET_MAC 123
jpayne@69 50 # define PKCS12_F_PKCS12_UNPACK_AUTHSAFES 130
jpayne@69 51 # define PKCS12_F_PKCS12_UNPACK_P7DATA 131
jpayne@69 52 # define PKCS12_F_PKCS12_VERIFY_MAC 126
jpayne@69 53 # define PKCS12_F_PKCS8_ENCRYPT 125
jpayne@69 54 # define PKCS12_F_PKCS8_SET0_PBE 132
jpayne@69 55
jpayne@69 56 /*
jpayne@69 57 * PKCS12 reason codes.
jpayne@69 58 */
jpayne@69 59 # define PKCS12_R_CANT_PACK_STRUCTURE 100
jpayne@69 60 # define PKCS12_R_CONTENT_TYPE_NOT_DATA 121
jpayne@69 61 # define PKCS12_R_DECODE_ERROR 101
jpayne@69 62 # define PKCS12_R_ENCODE_ERROR 102
jpayne@69 63 # define PKCS12_R_ENCRYPT_ERROR 103
jpayne@69 64 # define PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE 120
jpayne@69 65 # define PKCS12_R_INVALID_NULL_ARGUMENT 104
jpayne@69 66 # define PKCS12_R_INVALID_NULL_PKCS12_POINTER 105
jpayne@69 67 # define PKCS12_R_IV_GEN_ERROR 106
jpayne@69 68 # define PKCS12_R_KEY_GEN_ERROR 107
jpayne@69 69 # define PKCS12_R_MAC_ABSENT 108
jpayne@69 70 # define PKCS12_R_MAC_GENERATION_ERROR 109
jpayne@69 71 # define PKCS12_R_MAC_SETUP_ERROR 110
jpayne@69 72 # define PKCS12_R_MAC_STRING_SET_ERROR 111
jpayne@69 73 # define PKCS12_R_MAC_VERIFY_FAILURE 113
jpayne@69 74 # define PKCS12_R_PARSE_ERROR 114
jpayne@69 75 # define PKCS12_R_PKCS12_ALGOR_CIPHERINIT_ERROR 115
jpayne@69 76 # define PKCS12_R_PKCS12_CIPHERFINAL_ERROR 116
jpayne@69 77 # define PKCS12_R_PKCS12_PBE_CRYPT_ERROR 117
jpayne@69 78 # define PKCS12_R_UNKNOWN_DIGEST_ALGORITHM 118
jpayne@69 79 # define PKCS12_R_UNSUPPORTED_PKCS12_MODE 119
jpayne@69 80
jpayne@69 81 #endif