• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/

Lines Matching refs:GetMessageEncodingInterface

132 	virtual const MessageEncodingInterface & GetMessageEncodingInterface() const =0;
156 bool ParameterSupported(const char *name) const {return this->GetMessageEncodingInterface().ParameterSupported(name);}
157 size_t FixedMaxPlaintextLength() const {return this->GetMessageEncodingInterface().MaxUnpaddedLength(PaddedBlockBitLength());}
316 {return this->GetMessageEncodingInterface().MaxRecoverableLength(MessageRepresentativeBitLength(), GetHashIdentifier().second, GetDigestSize());}
321 {return this->GetTrapdoorFunctionInterface().IsRandomized() || this->GetMessageEncodingInterface().IsProbabilistic();}
323 {return this->GetMessageEncodingInterface().AllowNonrecoverablePart();}
325 {return this->GetMessageEncodingInterface().RecoverablePartFirst();}
400 const typename BASE::MessageEncodingInterface & GetMessageEncodingInterface() const
971 {return GetMessageEncodingInterface().MaxRecoverableLength(0, GetHashIdentifier().second, GetDigestSize());}
978 {return GetMessageEncodingInterface().AllowNonrecoverablePart();}
980 {return GetMessageEncodingInterface().RecoverablePartFirst();}
987 virtual const PK_SignatureMessageEncodingMethod & GetMessageEncodingInterface() const =0;
1012 this->GetMessageEncodingInterface().ProcessRecoverableMessage(ma.AccessHash(),
1028 this->GetMessageEncodingInterface().ComputeMessageRepresentative(
1096 this->GetMessageEncodingInterface().ProcessSemisignature(ma.AccessHash(), ma.m_semisignature, ma.m_semisignature.size());
1109 this->GetMessageEncodingInterface().ComputeMessageRepresentative(NullRNG(), ma.m_recoverableMessage, ma.m_recoverableMessage.size(),
1129 this->GetMessageEncodingInterface().ComputeMessageRepresentative(
1141 return this->GetMessageEncodingInterface().RecoverMessageFromSemisignature(
1332 const PK_SignatureMessageEncodingMethod & GetMessageEncodingInterface() const