Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx163 std::list< PK11SymKey* >::iterator symKeyIt ; in ~SecurityEnvironment_NssImpl() local
165 for( symKeyIt = m_tSymKeyList.begin() ; symKeyIt != m_tSymKeyList.end() ; symKeyIt ++ ) in ~SecurityEnvironment_NssImpl()
166 PK11_FreeSymKey( *symKeyIt ) ; in ~SecurityEnvironment_NssImpl()
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx173 std::list< HCRYPTKEY >::iterator symKeyIt ; in ~SecurityEnvironment_MSCryptImpl() local
175 for( symKeyIt = m_tSymKeyList.begin() ; symKeyIt != m_tSymKeyList.end() ; symKeyIt ++ ) in ~SecurityEnvironment_MSCryptImpl()
176 CryptDestroyKey( *symKeyIt ) ; in ~SecurityEnvironment_MSCryptImpl()

Completed in 32 milliseconds