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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpubkey.cpp85 GetTrapdoorFunctionInterface().CalculateRandomizedInverse(rng, r).Encode(signature, signatureLength);
99 Integer x = GetTrapdoorFunctionInterface().ApplyFunction(Integer(signature, signatureLength));
138 Integer x = GetTrapdoorFunctionInterface().CalculateInverse(rng, Integer(ciphertext, FixedCiphertextLength()));
157 GetTrapdoorFunctionInterface().ApplyRandomizedFunction(rng, Integer(paddedBlock, paddedBlock.size())).Encode(ciphertext, FixedCiphertextLength());
H A Dpubkey.h129 virtual const TrapdoorFunctionInterface & GetTrapdoorFunctionInterface() const =0;
321 {return this->GetTrapdoorFunctionInterface().IsRandomized() || this->GetMessageEncodingInterface().IsProbabilistic();}
404 const typename BASE::TrapdoorFunctionInterface & GetTrapdoorFunctionInterface() const function in class:TF_ObjectImplBase

Completed in 72 milliseconds