Searched refs:InvalidDataFormat (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Diterhash.h12 class CRYPTOPP_DLL HashInputTooLong : public InvalidDataFormat
16 : InvalidDataFormat("IteratedHashBase: input data exceeds maximum allowed by hash function " + alg) {}
H A Dcryptlib.h152 class CRYPTOPP_DLL InvalidDataFormat : public Exception class in inherits:Exception
155 explicit InvalidDataFormat(const std::string &s) : Exception(INVALID_DATA_FORMAT, s) {} function in class:InvalidDataFormat
159 class CRYPTOPP_DLL InvalidCiphertext : public InvalidDataFormat
162 explicit InvalidCiphertext(const std::string &s) : InvalidDataFormat(s) {}
1052 class CRYPTOPP_DLL InvalidMaterial : public InvalidDataFormat
1055 explicit InvalidMaterial(const std::string &s) : InvalidDataFormat(s) {}
1397 The Verify* functions throw InvalidDataFormat if the scheme does support message
H A Dpubkey.h513 class DL_BadElement : public InvalidDataFormat
516 DL_BadElement() : InvalidDataFormat("CryptoPP: invalid group element") {}
H A Dfilters.cpp650 throw InvalidDataFormat("StreamTransformationFilter: plaintext length is not a multiple of block size and NO_PADDING is specified");

Completed in 209 milliseconds