Searched refs:m_tSymKeyList (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/xmlsecurity/source/xmlsec/nss/ |
H A D | securityenvironment_nssimpl.cxx | 148 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 D | securityenvironment_nssimpl.hxx | 76 std::list< PK11SymKey* > m_tSymKeyList ; member in SecurityEnvironment_NssImpl
|
/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | securityenvironment_mscryptimpl.cxx | 125 …, 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 D | securityenvironment_mscryptimpl.hxx | 89 std::list< HCRYPTKEY > m_tSymKeyList ; member in SecurityEnvironment_MSCryptImpl
|
Completed in 31 milliseconds