Searched refs:GetMaterial (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbench2.cpp50 if (!pc && key.GetMaterial().SupportsPrecomputation())
90 if (!pc && key.GetMaterial().SupportsPrecomputation())
113 if (!pc && pub.GetMaterial().SupportsPrecomputation())
133 if (!pc && d.GetMaterial().SupportsPrecomputation())
153 if (!pc && d.GetMaterial().SupportsPrecomputation())
H A Dvalidat2.cpp107 fail = !pub.GetMaterial().Validate(GlobalRNG(), thorough ? 3 : 2) || !priv.GetMaterial().Validate(GlobalRNG(), thorough ? 3 : 2);
158 fail = !pub.GetMaterial().Validate(GlobalRNG(), thorough ? 3 : 2) || !priv.GetMaterial().Validate(GlobalRNG(), thorough ? 3 : 2);
H A Dcryptlib.h1153 virtual const CryptoMaterial & GetMaterial() const =0;
1158 //! for backwards compatibility, calls GetMaterial().Save(bt)
1160 {GetMaterial().Save(bt);}
1170 const CryptoMaterial & GetMaterial() const {return GetPublicKey();} function in class:PublicKeyAlgorithm
1182 const CryptoMaterial & GetMaterial() const {return GetPrivateKey();} function in class:PrivateKeyAlgorithm
1194 const CryptoMaterial & GetMaterial() const {return GetCryptoParameters();} function in class:KeyAgreementAlgorithm
H A Ddatatest.cpp212 if (!verifier->GetMaterial().Validate(GlobalRNG(), 3))
228 TestKeyPairValidAndConsistent(verifier->AccessMaterial(), signer->GetMaterial());
289 TestKeyPairValidAndConsistent(encryptor->AccessMaterial(), decryptor->GetMaterial());
H A Dpubkey.h1020 this->GetMaterial().DoQuickSanityCheck();
1101 this->GetMaterial().DoQuickSanityCheck();
1121 this->GetMaterial().DoQuickSanityCheck();
1500 {this->AccessKey().AssignFrom(algorithm.GetMaterial());}

Completed in 113 milliseconds