Home
last modified time | relevance | path

Searched refs:checkReady (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/xmlsecurity/source/framework/
H A Dencryptionengine.cxx47 bool EncryptionEngine::checkReady() const in checkReady() function in EncryptionEngine
129 if (checkReady()) in tryToPerform()
H A Dsignatureengine.cxx47 bool SignatureEngine::checkReady() const in checkReady() function in SignatureEngine
129 if (checkReady()) in tryToPerform()
H A Ddecryptorimpl.cxx52 bool DecryptorImpl::checkReady() const in checkReady() function in DecryptorImpl
80 return (m_xResultListener.is() && EncryptionEngine::checkReady()); in checkReady()
H A Dsignatureverifierimpl.cxx52 bool SignatureVerifierImpl::checkReady() const in checkReady() function in SignatureVerifierImpl
80 return (m_xResultListener.is() && SignatureEngine::checkReady()); in checkReady()
H A Dencryptorimpl.cxx53 bool EncryptorImpl::checkReady() const in checkReady() function in EncryptorImpl
90 EncryptionEngine::checkReady()); in checkReady()
H A Dsignaturecreatorimpl.cxx53 bool SignatureCreatorImpl::checkReady() const in checkReady() function in SignatureCreatorImpl
84 SignatureEngine::checkReady()); in checkReady()
H A Dencryptionengine.hxx80 virtual bool checkReady() const;
H A Dsecurityengine.hxx151 virtual bool checkReady() const { return true; }; in checkReady() function in SecurityEngine
H A Dsignatureengine.hxx108 virtual bool checkReady() const;
H A Ddecryptorimpl.hxx79 virtual bool checkReady() const;
H A Dsignatureverifierimpl.hxx78 virtual bool checkReady() const;
H A Dsignaturecreatorimpl.hxx86 virtual bool checkReady() const;
H A Dencryptorimpl.hxx87 virtual bool checkReady() const;

Completed in 35 milliseconds