Home
last modified time | relevance | path

Searched refs:xmlSecTransformPtr (Results 1 – 25 of 55) sorted by relevance

123

/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dtransforms.h327 xmlSecTransformPtr first;
328 xmlSecTransformPtr last;
404 xmlSecTransformPtr next;
405 xmlSecTransformPtr prev;
420 XMLSEC_EXPORT xmlSecTransformPtr xmlSecTransformCreate (xmlSecTransformId id);
422 XMLSEC_EXPORT xmlSecTransformPtr xmlSecTransformNodeRead (xmlNodePtr node,
425 XMLSEC_EXPORT int xmlSecTransformPump (xmlSecTransformPtr left,
426 xmlSecTransformPtr right,
428 XMLSEC_EXPORT int xmlSecTransformSetKey (xmlSecTransformPtr transform,
518 XMLSEC_EXPORT int xmlSecTransformConnect (xmlSecTransformPtr left,
[all …]
H A Dxmldsig.h151 xmlSecTransformPtr signMethod;
152 xmlSecTransformPtr c14nMethod;
153 xmlSecTransformPtr preSignMemBufMethod;
230 xmlSecTransformPtr digestMethod;
234 xmlSecTransformPtr preDigestMemBufMethod;
/dports/security/xmlsec1/xmlsec1-1.2.29/src/openssl/
H A Dkt_rsa.c103 static int xmlSecOpenSSLRsaPkcs1SetKeyReq (xmlSecTransformPtr transform,
105 static int xmlSecOpenSSLRsaPkcs1SetKey (xmlSecTransformPtr transform,
107 static int xmlSecOpenSSLRsaPkcs1Execute (xmlSecTransformPtr transform,
153 xmlSecOpenSSLRsaPkcs1Initialize(xmlSecTransformPtr transform) { in xmlSecOpenSSLRsaPkcs1Initialize()
167 xmlSecOpenSSLRsaPkcs1Finalize(xmlSecTransformPtr transform) { in xmlSecOpenSSLRsaPkcs1Finalize()
183 xmlSecOpenSSLRsaPkcs1SetKeyReq(xmlSecTransformPtr transform, xmlSecKeyReqPtr keyReq) { in xmlSecOpenSSLRsaPkcs1SetKeyReq()
206 xmlSecOpenSSLRsaPkcs1SetKey(xmlSecTransformPtr transform, xmlSecKeyPtr key) { in xmlSecOpenSSLRsaPkcs1SetKey()
453 xmlSecOpenSSLRsaOaepInitialize(xmlSecTransformPtr transform) { in xmlSecOpenSSLRsaOaepInitialize()
475 xmlSecOpenSSLRsaOaepFinalize(xmlSecTransformPtr transform) { in xmlSecOpenSSLRsaOaepFinalize()
550 xmlSecOpenSSLRsaOaepSetKeyReq(xmlSecTransformPtr transform, xmlSecKeyReqPtr keyReq) { in xmlSecOpenSSLRsaOaepSetKeyReq()
[all …]
H A Dhmac.c109 static int xmlSecOpenSSLHmacNodeRead (xmlSecTransformPtr transform,
112 static int xmlSecOpenSSLHmacSetKeyReq (xmlSecTransformPtr transform,
114 static int xmlSecOpenSSLHmacSetKey (xmlSecTransformPtr transform,
116 static int xmlSecOpenSSLHmacVerify (xmlSecTransformPtr transform,
120 static int xmlSecOpenSSLHmacExecute (xmlSecTransformPtr transform,
126 xmlSecOpenSSLHmacCheckId(xmlSecTransformPtr transform) { in xmlSecOpenSSLHmacCheckId()
179 xmlSecOpenSSLHmacInitialize(xmlSecTransformPtr transform) { in xmlSecOpenSSLHmacInitialize()
251 xmlSecOpenSSLHmacFinalize(xmlSecTransformPtr transform) { in xmlSecOpenSSLHmacFinalize()
311 xmlSecOpenSSLHmacSetKeyReq(xmlSecTransformPtr transform, xmlSecKeyReqPtr keyReq) { in xmlSecOpenSSLHmacSetKeyReq()
330 xmlSecOpenSSLHmacSetKey(xmlSecTransformPtr transform, xmlSecKeyPtr key) { in xmlSecOpenSSLHmacSetKey()
[all …]
H A Dkw_aes.c84 static int xmlSecOpenSSLKWAesInitialize (xmlSecTransformPtr transform);
85 static void xmlSecOpenSSLKWAesFinalize (xmlSecTransformPtr transform);
86 static int xmlSecOpenSSLKWAesSetKeyReq (xmlSecTransformPtr transform,
88 static int xmlSecOpenSSLKWAesSetKey (xmlSecTransformPtr transform,
90 static int xmlSecOpenSSLKWAesExecute (xmlSecTransformPtr transform,
95 xmlSecOpenSSLKWAesInitialize(xmlSecTransformPtr transform) { in xmlSecOpenSSLKWAesInitialize()
127 xmlSecOpenSSLKWAesFinalize(xmlSecTransformPtr transform) { in xmlSecOpenSSLKWAesFinalize()
140 xmlSecOpenSSLKWAesSetKeyReq(xmlSecTransformPtr transform, xmlSecKeyReqPtr keyReq) { in xmlSecOpenSSLKWAesSetKeyReq()
164 xmlSecOpenSSLKWAesSetKey(xmlSecTransformPtr transform, xmlSecKeyPtr key) { in xmlSecOpenSSLKWAesSetKey()
203 xmlSecOpenSSLKWAesExecute(xmlSecTransformPtr transform, int last, xmlSecTransformCtxPtr transformCt… in xmlSecOpenSSLKWAesExecute()
H A Devp_signatures.c60 static int xmlSecOpenSSLEvpSignatureCheckId (xmlSecTransformPtr transform);
61 static int xmlSecOpenSSLEvpSignatureInitialize (xmlSecTransformPtr transform);
62 static void xmlSecOpenSSLEvpSignatureFinalize (xmlSecTransformPtr transform);
63 static int xmlSecOpenSSLEvpSignatureSetKeyReq (xmlSecTransformPtr transform,
65 static int xmlSecOpenSSLEvpSignatureSetKey (xmlSecTransformPtr transform,
67 static int xmlSecOpenSSLEvpSignatureVerify (xmlSecTransformPtr transform,
76 xmlSecOpenSSLEvpSignatureCheckId(xmlSecTransformPtr transform) { in xmlSecOpenSSLEvpSignatureCheckId()
145 xmlSecOpenSSLEvpSignatureInitialize(xmlSecTransformPtr transform) { in xmlSecOpenSSLEvpSignatureInitialize()
258 xmlSecOpenSSLEvpSignatureFinalize(xmlSecTransformPtr transform) { in xmlSecOpenSSLEvpSignatureFinalize()
279 xmlSecOpenSSLEvpSignatureSetKey(xmlSecTransformPtr transform, xmlSecKeyPtr key) { in xmlSecOpenSSLEvpSignatureSetKey()
[all …]
H A Ddigests.c58 static int xmlSecOpenSSLEvpDigestInitialize (xmlSecTransformPtr transform);
59 static void xmlSecOpenSSLEvpDigestFinalize (xmlSecTransformPtr transform);
60 static int xmlSecOpenSSLEvpDigestVerify (xmlSecTransformPtr transform,
64 static int xmlSecOpenSSLEvpDigestExecute (xmlSecTransformPtr transform,
67 static int xmlSecOpenSSLEvpDigestCheckId (xmlSecTransformPtr transform);
70 xmlSecOpenSSLEvpDigestCheckId(xmlSecTransformPtr transform) { in xmlSecOpenSSLEvpDigestCheckId()
136 xmlSecOpenSSLEvpDigestInitialize(xmlSecTransformPtr transform) { in xmlSecOpenSSLEvpDigestInitialize()
238 xmlSecOpenSSLEvpDigestFinalize(xmlSecTransformPtr transform) { in xmlSecOpenSSLEvpDigestFinalize()
255 xmlSecOpenSSLEvpDigestVerify(xmlSecTransformPtr transform, in xmlSecOpenSSLEvpDigestVerify()
290 xmlSecOpenSSLEvpDigestExecute(xmlSecTransformPtr transform, int last, xmlSecTransformCtxPtr transfo… in xmlSecOpenSSLEvpDigestExecute()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscrypto/
H A Dkt_rsa.c64 static int xmlSecMSCryptoRsaPkcs1OaepCheckId (xmlSecTransformPtr transform);
65 static int xmlSecMSCryptoRsaPkcs1OaepInitialize (xmlSecTransformPtr transform);
66 static void xmlSecMSCryptoRsaPkcs1OaepFinalize (xmlSecTransformPtr transform);
67 static int xmlSecMSCryptoRsaPkcs1OaepSetKeyReq (xmlSecTransformPtr transform,
69 static int xmlSecMSCryptoRsaPkcs1OaepSetKey (xmlSecTransformPtr transform,
71 static int xmlSecMSCryptoRsaPkcs1OaepExecute (xmlSecTransformPtr transform,
79 xmlSecMSCryptoRsaPkcs1OaepCheckId(xmlSecTransformPtr transform) { in xmlSecMSCryptoRsaPkcs1OaepCheckId()
96 xmlSecMSCryptoRsaPkcs1OaepInitialize(xmlSecTransformPtr transform) { in xmlSecMSCryptoRsaPkcs1OaepInitialize()
135 xmlSecMSCryptoRsaPkcs1OaepFinalize(xmlSecTransformPtr transform) { in xmlSecMSCryptoRsaPkcs1OaepFinalize()
154 xmlSecMSCryptoRsaPkcs1OaepSetKeyReq(xmlSecTransformPtr transform, xmlSecKeyReqPtr keyReq) { in xmlSecMSCryptoRsaPkcs1OaepSetKeyReq()
[all …]
H A Dhmac.c114 static int xmlSecMSCryptoHmacNodeRead (xmlSecTransformPtr transform,
117 static int xmlSecMSCryptoHmacSetKeyReq (xmlSecTransformPtr transform,
119 static int xmlSecMSCryptoHmacSetKey (xmlSecTransformPtr transform,
121 static int xmlSecMSCryptoHmacVerify (xmlSecTransformPtr transform,
125 static int xmlSecMSCryptoHmacExecute (xmlSecTransformPtr transform,
144 xmlSecMSCryptoHmacCheckId(xmlSecTransformPtr transform) { in xmlSecMSCryptoHmacCheckId()
183 xmlSecMSCryptoHmacInitialize(xmlSecTransformPtr transform) { in xmlSecMSCryptoHmacInitialize()
255 xmlSecMSCryptoHmacFinalize(xmlSecTransformPtr transform) { in xmlSecMSCryptoHmacFinalize()
324 xmlSecMSCryptoHmacSetKeyReq(xmlSecTransformPtr transform, xmlSecKeyReqPtr keyReq) { in xmlSecMSCryptoHmacSetKeyReq()
342 xmlSecMSCryptoHmacSetKey(xmlSecTransformPtr transform, xmlSecKeyPtr key) { in xmlSecMSCryptoHmacSetKey()
[all …]
H A Dkw_aes.c95 static int xmlSecMSCryptoKWAesInitialize (xmlSecTransformPtr transform);
96 static void xmlSecMSCryptoKWAesFinalize (xmlSecTransformPtr transform);
97 static int xmlSecMSCryptoKWAesSetKeyReq (xmlSecTransformPtr transform,
99 static int xmlSecMSCryptoKWAesSetKey (xmlSecTransformPtr transform,
101 static int xmlSecMSCryptoKWAesExecute (xmlSecTransformPtr transform,
104 static int xmlSecMSCryptoKWAesCheckId (xmlSecTransformPtr transform);
121 xmlSecMSCryptoKWAesCheckId(xmlSecTransformPtr transform) { in xmlSecMSCryptoKWAesCheckId()
134 xmlSecMSCryptoKWAesInitialize(xmlSecTransformPtr transform) { in xmlSecMSCryptoKWAesInitialize()
192 xmlSecMSCryptoKWAesFinalize(xmlSecTransformPtr transform) { in xmlSecMSCryptoKWAesFinalize()
214 xmlSecMSCryptoKWAesSetKeyReq(xmlSecTransformPtr transform, xmlSecKeyReqPtr keyReq) { in xmlSecMSCryptoKWAesSetKeyReq()
[all …]
H A Ddigests.c60 static int xmlSecMSCryptoDigestInitialize (xmlSecTransformPtr transform);
61 static void xmlSecMSCryptoDigestFinalize (xmlSecTransformPtr transform);
62 static int xmlSecMSCryptoDigestVerify (xmlSecTransformPtr transform,
66 static int xmlSecMSCryptoDigestExecute (xmlSecTransformPtr transform,
69 static int xmlSecMSCryptoDigestCheckId (xmlSecTransformPtr transform);
120 xmlSecMSCryptoDigestCheckId(xmlSecTransformPtr transform) { in xmlSecMSCryptoDigestCheckId()
171 xmlSecMSCryptoDigestInitialize(xmlSecTransformPtr transform) { in xmlSecMSCryptoDigestInitialize()
251 static void xmlSecMSCryptoDigestFinalize(xmlSecTransformPtr transform) { in xmlSecMSCryptoDigestFinalize()
271 xmlSecMSCryptoDigestVerify(xmlSecTransformPtr transform, in xmlSecMSCryptoDigestVerify()
307 xmlSecMSCryptoDigestExecute(xmlSecTransformPtr transform, in xmlSecMSCryptoDigestExecute()
H A Dsignatures.c68 static int xmlSecMSCryptoSignatureCheckId (xmlSecTransformPtr transform);
69 static int xmlSecMSCryptoSignatureInitialize (xmlSecTransformPtr transform);
70 static void xmlSecMSCryptoSignatureFinalize (xmlSecTransformPtr transform);
71 static int xmlSecMSCryptoSignatureSetKeyReq (xmlSecTransformPtr transform,
73 static int xmlSecMSCryptoSignatureSetKey (xmlSecTransformPtr transform,
75 static int xmlSecMSCryptoSignatureVerify (xmlSecTransformPtr transform,
79 static int xmlSecMSCryptoSignatureExecute (xmlSecTransformPtr transform,
84 static int xmlSecMSCryptoSignatureCheckId(xmlSecTransformPtr transform) { in xmlSecMSCryptoSignatureCheckId()
148 static int xmlSecMSCryptoSignatureInitialize(xmlSecTransformPtr transform) { in xmlSecMSCryptoSignatureInitialize()
233 static void xmlSecMSCryptoSignatureFinalize(xmlSecTransformPtr transform) { in xmlSecMSCryptoSignatureFinalize()
[all …]
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dmembuf.c47 static int xmlSecTransformMemBufInitialize (xmlSecTransformPtr transform);
48 static void xmlSecTransformMemBufFinalize (xmlSecTransformPtr transform);
49 static int xmlSecTransformMemBufExecute (xmlSecTransformPtr transform,
100 xmlSecTransformMemBufGetBuffer(xmlSecTransformPtr transform) { in xmlSecTransformMemBufGetBuffer()
112 xmlSecTransformMemBufInitialize(xmlSecTransformPtr transform) { in xmlSecTransformMemBufInitialize()
131 xmlSecTransformMemBufFinalize(xmlSecTransformPtr transform) { in xmlSecTransformMemBufFinalize()
143 xmlSecTransformMemBufExecute(xmlSecTransformPtr transform, int last, xmlSecTransformCtxPtr transfor… in xmlSecTransformMemBufExecute()
H A Dtransforms.c508 xmlSecTransformPtr
510 xmlSecTransformPtr transform; in xmlSecTransformCtxCreateAndAppend()
545 xmlSecTransformPtr
547 xmlSecTransformPtr transform; in xmlSecTransformCtxCreateAndPrepend()
583 xmlSecTransformPtr
586 xmlSecTransformPtr transform; in xmlSecTransformCtxNodeRead()
624 xmlSecTransformPtr transform; in xmlSecTransformCtxNodesListRead()
1198 xmlSecTransformPtr
1295 xmlSecTransformPtr
1741 xmlSecTransformConnect(xmlSecTransformPtr left, xmlSecTransformPtr right, in xmlSecTransformConnect()
[all …]
H A Drelationship.c103 static int xmlSecRelationshipInitialize (xmlSecTransformPtr transform);
104 static void xmlSecRelationshipFinalize (xmlSecTransformPtr transform);
105 static int xmlSecTransformRelationshipPopBin (xmlSecTransformPtr transform,
110 static int xmlSecTransformRelationshipPushXml(xmlSecTransformPtr transform,
113 static int xmlSecRelationshipReadNode (xmlSecTransformPtr transform,
117 static int xmlSecTransformRelationshipProcessElementNode(xmlSecTransformPtr transform,
155 xmlSecRelationshipInitialize(xmlSecTransformPtr transform) { in xmlSecRelationshipInitialize()
177 xmlSecRelationshipFinalize(xmlSecTransformPtr transform) { in xmlSecRelationshipFinalize()
194 xmlSecRelationshipReadNode(xmlSecTransformPtr transform, xmlNodePtr node, xmlSecTransformCtxPtr tra… in xmlSecRelationshipReadNode()
279 xmlSecTransformRelationshipProcessNode(xmlSecTransformPtr transform, xmlOutputBufferPtr buf, xmlNod… in xmlSecTransformRelationshipProcessNode()
[all …]
H A Dxpath.c371 static int xmlSecTransformXPathInitialize (xmlSecTransformPtr transform);
373 static int xmlSecTransformXPathExecute (xmlSecTransformPtr transform,
378 xmlSecTransformXPathInitialize(xmlSecTransformPtr transform) { in xmlSecTransformXPathInitialize()
397 xmlSecTransformXPathFinalize(xmlSecTransformPtr transform) { in xmlSecTransformXPathFinalize()
409 xmlSecTransformXPathExecute(xmlSecTransformPtr transform, int last, in xmlSecTransformXPathExecute()
442 static int xmlSecTransformXPathNodeRead (xmlSecTransformPtr transform,
755 xmlSecTransformXPointerSetExpr(xmlSecTransformPtr transform, const xmlChar* expr, in xmlSecTransformXPointerSetExpr()
945 xmlSecTransformVisa3DHackSetID(xmlSecTransformPtr transform, const xmlChar* id) { in xmlSecTransformVisa3DHackSetID()
965 xmlSecTransformVisa3DHackInitialize(xmlSecTransformPtr transform) { in xmlSecTransformVisa3DHackInitialize()
972 xmlSecTransformVisa3DHackFinalize(xmlSecTransformPtr transform) { in xmlSecTransformVisa3DHackFinalize()
[all …]
H A Dio.c312 static int xmlSecTransformInputURIInitialize (xmlSecTransformPtr transform);
313 static void xmlSecTransformInputURIFinalize (xmlSecTransformPtr transform);
314 static int xmlSecTransformInputURIPopBin (xmlSecTransformPtr transform,
369 xmlSecTransformInputURIOpen(xmlSecTransformPtr transform, const xmlChar *uri) { in xmlSecTransformInputURIOpen()
428 xmlSecTransformInputURIClose(xmlSecTransformPtr transform) { in xmlSecTransformInputURIClose()
448 xmlSecTransformInputURIInitialize(xmlSecTransformPtr transform) { in xmlSecTransformInputURIInitialize()
461 xmlSecTransformInputURIFinalize(xmlSecTransformPtr transform) { in xmlSecTransformInputURIFinalize()
484 xmlSecTransformInputURIPopBin(xmlSecTransformPtr transform, xmlSecByte* data, in xmlSecTransformInputURIPopBin()
H A Dxslt.c63 static int xmlSecXsltInitialize (xmlSecTransformPtr transform);
64 static void xmlSecXsltFinalize (xmlSecTransformPtr transform);
65 static int xmlSecXsltReadNode (xmlSecTransformPtr transform,
68 static int xmlSecXsltPushBin (xmlSecTransformPtr transform,
73 static int xmlSecXsltExecute (xmlSecTransformPtr transform,
192 xmlSecXsltInitialize(xmlSecTransformPtr transform) { in xmlSecXsltInitialize()
209 xmlSecXsltFinalize(xmlSecTransformPtr transform) { in xmlSecXsltFinalize()
232 xmlSecXsltReadNode(xmlSecTransformPtr transform, xmlNodePtr node, xmlSecTransformCtxPtr transformCt… in xmlSecXsltReadNode()
286 xmlSecXsltPushBin(xmlSecTransformPtr transform, const xmlSecByte* data, in xmlSecXsltPushBin()
402 xmlSecXsltExecute(xmlSecTransformPtr transform, int last, xmlSecTransformCtxPtr transformCtx) { in xmlSecXsltExecute()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/gcrypt/
H A Dhmac.c92 static int xmlSecGCryptHmacCheckId (xmlSecTransformPtr transform);
95 static int xmlSecGCryptHmacNodeRead (xmlSecTransformPtr transform,
98 static int xmlSecGCryptHmacSetKeyReq (xmlSecTransformPtr transform,
100 static int xmlSecGCryptHmacSetKey (xmlSecTransformPtr transform,
102 static int xmlSecGCryptHmacVerify (xmlSecTransformPtr transform,
111 xmlSecGCryptHmacCheckId(xmlSecTransformPtr transform) { in xmlSecGCryptHmacCheckId()
160 xmlSecGCryptHmacInitialize(xmlSecTransformPtr transform) { in xmlSecGCryptHmacInitialize()
226 xmlSecGCryptHmacFinalize(xmlSecTransformPtr transform) { in xmlSecGCryptHmacFinalize()
308 xmlSecGCryptHmacSetKeyReq(xmlSecTransformPtr transform, xmlSecKeyReqPtr keyReq) { in xmlSecGCryptHmacSetKeyReq()
331 xmlSecGCryptHmacSetKey(xmlSecTransformPtr transform, xmlSecKeyPtr key) { in xmlSecGCryptHmacSetKey()
[all …]
H A Ddigests.c56 static int xmlSecGCryptDigestInitialize (xmlSecTransformPtr transform);
57 static void xmlSecGCryptDigestFinalize (xmlSecTransformPtr transform);
58 static int xmlSecGCryptDigestVerify (xmlSecTransformPtr transform,
62 static int xmlSecGCryptDigestExecute (xmlSecTransformPtr transform,
65 static int xmlSecGCryptDigestCheckId (xmlSecTransformPtr transform);
68 xmlSecGCryptDigestCheckId(xmlSecTransformPtr transform) { in xmlSecGCryptDigestCheckId()
116 xmlSecGCryptDigestInitialize(xmlSecTransformPtr transform) { in xmlSecGCryptDigestInitialize()
181 xmlSecGCryptDigestFinalize(xmlSecTransformPtr transform) { in xmlSecGCryptDigestFinalize()
197 xmlSecGCryptDigestVerify(xmlSecTransformPtr transform, in xmlSecGCryptDigestVerify()
232 xmlSecGCryptDigestExecute(xmlSecTransformPtr transform, int last, xmlSecTransformCtxPtr transformCt… in xmlSecGCryptDigestExecute()
H A Dkw_aes.c88 static int xmlSecGCryptKWAesInitialize (xmlSecTransformPtr transform);
89 static void xmlSecGCryptKWAesFinalize (xmlSecTransformPtr transform);
90 static int xmlSecGCryptKWAesSetKeyReq (xmlSecTransformPtr transform,
92 static int xmlSecGCryptKWAesSetKey (xmlSecTransformPtr transform,
94 static int xmlSecGCryptKWAesExecute (xmlSecTransformPtr transform,
99 xmlSecGCryptKWAesInitialize(xmlSecTransformPtr transform) { in xmlSecGCryptKWAesInitialize()
138 xmlSecGCryptKWAesFinalize(xmlSecTransformPtr transform) { in xmlSecGCryptKWAesFinalize()
151 xmlSecGCryptKWAesSetKeyReq(xmlSecTransformPtr transform, xmlSecKeyReqPtr keyReq) { in xmlSecGCryptKWAesSetKeyReq()
175 xmlSecGCryptKWAesSetKey(xmlSecTransformPtr transform, xmlSecKeyPtr key) { in xmlSecGCryptKWAesSetKey()
214 xmlSecGCryptKWAesExecute(xmlSecTransformPtr transform, int last, xmlSecTransformCtxPtr transformCtx… in xmlSecGCryptKWAesExecute()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/nss/
H A Dhmac.c96 static int xmlSecNssHmacCheckId (xmlSecTransformPtr transform);
99 static int xmlSecNssHmacNodeRead (xmlSecTransformPtr transform,
102 static int xmlSecNssHmacSetKeyReq (xmlSecTransformPtr transform,
104 static int xmlSecNssHmacSetKey (xmlSecTransformPtr transform,
106 static int xmlSecNssHmacVerify (xmlSecTransformPtr transform,
116 xmlSecNssHmacCheckId(xmlSecTransformPtr transform) { in xmlSecNssHmacCheckId()
165 xmlSecNssHmacInitialize(xmlSecTransformPtr transform) { in xmlSecNssHmacInitialize()
226 xmlSecNssHmacFinalize(xmlSecTransformPtr transform) { in xmlSecNssHmacFinalize()
308 xmlSecNssHmacSetKeyReq(xmlSecTransformPtr transform, xmlSecKeyReqPtr keyReq) { in xmlSecNssHmacSetKeyReq()
331 xmlSecNssHmacSetKey(xmlSecTransformPtr transform, xmlSecKeyPtr key) { in xmlSecNssHmacSetKey()
[all …]
H A Ddigests.c62 static int xmlSecNssDigestCheckId (xmlSecTransformPtr transform);
63 static int xmlSecNssDigestInitialize (xmlSecTransformPtr transform);
64 static void xmlSecNssDigestFinalize (xmlSecTransformPtr transform);
65 static int xmlSecNssDigestVerify (xmlSecTransformPtr transform,
69 static int xmlSecNssDigestExecute (xmlSecTransformPtr transform,
74 xmlSecNssDigestCheckId(xmlSecTransformPtr transform) { in xmlSecNssDigestCheckId()
116 xmlSecNssDigestInitialize(xmlSecTransformPtr transform) { in xmlSecNssDigestInitialize()
184 xmlSecNssDigestFinalize(xmlSecTransformPtr transform) { in xmlSecNssDigestFinalize()
200 xmlSecNssDigestVerify(xmlSecTransformPtr transform, in xmlSecNssDigestVerify()
236 xmlSecNssDigestExecute(xmlSecTransformPtr transform, int last, xmlSecTransformCtxPtr transformCtx) { in xmlSecNssDigestExecute()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscng/
H A Ddigests.c58 static int xmlSecMSCngDigestInitialize (xmlSecTransformPtr transform);
59 static void xmlSecMSCngDigestFinalize (xmlSecTransformPtr transform);
60 static int xmlSecMSCngDigestVerify (xmlSecTransformPtr transform,
64 static int xmlSecMSCngDigestExecute (xmlSecTransformPtr transform,
67 static int xmlSecMSCngDigestCheckId (xmlSecTransformPtr transform);
71 xmlSecMSCngDigestCheckId(xmlSecTransformPtr transform) { in xmlSecMSCngDigestCheckId()
103 xmlSecMSCngDigestInitialize(xmlSecTransformPtr transform) { in xmlSecMSCngDigestInitialize()
153 static void xmlSecMSCngDigestFinalize(xmlSecTransformPtr transform) { in xmlSecMSCngDigestFinalize()
182 xmlSecMSCngDigestVerify(xmlSecTransformPtr transform, in xmlSecMSCngDigestVerify()
218 xmlSecMSCngDigestExecute(xmlSecTransformPtr transform, in xmlSecMSCngDigestExecute()
H A Dsignatures.c65 static int xmlSecMSCngSignatureCheckId (xmlSecTransformPtr transform);
66 static int xmlSecMSCngSignatureInitialize (xmlSecTransformPtr transform);
67 static void xmlSecMSCngSignatureFinalize (xmlSecTransformPtr transform);
68 static int xmlSecMSCngSignatureSetKeyReq (xmlSecTransformPtr transform,
70 static int xmlSecMSCngSignatureSetKey (xmlSecTransformPtr transform,
72 static int xmlSecMSCngSignatureVerify (xmlSecTransformPtr transform,
76 static int xmlSecMSCngSignatureExecute (xmlSecTransformPtr transform,
81 static int xmlSecMSCngSignatureCheckId(xmlSecTransformPtr transform) { in xmlSecMSCngSignatureCheckId()
159 static int xmlSecMSCngSignatureInitialize(xmlSecTransformPtr transform) { in xmlSecMSCngSignatureInitialize()
261 static void xmlSecMSCngSignatureFinalize(xmlSecTransformPtr transform) { in xmlSecMSCngSignatureFinalize()
[all …]

123