Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx444 SECKEYPrivateKey* SecurityEnvironment_NssImpl :: getPriKey( unsigned int position ) throw( ::com::s… in getPriKey() function in SecurityEnvironment_NssImpl
1156 for( i = 0 ; ( priKey = this->getPriKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
H A Dxmlsecuritycontext_nssimpl.cxx216 for( i = 0 ; ( priKey = pSecEnv->getPriKey( i ) ) != NULL ; i ++ ) {
H A Dsecurityenvironment_nssimpl.hxx151 …virtual SECKEYPrivateKey* getPriKey( unsigned int position ) throw( ::com::sun::star::uno::Excepti…
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx491 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getPriKey( unsigned int position ) throw( Exception , … in getPriKey() function in SecurityEnvironment_MSCryptImpl
1274 for( i = 0 ; ( priKey = getPriKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
H A Dxmlsecuritycontext_mscryptimpl.cxx194 for( i = 0 ; ( priKey = pSecEnv->getPriKey( i ) ) != NULL ; i ++ ) {
H A Dsecurityenvironment_mscryptimpl.hxx187 …virtual HCRYPTKEY getPriKey( unsigned int position ) throw( ::com::sun::star::uno::Exception , ::c…

Completed in 34 milliseconds