Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx378 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getSymKey( unsigned int position ) { in getSymKey() function in SecurityEnvironment_MSCryptImpl
1254 for( i = 0 ; ( symKey = getSymKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
H A Dxmlsecuritycontext_mscryptimpl.cxx170 for( i = 0 ; ( symKey = pSecEnv->getSymKey( i ) ) != NULL ; i ++ ) {
H A Dsecurityenvironment_mscryptimpl.hxx173 virtual HCRYPTKEY getSymKey( unsigned int position ) ;
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx335 PK11SymKey* SecurityEnvironment_NssImpl :: getSymKey( unsigned int position ) { in getSymKey() function in SecurityEnvironment_NssImpl
1136 for( i = 0 ; ( symKey = this->getSymKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
H A Dsecurityenvironment_nssimpl.hxx137 virtual PK11SymKey* getSymKey( unsigned int position ) ;
H A Dxmlsecuritycontext_nssimpl.cxx192 for( i = 0 ; ( symKey = pSecEnv->getSymKey( i ) ) != NULL ; i ++ ) {