Searched refs:MaxPlaintextLength (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Delgamal.h81 size_t FixedMaxPlaintextLength() const {return this->MaxPlaintextLength(FixedCiphertextLength());}
H A Dbench2.cpp62 SecByteBlock plaintext(pub.MaxPlaintextLength(ciphertext.size()));
H A Dcryptlib.h1212 virtual size_t MaxPlaintextLength(size_t ciphertextLength) const =0;
1231 size_t MaxPlainTextLength(size_t cipherTextLength) const {return MaxPlaintextLength(cipherTextLength);}
1269 /*! \pre size of plaintext == MaxPlaintextLength(ciphertextLength) bytes.
H A Dcryptlib.cpp721 size_t maxPlaintextLength = m_decryptor.MaxPlaintextLength(ciphertextLength);
H A Dvalidat2.cpp167 SecByteBlock plaintext(priv.MaxPlaintextLength(ciphertext.size()));
H A Dpubkey.h142 size_t MaxPlaintextLength(size_t ciphertextLength) const function in class:PK_FixedLengthCryptoSystemImpl
1156 size_t MaxPlaintextLength(size_t ciphertextLength) const function in class:DL_CryptoSystemBase

Completed in 72 milliseconds