Searched refs:m_tPriKeyList (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() 176 if( !m_tPriKeyList.empty() ) { in ~SecurityEnvironment_NssImpl() 179 for( priKeyIt = m_tPriKeyList.begin() ; priKeyIt != m_tPriKeyList.end() ; priKeyIt ++ ) in ~SecurityEnvironment_NssImpl() 410 for( keyIt = m_tPriKeyList.begin() ; keyIt != m_tPriKeyList.end() ; keyIt ++ ) { in adoptPriKey() 421 m_tPriKeyList.push_back( prikey ) ; in adoptPriKey() 433 for( keyIt = m_tPriKeyList.begin() ; keyIt != m_tPriKeyList.end() ; keyIt ++ ) { in rejectPriKey() 437 m_tPriKeyList.erase( keyIt ) ; in rejectPriKey() 450 …for( pos = 0, keyIt = m_tPriKeyList.begin() ; pos < position && keyIt != m_tPriKeyList.end() ; pos… in getPriKey() 452 if( pos == position && keyIt != m_tPriKeyList.end() ) in getPriKey() 557 if( !m_tPriKeyList.empty() ) { in getPersonalCertificates() [all …]
|
H A D | securityenvironment_nssimpl.hxx | 78 std::list< SECKEYPrivateKey* > m_tPriKeyList ; member in SecurityEnvironment_NssImpl
|
/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | securityenvironment_mscryptimpl.cxx | 125 …re( NULL ), m_hCertStore( NULL ), m_tSymKeyList() , m_tPubKeyList() , m_tPriKeyList(), m_xServiceM… in SecurityEnvironment_MSCryptImpl() 186 if( !m_tPriKeyList.empty() ) { in ~SecurityEnvironment_MSCryptImpl() 189 for( priKeyIt = m_tPriKeyList.begin() ; priKeyIt != m_tPriKeyList.end() ; priKeyIt ++ ) in ~SecurityEnvironment_MSCryptImpl() 455 for( keyIt = m_tPriKeyList.begin() ; keyIt != m_tPriKeyList.end() ; keyIt ++ ) { in adoptPriKey() 468 m_tPriKeyList.push_back( prikey ) ; in adoptPriKey() 480 for( keyIt = m_tPriKeyList.begin() ; keyIt != m_tPriKeyList.end() ; keyIt ++ ) { in rejectPriKey() 484 m_tPriKeyList.erase( keyIt ) ; in rejectPriKey() 497 …for( pos = 0, keyIt = m_tPriKeyList.begin() ; pos < position && keyIt != m_tPriKeyList.end() ; pos… in getPriKey() 499 if( pos == position && keyIt != m_tPriKeyList.end() ) in getPriKey() 526 if( !m_tPriKeyList.empty() ) { in getPersonalCertificates()
|
H A D | securityenvironment_mscryptimpl.hxx | 91 std::list< HCRYPTKEY > m_tPriKeyList ; member in SecurityEnvironment_MSCryptImpl
|
Completed in 39 milliseconds