Home
last modified time | relevance | path

Searched refs:xmlSecDSigCtxPtr (Results 1 – 25 of 26) sorted by relevance

12

/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dxmldsig.h165 XMLSEC_EXPORT xmlSecDSigCtxPtr xmlSecDSigCtxCreate (xmlSecKeysMngrPtr keysMngr);
166 XMLSEC_EXPORT void xmlSecDSigCtxDestroy (xmlSecDSigCtxPtr dsigCtx);
167 XMLSEC_EXPORT int xmlSecDSigCtxInitialize (xmlSecDSigCtxPtr dsigCtx,
169 XMLSEC_EXPORT void xmlSecDSigCtxFinalize (xmlSecDSigCtxPtr dsigCtx);
170 XMLSEC_EXPORT int xmlSecDSigCtxSign (xmlSecDSigCtxPtr dsigCtx,
172 XMLSEC_EXPORT int xmlSecDSigCtxVerify (xmlSecDSigCtxPtr dsigCtx,
178 XMLSEC_EXPORT xmlSecBufferPtr xmlSecDSigCtxGetPreSignBuffer (xmlSecDSigCtxPtr dsigCtx);
179 XMLSEC_EXPORT void xmlSecDSigCtxDebugDump (xmlSecDSigCtxPtr dsigCtx,
181 XMLSEC_EXPORT void xmlSecDSigCtxDebugXmlDump (xmlSecDSigCtxPtr dsigCtx,
227 xmlSecDSigCtxPtr dsigCtx;
[all …]
H A Dxmlsec.h79 typedef struct _xmlSecDSigCtx xmlSecDSigCtx, *xmlSecDSigCtxPtr; typedef
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dxmldsig.c44 static int xmlSecDSigCtxProcessSignatureNode (xmlSecDSigCtxPtr dsigCtx,
73 xmlSecDSigCtxPtr
75 xmlSecDSigCtxPtr dsigCtx; in xmlSecDSigCtxCreate()
78 dsigCtx = (xmlSecDSigCtxPtr) xmlMalloc(sizeof(xmlSecDSigCtx)); in xmlSecDSigCtxCreate()
100 xmlSecDSigCtxDestroy(xmlSecDSigCtxPtr dsigCtx) { in xmlSecDSigCtxDestroy()
175 xmlSecDSigCtxFinalize(xmlSecDSigCtxPtr dsigCtx) { in xmlSecDSigCtxFinalize()
258 xmlSecDSigCtxGetPreSignBuffer(xmlSecDSigCtxPtr dsigCtx) { in xmlSecDSigCtxGetPreSignBuffer()
275 xmlSecDSigCtxSign(xmlSecDSigCtxPtr dsigCtx, xmlNodePtr tmpl) { in xmlSecDSigCtxSign()
331 xmlSecDSigCtxVerify(xmlSecDSigCtxPtr dsigCtx, xmlNodePtr node) { in xmlSecDSigCtxVerify()
956 xmlSecDSigCtxDebugDump(xmlSecDSigCtxPtr dsigCtx, FILE* output) { in xmlSecDSigCtxDebugDump()
[all …]
/dports/security/oath-toolkit/oath-toolkit-2.6.2/libpskc/
H A Dsign.c51 xmlSecDSigCtxPtr dsigCtx = NULL; in pskc_sign_x509()
144 xmlSecDSigCtxPtr dsigCtx, const char *cert_file, int *valid_signature) in verify()
199 xmlSecDSigCtxPtr dsigCtx = NULL; in pskc_verify_x509crt()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsignature_mscryptimpl.cxx95 xmlSecDSigCtxPtr pDsigCtx = nullptr ; in generate()
181 xmlSecDSigCtxPtr pDsigCtx = nullptr ; in validate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsignature_mscryptimpl.cxx88 xmlSecDSigCtxPtr pDsigCtx = nullptr ; in generate()
174 xmlSecDSigCtxPtr pDsigCtx = nullptr ; in validate()
/dports/security/xmlsec1/xmlsec1-1.2.29/examples/
H A Dverify1.c147 xmlSecDSigCtxPtr dsigCtx = NULL; in verify_file()
H A Dsign1.c149 xmlSecDSigCtxPtr dsigCtx = NULL; in sign_file()
H A Dsign2.c155 xmlSecDSigCtxPtr dsigCtx = NULL; in sign_file()
H A Dverify3.c211 xmlSecDSigCtxPtr dsigCtx = NULL; in verify_file()
H A Dsign3.c162 xmlSecDSigCtxPtr dsigCtx = NULL; in sign_file()
H A Dverify2.c230 xmlSecDSigCtxPtr dsigCtx = NULL; in verify_file()
H A Dverify4.c219 xmlSecDSigCtxPtr dsigCtx = NULL; in verify_file()
H A Dxmldsigverify.c244 xmlSecDSigCtxPtr dsigCtx = NULL; in verify_request()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/gpg/
H A Dxmlsignature_gpgimpl.cxx64 xmlSecDSigCtxPtr pDsigCtx = nullptr ; in generate()
267 xmlSecDSigCtxPtr pDsigCtx = nullptr ; in validate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/gpg/
H A Dxmlsignature_gpgimpl.cxx64 xmlSecDSigCtxPtr pDsigCtx = nullptr ; in generate()
267 xmlSecDSigCtxPtr pDsigCtx = nullptr ; in validate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/nss/
H A Dxmlsignature_nssimpl.cxx57 void operator()(xmlSecDSigCtxPtr ptr) { xmlSecDSigCtxDestroy(ptr); } in operator ()()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/nss/
H A Dxmlsignature_nssimpl.cxx53 void operator()(xmlSecDSigCtxPtr ptr) { xmlSecDSigCtxDestroy(ptr); } in operator ()()
/dports/security/xmlsec1/xmlsec1-1.2.29/docs/api/src/chapters/
H A Dusing-contexts.sgml44 xmlSecDSigCtxPtr dsigCtx = NULL;
H A Dverify-and-decrypt.sgml73 xmlSecDSigCtxPtr dsigCtx = NULL;
H A Dsign-and-encrypt.sgml77 xmlSecDSigCtxPtr dsigCtx = NULL;
H A Dcreating-templates.sgml76 xmlSecDSigCtxPtr dsigCtx = NULL;
/dports/security/xmlsec1/xmlsec1-1.2.29/apps/
H A Dxmlsec.c922 static int xmlSecAppPrepareDSigCtx (xmlSecDSigCtxPtr dsigCtx);
923 static void xmlSecAppPrintDSigCtx (xmlSecDSigCtxPtr dsigCtx);
1514 xmlSecAppPrepareDSigCtx(xmlSecDSigCtxPtr dsigCtx) {
1567 xmlSecAppPrintDSigCtx(xmlSecDSigCtxPtr dsigCtx) {
/dports/security/py-xmlsec/xmlsec-1.3.12/src/
H A Dds.c21 xmlSecDSigCtxPtr handle;
/dports/security/lasso/lasso-2.7.0/lasso/
H A Dutils.h167 lasso_release_full2(dest, xmlSecDSigCtxDestroy,xmlSecDSigCtxPtr)

12