Home
last modified time | relevance | path

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

/AOO41X/main/xmlsecurity/source/helper/
H A Dxsecparser.cxx36 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US macro
50 rtl::OUString(RTL_ASCII_USTRINGPARAM("id"))); in getIdAttr()
55 rtl::OUString(RTL_ASCII_USTRINGPARAM("Id"))); in getIdAttr()
103 if ( aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_SIGNATURE)) ) in startElement()
111 else if ( aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_REFERENCE)) ) in startElement()
113 … rtl::OUString ouUri = xAttribs->getValueByName(rtl::OUString(RTL_ASCII_USTRINGPARAM(ATTR_URI))); in startElement()
116 if (0 == ouUri.compareTo(rtl::OUString(RTL_ASCII_USTRINGPARAM(CHAR_FRAGMENT)),1)) in startElement()
132 else if (aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_TRANSFORM))) in startElement()
136 …l::OUString ouAlgorithm = xAttribs->getValueByName(rtl::OUString(RTL_ASCII_USTRINGPARAM(ATTR_ALGOR… in startElement()
138 … if (ouAlgorithm != NULL && ouAlgorithm == rtl::OUString(RTL_ASCII_USTRINGPARAM(ALGO_C14N))) in startElement()
[all …]
H A Dxsecctl.hxx118 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US macro
/AOO41X/main/xmlsecurity/tools/demo/
H A Dperformance.cxx136 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US macro
586 ouMessage += rtl::OUString(RTL_ASCII_USTRINGPARAM(buf)); in parseFile()
676 rtl::OUString(RTL_ASCII_USTRINGPARAM( "/" )) in export_xml()
678 ouMessage += rtl::OUString(RTL_ASCII_USTRINGPARAM("\t")) + ouRemark; in export_xml()
694 rtl::OUString(RTL_ASCII_USTRINGPARAM( "/" )) in import_xml()
696 ouMessage += rtl::OUString(RTL_ASCII_USTRINGPARAM("\t")) + ouRemark; in import_xml()
774 ouMessage += rtl::OUString(RTL_ASCII_USTRINGPARAM(buf)); in transfer_without_sec()
806 m_ouKeyURI(RTL_ASCII_USTRINGPARAM("")) in SecurityEntity()
843 if (m_ouKeyURI != rtl::OUString(RTL_ASCII_USTRINGPARAM("")) && in setKey()
905 args[0] = cssu::makeAny(rtl::OUString(RTL_ASCII_USTRINGPARAM(buf))); in SignatureEntity()
[all …]
/AOO41X/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx67 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US macro
1107 return rtl::OUString ( RTL_ASCII_USTRINGPARAM ( IMPLEMENTATION_NAME ) ); in XMLDocumentWrapper_XmlSecImpl_getImplementationName()
1121 pArray[0] = rtl::OUString ( RTL_ASCII_USTRINGPARAM ( SERVICE_NAME ) ); in XMLDocumentWrapper_XmlSecImpl_getSupportedServiceNames()