Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx434 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getPubKey( unsigned int position ) { in getPubKey() function in SecurityEnvironment_MSCryptImpl
1263 for( i = 0 ; ( pubKey = getPubKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
H A Dxmlsecuritycontext_mscryptimpl.cxx179 for( i = 0 ; ( pubKey = pSecEnv->getPubKey( i ) ) != NULL ; i ++ ) {
H A Dsecurityenvironment_mscryptimpl.hxx179 virtual HCRYPTKEY getPubKey( unsigned int position ) ;
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx389 SECKEYPublicKey* SecurityEnvironment_NssImpl :: getPubKey( unsigned int position ) { in getPubKey() function in SecurityEnvironment_NssImpl
1145 for( i = 0 ; ( pubKey = this->getPubKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
H A Dsecurityenvironment_nssimpl.hxx143 virtual SECKEYPublicKey* getPubKey( unsigned int position ) ;
H A Dxmlsecuritycontext_nssimpl.cxx201 for( i = 0 ; ( pubKey = pSecEnv->getPubKey( i ) ) != NULL ; i ++ ) {