Home
last modified time | relevance | path

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

/aoo41x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx125 …NULL ) , m_hKeyStore( NULL ), m_hCertStore( NULL ), m_tSymKeyList() , m_tPubKeyList() , m_tPriKeyL… in SecurityEnvironment_MSCryptImpl()
179 if( !m_tPubKeyList.empty() ) { in ~SecurityEnvironment_MSCryptImpl()
182 for( pubKeyIt = m_tPubKeyList.begin() ; pubKeyIt != m_tPubKeyList.end() ; pubKeyIt ++ ) in ~SecurityEnvironment_MSCryptImpl()
399 for( keyIt = m_tPubKeyList.begin() ; keyIt != m_tPubKeyList.end() ; keyIt ++ ) { in adoptPubKey()
412 m_tPubKeyList.push_back( pubkey ) ; in adoptPubKey()
424 for( keyIt = m_tPubKeyList.begin() ; keyIt != m_tPubKeyList.end() ; keyIt ++ ) { in rejectPubKey()
428 m_tPubKeyList.erase( keyIt ) ; in rejectPubKey()
441 …for( pos = 0, keyIt = m_tPubKeyList.begin() ; pos < position && keyIt != m_tPubKeyList.end() ; pos… in getPubKey()
443 if( pos == position && keyIt != m_tPubKeyList.end() ) in getPubKey()
H A Dsecurityenvironment_mscryptimpl.hxx90 std::list< HCRYPTKEY > m_tPubKeyList ; member in SecurityEnvironment_MSCryptImpl
/aoo41x/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx148 m_pHandler( NULL ) , m_tSymKeyList() , m_tPubKeyList() , m_tPriKeyList() { in SecurityEnvironment_NssImpl()
169 if( !m_tPubKeyList.empty() ) { in ~SecurityEnvironment_NssImpl()
172 for( pubKeyIt = m_tPubKeyList.begin() ; pubKeyIt != m_tPubKeyList.end() ; pubKeyIt ++ ) in ~SecurityEnvironment_NssImpl()
356 for( keyIt = m_tPubKeyList.begin() ; keyIt != m_tPubKeyList.end() ; keyIt ++ ) { in adoptPubKey()
367 m_tPubKeyList.push_back( pubkey ) ; in adoptPubKey()
379 for( keyIt = m_tPubKeyList.begin() ; keyIt != m_tPubKeyList.end() ; keyIt ++ ) { in rejectPubKey()
383 m_tPubKeyList.erase( keyIt ) ; in rejectPubKey()
396 …for( pos = 0, keyIt = m_tPubKeyList.begin() ; pos < position && keyIt != m_tPubKeyList.end() ; pos… in getPubKey()
398 if( pos == position && keyIt != m_tPubKeyList.end() ) in getPubKey()
H A Dsecurityenvironment_nssimpl.hxx77 std::list< SECKEYPublicKey* > m_tPubKeyList ; member in SecurityEnvironment_NssImpl

Completed in 76 milliseconds