Home
last modified time | relevance | path

Searched refs:getSymKey (Results 1 – 6 of 6) sorted by relevance

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx336 PK11SymKey* SecurityEnvironment_NssImpl :: getSymKey( unsigned int position ) throw( Exception , Ru… in getSymKey() function in SecurityEnvironment_NssImpl
1138 for( i = 0 ; ( symKey = this->getSymKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
H A Dxmlsecuritycontext_nssimpl.cxx198 for( i = 0 ; ( symKey = pSecEnv->getSymKey( i ) ) != NULL ; i ++ ) {
H A Dsecurityenvironment_nssimpl.hxx139 …virtual PK11SymKey* getSymKey( unsigned int position ) throw( ::com::sun::star::uno::Exception , :…
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx379 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getSymKey( unsigned int position ) throw( Exception , … in getSymKey() function in SecurityEnvironment_MSCryptImpl
1256 for( i = 0 ; ( symKey = getSymKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
H A Dxmlsecuritycontext_mscryptimpl.cxx176 for( i = 0 ; ( symKey = pSecEnv->getSymKey( i ) ) != NULL ; i ++ ) {
H A Dsecurityenvironment_mscryptimpl.hxx175 …virtual HCRYPTKEY getSymKey( unsigned int position ) throw( ::com::sun::star::uno::Exception , ::c…

Completed in 35 milliseconds