1160814Ssimon/* e_nuron_err.c */
2160814Ssimon/* ====================================================================
3160814Ssimon * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
4160814Ssimon *
5160814Ssimon * Redistribution and use in source and binary forms, with or without
6160814Ssimon * modification, are permitted provided that the following conditions
7160814Ssimon * are met:
8160814Ssimon *
9160814Ssimon * 1. Redistributions of source code must retain the above copyright
10280297Sjkim *    notice, this list of conditions and the following disclaimer.
11160814Ssimon *
12160814Ssimon * 2. Redistributions in binary form must reproduce the above copyright
13160814Ssimon *    notice, this list of conditions and the following disclaimer in
14160814Ssimon *    the documentation and/or other materials provided with the
15160814Ssimon *    distribution.
16160814Ssimon *
17160814Ssimon * 3. All advertising materials mentioning features or use of this
18160814Ssimon *    software must display the following acknowledgment:
19160814Ssimon *    "This product includes software developed by the OpenSSL Project
20160814Ssimon *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
21160814Ssimon *
22160814Ssimon * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
23160814Ssimon *    endorse or promote products derived from this software without
24160814Ssimon *    prior written permission. For written permission, please contact
25160814Ssimon *    openssl-core@OpenSSL.org.
26160814Ssimon *
27160814Ssimon * 5. Products derived from this software may not be called "OpenSSL"
28160814Ssimon *    nor may "OpenSSL" appear in their names without prior written
29160814Ssimon *    permission of the OpenSSL Project.
30160814Ssimon *
31160814Ssimon * 6. Redistributions of any form whatsoever must retain the following
32160814Ssimon *    acknowledgment:
33160814Ssimon *    "This product includes software developed by the OpenSSL Project
34160814Ssimon *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
35160814Ssimon *
36160814Ssimon * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
37160814Ssimon * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
38160814Ssimon * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
39160814Ssimon * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
40160814Ssimon * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
41160814Ssimon * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
42160814Ssimon * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
43160814Ssimon * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
44160814Ssimon * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
45160814Ssimon * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
46160814Ssimon * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
47160814Ssimon * OF THE POSSIBILITY OF SUCH DAMAGE.
48160814Ssimon * ====================================================================
49160814Ssimon *
50160814Ssimon * This product includes cryptographic software written by Eric Young
51160814Ssimon * (eay@cryptsoft.com).  This product includes software written by Tim
52160814Ssimon * Hudson (tjh@cryptsoft.com).
53160814Ssimon *
54160814Ssimon */
55160814Ssimon
56280297Sjkim/*
57280297Sjkim * NOTE: this file was auto generated by the mkerr.pl script: any changes
58160814Ssimon * made to it will be overwritten when the script next updates this file,
59160814Ssimon * only reason strings will be preserved.
60160814Ssimon */
61160814Ssimon
62160814Ssimon#include <stdio.h>
63160814Ssimon#include <openssl/err.h>
64160814Ssimon#include "e_nuron_err.h"
65160814Ssimon
66160814Ssimon/* BEGIN ERROR CODES */
67160814Ssimon#ifndef OPENSSL_NO_ERR
68160814Ssimon
69280297Sjkim# define ERR_FUNC(func) ERR_PACK(0,func,0)
70280297Sjkim# define ERR_REASON(reason) ERR_PACK(0,0,reason)
71160814Ssimon
72280297Sjkimstatic ERR_STRING_DATA NURON_str_functs[] = {
73280297Sjkim    {ERR_FUNC(NURON_F_NURON_CTRL), "NURON_CTRL"},
74280297Sjkim    {ERR_FUNC(NURON_F_NURON_FINISH), "NURON_FINISH"},
75280297Sjkim    {ERR_FUNC(NURON_F_NURON_INIT), "NURON_INIT"},
76280297Sjkim    {ERR_FUNC(NURON_F_NURON_MOD_EXP), "NURON_MOD_EXP"},
77280297Sjkim    {0, NULL}
78280297Sjkim};
79160814Ssimon
80280297Sjkimstatic ERR_STRING_DATA NURON_str_reasons[] = {
81280297Sjkim    {ERR_REASON(NURON_R_ALREADY_LOADED), "already loaded"},
82280297Sjkim    {ERR_REASON(NURON_R_CTRL_COMMAND_NOT_IMPLEMENTED),
83280297Sjkim     "ctrl command not implemented"},
84280297Sjkim    {ERR_REASON(NURON_R_DSO_FAILURE), "dso failure"},
85280297Sjkim    {ERR_REASON(NURON_R_DSO_FUNCTION_NOT_FOUND), "dso function not found"},
86280297Sjkim    {ERR_REASON(NURON_R_DSO_NOT_FOUND), "dso not found"},
87280297Sjkim    {ERR_REASON(NURON_R_NOT_LOADED), "not loaded"},
88280297Sjkim    {0, NULL}
89280297Sjkim};
90160814Ssimon
91160814Ssimon#endif
92160814Ssimon
93160814Ssimon#ifdef NURON_LIB_NAME
94280297Sjkimstatic ERR_STRING_DATA NURON_lib_name[] = {
95280297Sjkim    {0, NURON_LIB_NAME},
96280297Sjkim    {0, NULL}
97280297Sjkim};
98160814Ssimon#endif
99160814Ssimon
100280297Sjkimstatic int NURON_lib_error_code = 0;
101280297Sjkimstatic int NURON_error_init = 1;
102160814Ssimon
103160814Ssimonstatic void ERR_load_NURON_strings(void)
104280297Sjkim{
105280297Sjkim    if (NURON_lib_error_code == 0)
106280297Sjkim        NURON_lib_error_code = ERR_get_next_error_library();
107160814Ssimon
108280297Sjkim    if (NURON_error_init) {
109280297Sjkim        NURON_error_init = 0;
110160814Ssimon#ifndef OPENSSL_NO_ERR
111280297Sjkim        ERR_load_strings(NURON_lib_error_code, NURON_str_functs);
112280297Sjkim        ERR_load_strings(NURON_lib_error_code, NURON_str_reasons);
113160814Ssimon#endif
114160814Ssimon
115160814Ssimon#ifdef NURON_LIB_NAME
116280297Sjkim        NURON_lib_name->error = ERR_PACK(NURON_lib_error_code, 0, 0);
117280297Sjkim        ERR_load_strings(0, NURON_lib_name);
118160814Ssimon#endif
119280297Sjkim    }
120280297Sjkim}
121160814Ssimon
122160814Ssimonstatic void ERR_unload_NURON_strings(void)
123280297Sjkim{
124280297Sjkim    if (NURON_error_init == 0) {
125160814Ssimon#ifndef OPENSSL_NO_ERR
126280297Sjkim        ERR_unload_strings(NURON_lib_error_code, NURON_str_functs);
127280297Sjkim        ERR_unload_strings(NURON_lib_error_code, NURON_str_reasons);
128160814Ssimon#endif
129160814Ssimon
130160814Ssimon#ifdef NURON_LIB_NAME
131280297Sjkim        ERR_unload_strings(0, NURON_lib_name);
132160814Ssimon#endif
133280297Sjkim        NURON_error_init = 1;
134280297Sjkim    }
135280297Sjkim}
136160814Ssimon
137160814Ssimonstatic void ERR_NURON_error(int function, int reason, char *file, int line)
138280297Sjkim{
139280297Sjkim    if (NURON_lib_error_code == 0)
140280297Sjkim        NURON_lib_error_code = ERR_get_next_error_library();
141280297Sjkim    ERR_PUT_error(NURON_lib_error_code, function, reason, file, line);
142280297Sjkim}
143