Searched refs:CiphertextLength (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.h82 size_t FixedCiphertextLength() const {return this->CiphertextLength(0);}
H A Dbench2.cpp39 SecByteBlock plaintext(len), ciphertext(key.CiphertextLength(len));
61 SecByteBlock ciphertext(pub.CiphertextLength(len));
H A Dvalidat2.cpp166 SecByteBlock ciphertext(priv.CiphertextLength(messageLen));
170 fail = priv.Decrypt(GlobalRNG(), ciphertext, priv.CiphertextLength(messageLen), plaintext) != DecodingResult(messageLen);
H A Dcryptlib.h1216 virtual size_t CiphertextLength(size_t plaintextLength) const =0;
1232 size_t CipherTextLength(size_t plainTextLength) const {return CiphertextLength(plainTextLength);}
1248 /*! \pre CiphertextLength(plaintextLength) != 0 (i.e., plaintext isn't too long)
1249 \pre size of ciphertext == CiphertextLength(plaintextLength)
H A Dcryptlib.cpp676 size_t ciphertextLength = m_encryptor.CiphertextLength(plaintextLength);
H A Dpubkey.h144 size_t CiphertextLength(size_t plaintextLength) const function in class:PK_FixedLengthCryptoSystemImpl
1162 size_t CiphertextLength(size_t plaintextLength) const function in class:DL_CryptoSystemBase

Completed in 149 milliseconds