PKIFNSSErrors.h
Go to the documentation of this file.00001
00009 #ifndef __PKIFNSSERRORS_H__
00010 #define __PKIFNSSERRORS_H__
00011
00012 #include "components.h"
00013 #include "PKIFCommonErrors.h"
00014 #include "PKIFCAPIErrors.h"
00015
00016 #define PKIFNSS_ERROR_BASE PKIFCAPI_ERROR_BASE + TOOLKIT_ERROR_EXTENSIONS
00017
00019 #define PKIFNSS_CREATE_DIGEST_CONTEXT_FAILED PKIFNSS_ERROR_BASE + 1
00020
00022 #define PKIFNSS_DIGEST_BEGIN_FAILED PKIFNSS_ERROR_BASE + 2
00023
00026 #define PKIFNSS_INCORRECT_HASH_CONTEXT PKIFNSS_ERROR_BASE + 3
00027
00029 #define PKIFNSS_EMPTY_HASH_CONTEXT PKIFNSS_ERROR_BASE + 4
00030
00032 #define PKIFNSS_DIGEST_OP_FAILED PKIFNSS_ERROR_BASE + 5
00033
00035 #define PKIFNSS_CERT_IMPORT_FAILED PKIFNSS_ERROR_BASE + 6
00036
00038 #define PKIF_NSS_UNSUPPORTED_ALG PKIFNSS_ERROR_BASE + 7
00039
00041 #define PKIF_NSS_RAW_IMPORT_FAILED PKIFNSS_ERROR_BASE + 8
00042
00044 #define PKIF_NSS_IV_IMPORT_FAILED PKIFNSS_ERROR_BASE + 9
00045
00047 #define PKIFNSS_CREATE_SK_CONTEXT_FAILED PKIFNSS_ERROR_BASE + 10
00048
00050 #define PKIFNSS_CIPHER_OP_FAILED PKIFNSS_ERROR_BASE + 11
00051
00053 #define PKIFNSS_RNG_FAILED PKIFNSS_ERROR_BASE + 12
00054
00056 #define PKIFNSS_PUB_ENCRYPT_FAILED PKIFNSS_ERROR_BASE + 13
00057
00059 #define PKIFNSS_DB_ALREADY_INITED PKIFNSS_ERROR_BASE + 14
00060
00062 #define PKIFNSS_NODB_INIT_FAILED PKIFNSS_ERROR_BASE + 15
00063
00065 #define PKIFNSS_INIT_FAILED PKIFNSS_ERROR_BASE + 16
00066
00068 #define PKIFNSS_SHUTDOWN_FAILED PKIFNSS_ERROR_BASE + 17
00069
00071 #define PKIFNSS_COPYKEY_FAILED PKIFNSS_ERROR_BASE + 18
00072
00073 #endif
00074