Home
last modified time | relevance | path

Searched refs:mp_useKeyWithElement (Results 1 – 2 of 2) sorted by relevance

/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/xkms/impl/
H A DXKMSUseKeyWithImpl.cpp55 mp_useKeyWithElement = NULL; in XKMSUseKeyWithImpl()
64 mp_useKeyWithElement = node; in XKMSUseKeyWithImpl()
81 if (mp_useKeyWithElement == NULL) { in load()
89 if (!strEquals(getXKMSLocalName(mp_useKeyWithElement), in load()
99 mp_useKeyWithElement->getAttributeNodeNS(NULL, XKMSConstants::s_tagIdentifier); in load()
102 mp_useKeyWithElement->getAttributeNodeNS(NULL, XKMSConstants::s_tagApplication); in load()
131 mp_useKeyWithElement = doc->createElementNS(XKMSConstants::s_unicodeStrURIXKMS, in createBlankUseKeyWith()
135 mp_useKeyWithElement->setAttributeNS(NULL, in createBlankUseKeyWith()
142 mp_useKeyWithElement->setAttributeNS(NULL, in createBlankUseKeyWith()
148 return mp_useKeyWithElement; in createBlankUseKeyWith()
[all …]
H A DXKMSUseKeyWithImpl.hpp75 * mp_useKeyWithElement; member in XKMSUseKeyWithImpl