Searched refs:BadState (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dauthenc.cpp65 throw BadState(AlgorithmName(), "Resynchronize", "key is set");
84 throw BadState(AlgorithmName(), "Update", "setting key and IV");
115 throw BadState(AlgorithmName(), "ProcessData", "setting key and IV");
117 throw BadState(AlgorithmName(), "ProcessData was called after footer input has started");
153 throw BadState(AlgorithmName(), "TruncatedFinal", "setting key and IV");
H A Dccm.cpp54 throw BadState(AlgorithmName(), "SpecifyDataLengths", "or after State_IVSet");
H A Dcryptlib.h642 class BadState : public Exception class in class:AuthenticatedSymmetricCipher
645 explicit BadState(const std::string &name, const char *message) : Exception(OTHER_ERROR, name + ": " + message) {} function in class:AuthenticatedSymmetricCipher::BadState
646 explicit BadState(const std::string &name, const char *function, const char *state) : Exception(OTHER_ERROR, name + ": " + function + " was called before " + state) {} function in class:AuthenticatedSymmetricCipher::BadState
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DClientException.cs31 BadState = -2, enumerator in enum:Avahi.ErrorCode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DClientException.cs31 BadState = -2, enumerator in enum:Avahi.ErrorCode

Completed in 120 milliseconds