Searched refs:InvalidRounds (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 Dsimple.h39 class CRYPTOPP_DLL InvalidRounds : public InvalidArgument class in inherits:InvalidArgument
42 explicit InvalidRounds(const std::string &algorithm, unsigned int rounds) : InvalidArgument(algorithm + ": " + IntToString(rounds) + " is not a valid number of rounds") {} function in class:InvalidRounds
H A Dseckey.h51 throw InvalidRounds(alg->AlgorithmName(), rounds);
H A Dsalsa.cpp26 throw InvalidRounds(Salsa20::StaticAlgorithmName(), m_rounds);
552 throw InvalidRounds(XSalsa20::StaticAlgorithmName(), m_rounds);

Completed in 33 milliseconds