Searched defs:InvalidKeyLength (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 Dsimple.h32 class CRYPTOPP_DLL InvalidKeyLength : public InvalidArgument class in inherits:InvalidArgument
35 explicit InvalidKeyLength(const std::string &algorithm, size_t length) : InvalidArgument(algorithm + ": " + IntToString(length) + " is not a valid key length") {} function in class:InvalidKeyLength
H A Dcryptlib.h1302 class CRYPTOPP_DLL InvalidKeyLength : public Exception class in class:PK_SignatureScheme
1305 InvalidKeyLength(const std::string &message) : Exception(OTHER_ERROR, message) {} function in class:PK_SignatureScheme::InvalidKeyLength

Completed in 50 milliseconds