Searched refs:cipherTextLength (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 Delgamal.h33 size_t GetMaxSymmetricPlaintextLength(size_t cipherTextLength) const
36 if (cipherTextLength == len)
55 DecodingResult SymmetricDecrypt(const byte *key, const byte *cipherText, size_t cipherTextLength, byte *plainText, const NameValuePairs &parameters) const argument
60 if (cipherTextLength != modulusLen)
H A Dcryptlib.h1231 size_t MaxPlainTextLength(size_t cipherTextLength) const {return MaxPlaintextLength(cipherTextLength);}

Completed in 47 milliseconds