Searched refs:NotImplemented (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 Dcryptlib.h166 class CRYPTOPP_DLL NotImplemented : public Exception class in inherits:Exception
169 explicit NotImplemented(const std::string &s) : Exception(NOT_IMPLEMENTED, s) {} function in class:NotImplemented
338 virtual Clonable* Clone() const {throw NotImplemented("Clone() is not implemented yet.");} // TODO: make this =0
401 virtual unsigned int IVSize() const {throw NotImplemented(GetAlgorithm().AlgorithmName() + ": this object doesn't support resynchronization");}
409 virtual void Resynchronize(const byte *iv, int ivLength=-1) {throw NotImplemented(GetAlgorithm().AlgorithmName() + ": this object doesn't support resynchronization");}
523 throw NotImplemented("StreamTransformation: this object doesn't support random access");
684 virtual void IncorporateEntropy(const byte *input, size_t length) {throw NotImplemented("RandomNumberGenerator: IncorporateEntropy not implemented");}
834 struct BlockingInputOnly : public NotImplemented
835 {BlockingInputOnly(const std::string &s) : NotImplemented(s + ": Nonblocking input is not implemented by this object.") {}};
846 virtual void IsolatedInitialize(const NameValuePairs &parameters) {throw NotImplemented("BufferedTransformatio
[all...]
H A Dluc.h143 {throw NotImplemented("DL_BasePrecomputation_LUC: CascadeExponentiate not implemented");} // shouldn't be called
157 {throw NotImplemented("LUC_GroupParameters: MultiplyElements can not be implemented");}
159 {throw NotImplemented("LUC_GroupParameters: MultiplyElements can not be implemented");}
H A Dsimple.h84 struct InputRejected : public NotImplemented
85 {InputRejected() : NotImplemented("BufferedTransformation: this object doesn't allow input") {}};
H A Dstrciphr.h78 virtual void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) {throw NotImplemented("SimpleKeyingInterface: this object doesn't support resynchronization");}
80 virtual void SeekToIteration(lword iterationCount) {assert(!CipherIsRandomAccess()); throw NotImplemented("StreamTransformation: this object doesn't support random access");}
173 virtual void CipherResynchronize(const byte *iv, size_t length) {throw NotImplemented("SimpleKeyingInterface: this object doesn't support resynchronization");}
H A Dpssr.cpp138 {throw NotImplemented("PSSR_MEM: message recovery disabled");}
H A Dpubkey.cpp56 {throw NotImplemented("TF_SignerBase: this algorithm does not support messsage recovery or the key is too short");}
H A Dpubkey.h197 {throw NotImplemented("PK_MessageEncodingMethod: this signature scheme does not support message recovery");}
199 {throw NotImplemented("PK_MessageEncodingMethod: this signature scheme does not support message recovery");}
227 {throw NotImplemented("PK_MessageEncodingMethod: this signature scheme does not support message recovery");}
234 {throw NotImplemented("PK_MessageEncodingMethod: this signature scheme does not support message recovery");}
429 KEY & AccessKey() {throw NotImplemented("TF_ObjectImplExtRef: cannot modify refererenced key");}
906 {throw NotImplemented("DL_ElgamalLikeSignatureAlgorithm: this signature scheme does not support message recovery");}
H A Dcryptlib.cpp194 throw NotImplemented(AlgorithmName() + ": this object does't support a special last block");
285 void GenerateBlock(byte *output, size_t size) {throw NotImplemented("NullRNG: NullRNG should only be passed to functions that don't need to generate random bytes");}
H A Deccrypto.cpp493 throw NotImplemented("DL_GroupParameters_EC<EC>: curve generation is not implemented yet");
H A Dfipstest.cpp590 throw NotImplemented("DoDllPowerUpSelfTest() only available on Windows");
H A Dfilters.cpp1086 throw NotImplemented("RandomNumberStore: nonblocking transfer is not implemented by this object");
H A Dfilters.h700 throw NotImplemented("RandomNumberStore: CopyRangeTo2() is not supported by this store");

Completed in 84 milliseconds