1160814Ssimon/* ====================================================================
2160814Ssimon * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
3160814Ssimon *
4160814Ssimon * Redistribution and use in source and binary forms, with or without
5160814Ssimon * modification, are permitted provided that the following conditions
6160814Ssimon * are met:
7160814Ssimon *
8160814Ssimon * 1. Redistributions of source code must retain the above copyright
9296465Sdelphij *    notice, this list of conditions and the following disclaimer.
10160814Ssimon *
11160814Ssimon * 2. Redistributions in binary form must reproduce the above copyright
12160814Ssimon *    notice, this list of conditions and the following disclaimer in
13160814Ssimon *    the documentation and/or other materials provided with the
14160814Ssimon *    distribution.
15160814Ssimon *
16160814Ssimon * 3. All advertising materials mentioning features or use of this
17160814Ssimon *    software must display the following acknowledgment:
18160814Ssimon *    "This product includes software developed by the OpenSSL Project
19160814Ssimon *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
20160814Ssimon *
21160814Ssimon * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
22160814Ssimon *    endorse or promote products derived from this software without
23160814Ssimon *    prior written permission. For written permission, please contact
24160814Ssimon *    openssl-core@openssl.org.
25160814Ssimon *
26160814Ssimon * 5. Products derived from this software may not be called "OpenSSL"
27160814Ssimon *    nor may "OpenSSL" appear in their names without prior written
28160814Ssimon *    permission of the OpenSSL Project.
29160814Ssimon *
30160814Ssimon * 6. Redistributions of any form whatsoever must retain the following
31160814Ssimon *    acknowledgment:
32160814Ssimon *    "This product includes software developed by the OpenSSL Project
33160814Ssimon *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
34160814Ssimon *
35160814Ssimon * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
36160814Ssimon * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
37160814Ssimon * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
38160814Ssimon * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
39160814Ssimon * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
40160814Ssimon * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
41160814Ssimon * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
42160814Ssimon * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
43160814Ssimon * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
44160814Ssimon * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
45160814Ssimon * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
46160814Ssimon * OF THE POSSIBILITY OF SUCH DAMAGE.
47160814Ssimon * ====================================================================
48160814Ssimon *
49160814Ssimon * This product includes cryptographic software written by Eric Young
50160814Ssimon * (eay@cryptsoft.com).  This product includes software written by Tim
51160814Ssimon * Hudson (tjh@cryptsoft.com).
52160814Ssimon *
53160814Ssimon */
54160814Ssimon
55160814Ssimon#ifndef HEADER_AEPHK_ERR_H
56296465Sdelphij# define HEADER_AEPHK_ERR_H
57160814Ssimon
58194206Ssimon#ifdef  __cplusplus
59194206Ssimonextern "C" {
60194206Ssimon#endif
61194206Ssimon
62160814Ssimon/* BEGIN ERROR CODES */
63296465Sdelphij/*
64296465Sdelphij * The following lines are auto generated by the script mkerr.pl. Any changes
65160814Ssimon * made after this point may be overwritten when the script is next run.
66160814Ssimon */
67160814Ssimonstatic void ERR_load_AEPHK_strings(void);
68160814Ssimonstatic void ERR_unload_AEPHK_strings(void);
69160814Ssimonstatic void ERR_AEPHK_error(int function, int reason, char *file, int line);
70296465Sdelphij# define AEPHKerr(f,r) ERR_AEPHK_error((f),(r),__FILE__,__LINE__)
71160814Ssimon
72160814Ssimon/* Error codes for the AEPHK functions. */
73160814Ssimon
74160814Ssimon/* Function codes. */
75296465Sdelphij# define AEPHK_F_AEP_CTRL                                 100
76296465Sdelphij# define AEPHK_F_AEP_FINISH                               101
77296465Sdelphij# define AEPHK_F_AEP_GET_CONNECTION                       102
78296465Sdelphij# define AEPHK_F_AEP_INIT                                 103
79296465Sdelphij# define AEPHK_F_AEP_MOD_EXP                              104
80296465Sdelphij# define AEPHK_F_AEP_MOD_EXP_CRT                          105
81296465Sdelphij# define AEPHK_F_AEP_RAND                                 106
82296465Sdelphij# define AEPHK_F_AEP_RSA_MOD_EXP                          107
83160814Ssimon
84160814Ssimon/* Reason codes. */
85296465Sdelphij# define AEPHK_R_ALREADY_LOADED                           100
86296465Sdelphij# define AEPHK_R_CLOSE_HANDLES_FAILED                     101
87296465Sdelphij# define AEPHK_R_CONNECTIONS_IN_USE                       102
88296465Sdelphij# define AEPHK_R_CTRL_COMMAND_NOT_IMPLEMENTED             103
89296465Sdelphij# define AEPHK_R_FINALIZE_FAILED                          104
90296465Sdelphij# define AEPHK_R_GET_HANDLE_FAILED                        105
91296465Sdelphij# define AEPHK_R_GET_RANDOM_FAILED                        106
92296465Sdelphij# define AEPHK_R_INIT_FAILURE                             107
93296465Sdelphij# define AEPHK_R_MISSING_KEY_COMPONENTS                   108
94296465Sdelphij# define AEPHK_R_MOD_EXP_CRT_FAILED                       109
95296465Sdelphij# define AEPHK_R_MOD_EXP_FAILED                           110
96296465Sdelphij# define AEPHK_R_NOT_LOADED                               111
97296465Sdelphij# define AEPHK_R_OK                                       112
98296465Sdelphij# define AEPHK_R_RETURN_CONNECTION_FAILED                 113
99296465Sdelphij# define AEPHK_R_SETBNCALLBACK_FAILURE                    114
100296465Sdelphij# define AEPHK_R_SIZE_TOO_LARGE_OR_TOO_SMALL              116
101296465Sdelphij# define AEPHK_R_UNIT_FAILURE                             115
102160814Ssimon
103160814Ssimon#ifdef  __cplusplus
104160814Ssimon}
105160814Ssimon#endif
106160814Ssimon#endif
107