Searched refs:PreimageBound (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 Drsa.h38 Integer PreimageBound() const {return m_n;} function in class:RSAFunction
110 Integer PreimageBound() const {return ++(m_n>>1);} function in class:RSAFunction_ISO
117 Integer PreimageBound() const {return ++(m_n>>1);} function in class:InvertibleRSAFunction_ISO
H A Drabin.h26 Integer PreimageBound() const {return m_n;} function in class:RabinFunction
H A Drw.h26 Integer PreimageBound() const {return ++(m_n>>1);} function in class:RWFunction
H A Design.h35 Integer PreimageBound() const {return m_n;} function in class:ESIGNFunction
H A Dluc.h34 Integer PreimageBound() const {return m_n;} function in class:LUCFunction
H A Dpubkey.h53 virtual Integer PreimageBound() const =0;
55 virtual Integer MaxPreimage() const {return --PreimageBound();}
162 size_t PaddedBlockBitLength() const {return this->GetTrapdoorFunctionBounds().PreimageBound().BitCount()-1;}

Completed in 55 milliseconds