Home
last modified time | relevance | path

Searched refs:pubKeyIt (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx170 std::list< SECKEYPublicKey* >::iterator pubKeyIt ; in ~SecurityEnvironment_NssImpl() local
172 for( pubKeyIt = m_tPubKeyList.begin() ; pubKeyIt != m_tPubKeyList.end() ; pubKeyIt ++ ) in ~SecurityEnvironment_NssImpl()
173 SECKEY_DestroyPublicKey( *pubKeyIt ) ; in ~SecurityEnvironment_NssImpl()
/aoo41x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx180 std::list< HCRYPTKEY >::iterator pubKeyIt ; in ~SecurityEnvironment_MSCryptImpl() local
182 for( pubKeyIt = m_tPubKeyList.begin() ; pubKeyIt != m_tPubKeyList.end() ; pubKeyIt ++ ) in ~SecurityEnvironment_MSCryptImpl()
183 CryptDestroyKey( *pubKeyIt ) ; in ~SecurityEnvironment_MSCryptImpl()

Completed in 198 milliseconds