Searched refs:CryptoMaterial (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcryptlib.h1048 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE CryptoMaterial : public NameValuePairs class in inherits:NameValuePairs
1073 {if (!Validate(rng, level)) throw InvalidMaterial("CryptoMaterial: this object contains invalid values");}
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");}
1114 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE GeneratableCryptoMaterial : virtual public CryptoMaterial
1129 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE PublicKey : virtual public CryptoMaterial
1151 virtual CryptoMaterial
[all...]
H A Ddatatest.cpp169 void TestKeyPairValidAndConsistent(CryptoMaterial &pub, const CryptoMaterial &priv)
H A Dpubkey.h530 // CryptoMaterial
844 // CryptoMaterial
1493 PK_FinalTemplate(const CryptoMaterial &key)

Completed in 194 milliseconds