• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/

Lines Matching defs:NotImplemented

166 class CRYPTOPP_DLL NotImplemented : public Exception
169 explicit NotImplemented(const std::string &s) : Exception(NOT_IMPLEMENTED, s) {}
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("BufferedTransformation: this object can't be reinitialized");}
981 struct NoChannelSupport : public NotImplemented
982 {NoChannelSupport(const std::string &name) : NotImplemented(name + ": this object doesn't support multiple channels") {}};
1030 {assert(!Attachable()); throw NotImplemented("BufferedTransformation: this object is not attachable");}
1079 {throw NotImplemented("CryptoMaterial: this object does not support saving");}
1086 {throw NotImplemented("CryptoMaterial: this object does not support loading");}
1095 {assert(!SupportsPrecomputation()); throw NotImplemented("CryptoMaterial: this object does not support precomputation");}
1098 {assert(!SupportsPrecomputation()); throw NotImplemented("CryptoMaterial: this object does not support precomputation");}
1101 {assert(!SupportsPrecomputation()); throw NotImplemented("CryptoMaterial: this object does not support precomputation");}
1121 {throw NotImplemented("GeneratableCryptoMaterial: this object does not support key/parameter generation");}
1352 {throw NotImplemented("PK_MessageAccumulator: DigestSize() should not be called");}
1355 {throw NotImplemented("PK_MessageAccumulator: TruncatedFinal() should not be called");}
1395 /*! The Recover* functions throw NotImplemented if the signature scheme does not support