Searched refs:OTHER_ERROR (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dhrtimer.cpp66 throw Exception(Exception::OTHER_ERROR, "Timer: QueryPerformanceCounter failed with error " + IntToString(GetLastError()));
85 throw Exception(Exception::OTHER_ERROR, "Timer: QueryPerformanceFrequency failed with error " + IntToString(GetLastError()));
112 throw Exception(Exception::OTHER_ERROR, "ThreadUserTimer: GetThreadTimes failed with error " + IntToString(lastError));
H A Dfips140.h17 explicit SelfTestFailure(const std::string &s) : Exception(OTHER_ERROR, s) {}
H A Dtrdlocal.cpp17 : OS_Error(OTHER_ERROR, "ThreadLocalStorage: " + operation + " operation failed with error 0x" + IntToString(error, 16), operation, error)
H A Dosrng.cpp33 : Exception(OTHER_ERROR, "OS_Rng: " + operation + " operation failed with error " +
H A Dfactory.h38 FactoryNotFound(const char *name) : Exception(OTHER_ERROR, std::string("ObjectFactoryRegistry: could not find factory for algorithm ") + name) {}
H A Drng.cpp147 throw Exception(Exception::OTHER_ERROR, "MaurerRandomnessTest: " + IntToString(BytesNeeded()) + " more bytes of input needed");
H A Dcryptlib.h128 OTHER_ERROR enumerator in enum:Exception::ErrorType
645 explicit BadState(const std::string &name, const char *message) : Exception(OTHER_ERROR, name + ": " + message) {}
646 explicit BadState(const std::string &name, const char *function, const char *state) : Exception(OTHER_ERROR, name + ": " + function + " was called before " + state) {}
1244 InvalidPlaintextLength() : Exception(OTHER_ERROR, "PK_Encryptor: invalid plaintext length") {}
1305 InvalidKeyLength(const std::string &message) : Exception(OTHER_ERROR, message) {}
1574 UnexpectedMethodCall(const std::string &s) : Exception(OTHER_ERROR, s) {}
H A Dinteger.h35 DivideByZero() : Exception(OTHER_ERROR, "Integer: division by zero") {}
42 RandomNumberNotFound() : Exception(OTHER_ERROR, "Integer: no integer satisfies the given parameters") {}
H A Drw.cpp156 throw Exception(Exception::OTHER_ERROR, "InvertibleRWFunction: computational error during private key operation");
H A Dfipsalgt.cpp235 throw Exception(Exception::OTHER_ERROR, "TestDataParser: key not found: " + m_typeToName[t]);
786 throw Exception(Exception::OTHER_ERROR, "TestDataParser: unexpected HMAC bracket string: " + m_bracketString);
815 throw Exception(Exception::OTHER_ERROR, "TestDataParser: unexpected algorithm: " + m_algorithm);
837 throw Exception(Exception::OTHER_ERROR, "TestDataParser: unexpected mode: " + m_mode);
934 throw Exception(Exception::OTHER_ERROR, "TestDataParser: unexpected mode: " + m_mode);
1156 throw Exception(Exception::OTHER_ERROR, "TestDataParser: unexpected data: " + m_line);
H A Dpolynomi.h26 DivideByZero() : Exception(OTHER_ERROR, "PolynomialOver<T>: division by zero") {}
374 InterpolationFailed() : Exception(OTHER_ERROR, "RingOfPolynomialsOver<T>: interpolation failed") {}
H A Ddatatest.cpp21 TestFailure() : Exception(OTHER_ERROR, "Validation test failed") {}
43 throw Exception(Exception::OTHER_ERROR, "Unexpected error during validation test");
616 throw Exception(Exception::OTHER_ERROR, "Can not open file " + filename + " for reading");
H A Dalgparam.h254 ParameterNotUsed(const char *name) : Exception(OTHER_ERROR, std::string("AlgorithmParametersBase: parameter \"") + name + "\" not used") {}
H A Dgf2n.h26 DivideByZero() : Exception(OTHER_ERROR, "PolynomialMod2: division by zero") {}
H A Dnetwork.cpp423 throw Exception(Exception::OTHER_ERROR, "NetworkSink::Put2() being called after EOF had been sent");
H A Drsa.cpp239 throw Exception(Exception::OTHER_ERROR, "InvertibleRSAFunction: computational error during private key operation");

Completed in 207 milliseconds