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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drabin.h25 Integer ApplyFunction(const Integer &x) const;
H A Drw.h25 Integer ApplyFunction(const Integer &x) const;
H A Drsa.h37 Integer ApplyFunction(const Integer &x) const;
109 Integer ApplyFunction(const Integer &x) const;
H A Drw.cpp26 Integer RWFunction::ApplyFunction(const Integer &in) const function in class:RWFunction
155 if (ApplyFunction(y) != x) // check
H A Drsa.cpp64 Integer RSAFunction::ApplyFunction(const Integer &x) const function in class:RSAFunction
290 Integer RSAFunction_ISO::ApplyFunction(const Integer &x) const function in class:RSAFunction_ISO
292 Integer t = RSAFunction::ApplyFunction(x);
H A Design.h34 Integer ApplyFunction(const Integer &x) const;
H A Design.cpp43 Integer ESIGNFunction::ApplyFunction(const Integer &x) const function in class:ESIGNFunction
H A Dluc.cpp63 Integer LUCFunction::ApplyFunction(const Integer &x) const function in class:LUCFunction
H A Dluc.h33 Integer ApplyFunction(const Integer &x) const;
H A Dpubkey.cpp99 Integer x = GetTrapdoorFunctionInterface().ApplyFunction(Integer(signature, signatureLength));
H A Drabin.cpp30 Integer RabinFunction::ApplyFunction(const Integer &in) const function in class:RabinFunction
H A Dpubkey.h72 {return ApplyFunction(x);}
75 virtual Integer ApplyFunction(const Integer &x) const =0;

Completed in 126 milliseconds