Searched refs:FixedMaxPlaintextLength (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 Dpubkey.cpp147 if (plaintextLength > FixedMaxPlaintextLength())
149 if (FixedMaxPlaintextLength() < 1)
152 throw InvalidArgument(AlgorithmName() + ": message length of " + IntToString(plaintextLength) + " exceeds the maximum of " + IntToString(FixedMaxPlaintextLength()) + " for this public key");
H A Delgamal.h81 size_t FixedMaxPlaintextLength() const {return this->MaxPlaintextLength(FixedCiphertextLength());} function in class:ElGamalObjectImpl
H A Dpubkey.h143 {return ciphertextLength == FixedCiphertextLength() ? FixedMaxPlaintextLength() : 0;}
145 {return plaintextLength <= FixedMaxPlaintextLength() ? FixedCiphertextLength() : 0;}
147 virtual size_t FixedMaxPlaintextLength() const =0;
157 size_t FixedMaxPlaintextLength() const {return this->GetMessageEncodingInterface().MaxUnpaddedLength(PaddedBlockBitLength());} function in class:TF_CryptoSystemBase
H A Dcryptlib.h1228 virtual size_t FixedMaxPlaintextLength() const {return 0;} function in class:PK_CryptoSystem

Completed in 54 milliseconds