Module: PKIFCryptoPPErrors
Definition in file PKIFCryptoPPErrors.h.
#include "components.h"
#include "PKIFCommonErrors.h"
#include "PKIFNSSErrors.h"
Go to the source code of this file.
Defines | |
#define | PKIFCRYPTOPP_ERROR_BASE PKIFNSS_ERROR_BASE + TOOLKIT_ERROR_EXTENSIONS |
#define | PKIFCRYPTOPP_INCORRECT_HASH_CONTEXT PKIFCRYPTOPP_ERROR_BASE + 1 |
#define | PKIFCRYPTOPP_EMPTY_HASH_CONTEXT PKIFCRYPTOPP_ERROR_BASE + 2 |
A NULL hash context was presented to a function that performs hash operations. | |
#define | PKIF_CRYPTOPP_UNSUPPORTED_ALG PKIFCRYPTOPP_ERROR_BASE + 3 |
An operation was attempted for an algorithm the colleague does not support. | |
#define | PKIF_CRYPTOPP_RAW_IMPORT_FAILED PKIFCRYPTOPP_ERROR_BASE + 4 |
Raw key import failure. | |
#define | PKIF_CRYPTOPP_INVALID_KEY_AGREEMENT PKIFCRYPTOPP_ERROR_BASE + 5 |
Key agrement attempt with incompatible keys. |
#define PKIF_CRYPTOPP_INVALID_KEY_AGREEMENT PKIFCRYPTOPP_ERROR_BASE + 5 |
Key agrement attempt with incompatible keys.
Definition at line 33 of file PKIFCryptoPPErrors.h.
Referenced by CPKIFCryptoPP::SecretAgree().
#define PKIF_CRYPTOPP_RAW_IMPORT_FAILED PKIFCRYPTOPP_ERROR_BASE + 4 |
Raw key import failure.
Definition at line 30 of file PKIFCryptoPPErrors.h.
Referenced by CPKIFCryptoPPCredential::GetPublicKey(), CPKIFCryptoPPKeyMaterial::InitWithKeyMaterial(), CPKIFCryptoPPKeyMaterial::SetRawSPKI(), and VerifyCounterSignatures().
#define PKIF_CRYPTOPP_UNSUPPORTED_ALG PKIFCRYPTOPP_ERROR_BASE + 3 |
An operation was attempted for an algorithm the colleague does not support.
Definition at line 27 of file PKIFCryptoPPErrors.h.
Referenced by CPKIFCryptoPPRaw::CryptInit(), CPKIFCryptoPP::SecretAgree(), CPKIFCryptoPP::Sign(), CPKIFCryptoPPRaw::VerifyCertificate(), and VerifyCertificateWithCryptoPP().
#define PKIFCRYPTOPP_EMPTY_HASH_CONTEXT PKIFCRYPTOPP_ERROR_BASE + 2 |
A NULL hash context was presented to a function that performs hash operations.
Definition at line 24 of file PKIFCryptoPPErrors.h.
Referenced by CPKIFCryptoPPRaw::HashFinal(), CPKIFCryptoPPRaw::HashUpdate(), CPKIFCryptoPPRaw::HMACFinal(), and CPKIFCryptoPPRaw::HMACUpdate().
#define PKIFCRYPTOPP_ERROR_BASE PKIFNSS_ERROR_BASE + TOOLKIT_ERROR_EXTENSIONS |
Definition at line 17 of file PKIFCryptoPPErrors.h.
#define PKIFCRYPTOPP_INCORRECT_HASH_CONTEXT PKIFCRYPTOPP_ERROR_BASE + 1 |
An invalid hash context was presented. The hash context may have been generated by a different crypto source or have been corrupted.
Definition at line 21 of file PKIFCryptoPPErrors.h.
Referenced by CPKIFCryptoPPRaw::HashFinal(), CPKIFCryptoPPRaw::HashUpdate(), CPKIFCryptoPPRaw::HMACFinal(), and CPKIFCryptoPPRaw::HMACUpdate().