Searched refs:InvalidChannelName (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfilters.cpp831 throw InvalidChannelName("AuthenticatedEncryptionFilter", channel);
842 throw InvalidChannelName("AuthenticatedEncryptionFilter", channel);
882 throw InvalidChannelName("AuthenticatedDecryptionFilter", channel);
897 throw InvalidChannelName("AuthenticatedDecryptionFilter", channel);
H A Dcryptlib.h983 struct InvalidChannelName : public InvalidArgument struct in class:BufferedTransformation
984 {InvalidChannelName(const std::string &name, const std::string &channel) : InvalidArgument(name + ": unexpected channel name \"" + channel + "\"") {}}; function in struct:BufferedTransformation::InvalidChannelName

Completed in 44 milliseconds