Searched refs:GetMaxSymmetricPlaintextLength (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Delgamal.h27 if (plainTextLength <= GetMaxSymmetricPlaintextLength(len))
33 size_t GetMaxSymmetricPlaintextLength(size_t cipherTextLength) const function in class:ElGamalBase
67 if (plainTextLength > GetMaxSymmetricPlaintextLength(modulusLen))
H A Dgfpcrypt.h428 size_t GetMaxSymmetricPlaintextLength(size_t ciphertextLength) const function in class:DL_EncryptionAlgorithm_Xor
461 size_t plaintextLength = GetMaxSymmetricPlaintextLength(ciphertextLength);
H A Dpubkey.h940 virtual size_t GetMaxSymmetricPlaintextLength(size_t ciphertextLength) const =0;
1159 return ciphertextLength < minLen ? 0 : GetSymmetricEncryptionAlgorithm().GetMaxSymmetricPlaintextLength(ciphertextLength - minLen);
1201 SecByteBlock derivedKey(encAlg.GetSymmetricKeyLength(encAlg.GetMaxSymmetricPlaintextLength(ciphertextLength)));

Completed in 37 milliseconds