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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpubkey.h126 virtual const TrapdoorFunctionBounds & GetTrapdoorFunctionBounds() const =0;
158 size_t FixedCiphertextLength() const {return this->GetTrapdoorFunctionBounds().MaxImage().ByteCount();}
162 size_t PaddedBlockBitLength() const {return this->GetTrapdoorFunctionBounds().PreimageBound().BitCount()-1;}
314 {return this->GetTrapdoorFunctionBounds().MaxPreimage().ByteCount();}
329 size_t MessageRepresentativeBitLength() const {return this->GetTrapdoorFunctionBounds().ImageBound().BitCount()-1;}
402 const TrapdoorFunctionBounds & GetTrapdoorFunctionBounds() const function in class:TF_ObjectImplBase

Completed in 27 milliseconds