Searched refs:pubKeyIt (Results 1 – 2 of 2) sorted by relevance
170 std::list< SECKEYPublicKey* >::iterator pubKeyIt ; in ~SecurityEnvironment_NssImpl() local172 for( pubKeyIt = m_tPubKeyList.begin() ; pubKeyIt != m_tPubKeyList.end() ; pubKeyIt ++ ) in ~SecurityEnvironment_NssImpl()173 SECKEY_DestroyPublicKey( *pubKeyIt ) ; in ~SecurityEnvironment_NssImpl()
180 std::list< HCRYPTKEY >::iterator pubKeyIt ; in ~SecurityEnvironment_MSCryptImpl() local182 for( pubKeyIt = m_tPubKeyList.begin() ; pubKeyIt != m_tPubKeyList.end() ; pubKeyIt ++ ) in ~SecurityEnvironment_MSCryptImpl()183 CryptDestroyKey( *pubKeyIt ) ; in ~SecurityEnvironment_MSCryptImpl()
Completed in 46 milliseconds