Searched refs:InvalidCiphertext (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfilters.cpp652 throw InvalidCiphertext("StreamTransformationFilter: ciphertext length is not a multiple of block size");
689 throw InvalidCiphertext("StreamTransformationFilter: ciphertext length is not a multiple of block size");
695 throw InvalidCiphertext("StreamTransformationFilter: invalid PKCS #7 block padding found");
703 throw InvalidCiphertext("StreamTransformationFilter: invalid ones-and-zeros padding found");
H A Dcryptlib.h159 class CRYPTOPP_DLL InvalidCiphertext : public InvalidDataFormat class in inherits:InvalidDataFormat
162 explicit InvalidCiphertext(const std::string &s) : InvalidDataFormat(s) {} function in class:InvalidCiphertext
H A Dcryptlib.cpp728 throw InvalidCiphertext(m_decryptor.AlgorithmName() + ": invalid ciphertext");

Completed in 106 milliseconds