Lines Matching refs:end

175 		for( symKeyIt = m_tSymKeyList.begin() ; symKeyIt != m_tSymKeyList.end() ; symKeyIt ++ )  in ~SecurityEnvironment_MSCryptImpl()
182 for( pubKeyIt = m_tPubKeyList.begin() ; pubKeyIt != m_tPubKeyList.end() ; pubKeyIt ++ ) in ~SecurityEnvironment_MSCryptImpl()
189 for( priKeyIt = m_tPriKeyList.begin() ; priKeyIt != m_tPriKeyList.end() ; priKeyIt ++ ) in ~SecurityEnvironment_MSCryptImpl()
343 for( keyIt = m_tSymKeyList.begin() ; keyIt != m_tSymKeyList.end() ; keyIt ++ ) { in adoptSymKey()
368 for( keyIt = m_tSymKeyList.begin() ; keyIt != m_tSymKeyList.end() ; 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()
399 for( keyIt = m_tPubKeyList.begin() ; keyIt != m_tPubKeyList.end() ; keyIt ++ ) { in adoptPubKey()
424 for( keyIt = m_tPubKeyList.begin() ; keyIt != m_tPubKeyList.end() ; 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()
455 for( keyIt = m_tPriKeyList.begin() ; keyIt != m_tPriKeyList.end() ; keyIt ++ ) { in adoptPriKey()
480 for( keyIt = m_tPriKeyList.begin() ; keyIt != m_tPriKeyList.end() ; 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()
581 for( i = 0, xcertIt = certsList.begin(); xcertIt != certsList.end(); xcertIt ++, i++ ) { in getPersonalCertificates()