Home
last modified time | relevance | path

Searched refs:m_tSymKeyList (Results 1 – 4 of 4) sorted by relevance

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx148 m_pHandler( NULL ) , m_tSymKeyList() , m_tPubKeyList() , m_tPriKeyList() { in SecurityEnvironment_NssImpl()
162 if( !m_tSymKeyList.empty() ) { in ~SecurityEnvironment_NssImpl()
165 for( symKeyIt = m_tSymKeyList.begin() ; symKeyIt != m_tSymKeyList.end() ; symKeyIt ++ ) in ~SecurityEnvironment_NssImpl()
302 for( keyIt = m_tSymKeyList.begin() ; keyIt != m_tSymKeyList.end() ; keyIt ++ ) { in adoptSymKey()
313 m_tSymKeyList.push_back( symkey ) ; in adoptSymKey()
325 for( keyIt = m_tSymKeyList.begin() ; keyIt != m_tSymKeyList.end() ; keyIt ++ ) { in rejectSymKey()
329 m_tSymKeyList.erase( keyIt ) ; in rejectSymKey()
342 …for( pos = 0, keyIt = m_tSymKeyList.begin() ; pos < position && keyIt != m_tSymKeyList.end() ; pos… in getSymKey()
344 if( pos == position && keyIt != m_tSymKeyList.end() ) in getSymKey()
469 m_tSymKeyList.clear(); in updateSlots()
H A Dsecurityenvironment_nssimpl.hxx76 std::list< PK11SymKey* > m_tSymKeyList ; member in SecurityEnvironment_NssImpl
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx125 …, m_pszContainer( NULL ) , m_hKeyStore( NULL ), m_hCertStore( NULL ), m_tSymKeyList() , m_tPubKeyL… in SecurityEnvironment_MSCryptImpl()
172 if( !m_tSymKeyList.empty() ) { in ~SecurityEnvironment_MSCryptImpl()
175 for( symKeyIt = m_tSymKeyList.begin() ; symKeyIt != m_tSymKeyList.end() ; symKeyIt ++ ) in ~SecurityEnvironment_MSCryptImpl()
343 for( keyIt = m_tSymKeyList.begin() ; keyIt != m_tSymKeyList.end() ; keyIt ++ ) { in adoptSymKey()
356 m_tSymKeyList.push_back( symkey ) ; in adoptSymKey()
368 for( keyIt = m_tSymKeyList.begin() ; keyIt != m_tSymKeyList.end() ; keyIt ++ ) { in rejectSymKey()
372 m_tSymKeyList.erase( keyIt ) ; in rejectSymKey()
385 …for( pos = 0, keyIt = m_tSymKeyList.begin() ; pos < position && keyIt != m_tSymKeyList.end() ; pos… in getSymKey()
387 if( pos == position && keyIt != m_tSymKeyList.end() ) in getSymKey()
H A Dsecurityenvironment_mscryptimpl.hxx89 std::list< HCRYPTKEY > m_tSymKeyList ; member in SecurityEnvironment_MSCryptImpl

Completed in 37 milliseconds