Home
last modified time | relevance | path

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

/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/phone/
H A Dmediasessionclient.cc292 for (const buzz::XmlElement* encryption = desc->FirstNamed(QN_ENCRYPTION); in ParseGingleEncryption()
294 encryption = encryption->NextNamed(QN_ENCRYPTION)) { in ParseGingleEncryption()
411 content_elem->FirstNamed(QN_ENCRYPTION); in ParseJingleEncryption()
656 buzz::XmlElement* encryption_elem = new buzz::XmlElement(QN_ENCRYPTION); in CreateJingleEncryptionElem()
H A Dmediasessionclient_unittest.cc1189 return content_desc->FirstNamed(cricket::QN_ENCRYPTION); in EncryptionFromContent()
1193 return encryption->NextNamed(cricket::QN_ENCRYPTION); in NextFromEncryption()
1309 return content->FirstNamed(cricket::QN_ENCRYPTION); in EncryptionFromContent()
1313 return encryption->NextNamed(cricket::QN_ENCRYPTION); in NextFromEncryption()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dconstants.h145 extern const buzz::StaticQName QN_ENCRYPTION;
H A Dconstants.cc135 const buzz::StaticQName QN_ENCRYPTION = { NS_JINGLE_RTP, "encryption" }; variable