Home
last modified time | relevance | path

Searched refs:xmlSecAssert2 (Results 1 – 25 of 107) sorted by relevance

12345

/dports/security/xmlsec1/xmlsec1-1.2.29/src/openssl/
H A Dkw_des.c164 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLKWDes3Initialize()
199 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLKWDes3SetKeyReq()
222 xmlSecAssert2(key != NULL, -1); in xmlSecOpenSSLKWDes3SetKey()
367 xmlSecAssert2(in != NULL, -1); in xmlSecOpenSSLKWDes3Sha1()
368 xmlSecAssert2(inSize > 0, -1); in xmlSecOpenSSLKWDes3Sha1()
410 xmlSecAssert2(iv != NULL, -1); in xmlSecOpenSSLKWDes3BlockEncrypt()
412 xmlSecAssert2(in != NULL, -1); in xmlSecOpenSSLKWDes3BlockEncrypt()
413 xmlSecAssert2(inSize > 0, -1); in xmlSecOpenSSLKWDes3BlockEncrypt()
441 xmlSecAssert2(iv != NULL, -1); in xmlSecOpenSSLKWDes3BlockDecrypt()
443 xmlSecAssert2(in != NULL, -1); in xmlSecOpenSSLKWDes3BlockDecrypt()
[all …]
H A Dciphers.c88 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLEvpBlockCipherCtxInit()
93 xmlSecAssert2(in != NULL, -1); in xmlSecOpenSSLEvpBlockCipherCtxInit()
94 xmlSecAssert2(out != NULL, -1); in xmlSecOpenSSLEvpBlockCipherCtxInit()
104 xmlSecAssert2(ivLen > 0, -1); in xmlSecOpenSSLEvpBlockCipherCtxInit()
178 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLEvpBlockCipherCtxUpdateBlock()
183 xmlSecAssert2(in != NULL, -1); in xmlSecOpenSSLEvpBlockCipherCtxUpdateBlock()
184 xmlSecAssert2(out != NULL, -1); in xmlSecOpenSSLEvpBlockCipherCtxUpdateBlock()
293 xmlSecAssert2(in != NULL, -1); in xmlSecOpenSSLEvpBlockCipherCtxUpdate()
357 xmlSecAssert2(inSize > 0, -1); in xmlSecOpenSSLEvpBlockCipherCtxUpdate()
387 xmlSecAssert2(in != NULL, -1); in xmlSecOpenSSLEvpBlockCipherCBCCtxFinal()
[all …]
H A Dkt_rsa.c160 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLRsaPkcs1Initialize()
192 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLRsaPkcs1SetKeyReq()
214 xmlSecAssert2(key != NULL, -1); in xmlSecOpenSSLRsaPkcs1SetKey()
218 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLRsaPkcs1SetKey()
229 xmlSecAssert2(rsa != NULL, -1); in xmlSecOpenSSLRsaPkcs1SetKey()
252 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLRsaPkcs1Execute()
294 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLRsaPkcs1Process()
298 xmlSecAssert2(rsa != NULL, -1); in xmlSecOpenSSLRsaPkcs1Process()
301 xmlSecAssert2(keySize > 0, -1); in xmlSecOpenSSLRsaPkcs1Process()
461 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLRsaOaepInitialize()
[all …]
H A Dkw_aes.c103 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLKWAesInitialize()
146 xmlSecAssert2(keyReq != NULL, -1); in xmlSecOpenSSLKWAesSetKeyReq()
149 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLKWAesSetKeyReq()
173 xmlSecAssert2(key != NULL, -1); in xmlSecOpenSSLKWAesSetKey()
177 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLKWAesSetKey()
216 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLKWAesExecute()
225 xmlSecAssert2(outSize == 0, -1); in xmlSecOpenSSLKWAesExecute()
452 xmlSecAssert2(in != NULL, -1); in xmlSecOpenSSLKWAesBlockEncrypt()
454 xmlSecAssert2(out != NULL, -1); in xmlSecOpenSSLKWAesBlockEncrypt()
466 xmlSecAssert2(in != NULL, -1); in xmlSecOpenSSLKWAesBlockDecrypt()
[all …]
H A Dhmac.c186 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLHmacInitialize()
274 xmlSecAssert2(node!= NULL, -1); in xmlSecOpenSSLHmacNodeRead()
278 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLHmacNodeRead()
316 xmlSecAssert2(keyReq != NULL, -1); in xmlSecOpenSSLHmacSetKeyReq()
339 xmlSecAssert2(key != NULL, -1); in xmlSecOpenSSLHmacSetKey()
342 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLHmacSetKey()
351 xmlSecAssert2(buffer != NULL, -1); in xmlSecOpenSSLHmacSetKey()
389 xmlSecAssert2(data != NULL, -1); in xmlSecOpenSSLHmacVerify()
393 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLHmacVerify()
406 xmlSecAssert2(dataSize > 0, -1); in xmlSecOpenSSLHmacVerify()
[all …]
H A Dsignatures.c56 xmlSecAssert2(sig != NULL, 0); in ECDSA_SIG_set0()
83 xmlSecAssert2(sig != NULL, 0); in DSA_SIG_set0()
254 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLSignatureInitialize()
383 xmlSecAssert2(key != NULL, -1); in xmlSecOpenSSLSignatureSetKey()
386 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLSignatureSetKey()
425 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLSignatureSetKeyReq()
455 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLSignatureVerify()
494 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLSignatureExecute()
504 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLSignatureExecute()
606 xmlSecAssert2(ctx != NULL, -1); in xmlSecOpenSSLSignatureDsaSign()
[all …]
/dports/security/xmlsec1/xmlsec1-1.2.29/src/gcrypt/
H A Dkw_des.c163 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptKWDes3Initialize()
198 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptKWDes3SetKeyReq()
221 xmlSecAssert2(key != NULL, -1); in xmlSecGCryptKWDes3SetKey()
369 xmlSecAssert2(in != NULL, -1); in xmlSecGCryptKWDes3Sha1()
370 xmlSecAssert2(inSize > 0, -1); in xmlSecGCryptKWDes3Sha1()
430 xmlSecAssert2(iv != NULL, -1); in xmlSecGCryptKWDes3BlockEncrypt()
432 xmlSecAssert2(in != NULL, -1); in xmlSecGCryptKWDes3BlockEncrypt()
433 xmlSecAssert2(inSize > 0, -1); in xmlSecGCryptKWDes3BlockEncrypt()
462 xmlSecAssert2(iv != NULL, -1); in xmlSecGCryptKWDes3BlockDecrypt()
464 xmlSecAssert2(in != NULL, -1); in xmlSecGCryptKWDes3BlockDecrypt()
[all …]
H A Dciphers.c74 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptBlockCipherCtxInit()
79 xmlSecAssert2(in != NULL, -1); in xmlSecGCryptBlockCipherCtxInit()
80 xmlSecAssert2(out != NULL, -1); in xmlSecGCryptBlockCipherCtxInit()
85 xmlSecAssert2(blockLen > 0, -1); in xmlSecGCryptBlockCipherCtxInit()
150 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptBlockCipherCtxUpdate()
154 xmlSecAssert2(in != NULL, -1); in xmlSecGCryptBlockCipherCtxUpdate()
155 xmlSecAssert2(out != NULL, -1); in xmlSecGCryptBlockCipherCtxUpdate()
159 xmlSecAssert2(blockLen > 0, -1); in xmlSecGCryptBlockCipherCtxUpdate()
236 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptBlockCipherCtxFinal()
240 xmlSecAssert2(in != NULL, -1); in xmlSecGCryptBlockCipherCtxFinal()
[all …]
H A Dapp.c287 xmlSecAssert2(key != NULL, -1); in xmlSecGCryptAppKeyCertLoad()
312 xmlSecAssert2(key != NULL, -1); in xmlSecGCryptAppKeyCertLoadMemory()
313 xmlSecAssert2(data != NULL, -1); in xmlSecGCryptAppKeyCertLoadMemory()
314 xmlSecAssert2(dataSize > 0, -1); in xmlSecGCryptAppKeyCertLoadMemory()
393 xmlSecAssert2(mngr != NULL, -1); in xmlSecGCryptAppKeysMngrCertLoad()
421 xmlSecAssert2(mngr != NULL, -1); in xmlSecGCryptAppKeysMngrCertLoadMemory()
422 xmlSecAssert2(data != NULL, -1); in xmlSecGCryptAppKeysMngrCertLoadMemory()
423 xmlSecAssert2(dataSize > 0, -1); in xmlSecGCryptAppKeysMngrCertLoadMemory()
446 xmlSecAssert2(mngr != NULL, -1); in xmlSecGCryptAppDefaultKeysMngrInit()
493 xmlSecAssert2(key != NULL, -1); in xmlSecGCryptAppDefaultKeysMngrAdoptKey()
[all …]
H A Dhmac.c168 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptHmacInitialize()
270 xmlSecAssert2(node != NULL, -1); in xmlSecGCryptHmacNodeRead()
274 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptHmacNodeRead()
313 xmlSecAssert2(keyReq != NULL, -1); in xmlSecGCryptHmacSetKeyReq()
317 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptHmacSetKeyReq()
340 xmlSecAssert2(key != NULL, -1); in xmlSecGCryptHmacSetKey()
343 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptHmacSetKey()
381 xmlSecAssert2(data != NULL, -1); in xmlSecGCryptHmacVerify()
385 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptHmacVerify()
399 xmlSecAssert2(dataSize > 0, -1); in xmlSecGCryptHmacVerify()
[all …]
H A Dsignatures.c195 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptPkSignatureInitialize()
315 xmlSecAssert2(key != NULL, -1); in xmlSecGCryptPkSignatureSetKey()
318 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptPkSignatureSetKey()
349 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptPkSignatureSetKeyReq()
375 xmlSecAssert2(data != NULL, -1); in xmlSecGCryptPkSignatureVerify()
379 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptPkSignatureVerify()
419 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptPkSignatureExecute()
429 xmlSecAssert2(ctx != NULL, -1); in xmlSecGCryptPkSignatureExecute()
510 xmlSecAssert2(a != NULL, -1); in xmlSecGCryptAppendMpi()
511 xmlSecAssert2(out != NULL, -1); in xmlSecGCryptAppendMpi()
[all …]
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dkeysdata.c172 xmlSecAssert2(id != NULL, NULL); in xmlSecKeyDataCreate()
268 xmlSecAssert2(id != NULL, -1); in xmlSecKeyDataXmlRead()
270 xmlSecAssert2(key != NULL, -1); in xmlSecKeyDataXmlRead()
289 xmlSecAssert2(id != NULL, -1); in xmlSecKeyDataXmlWrite()
291 xmlSecAssert2(key != NULL, -1); in xmlSecKeyDataXmlWrite()
313 xmlSecAssert2(id != NULL, -1); in xmlSecKeyDataBinRead()
315 xmlSecAssert2(key != NULL, -1); in xmlSecKeyDataBinRead()
316 xmlSecAssert2(buf != NULL, -1); in xmlSecKeyDataBinRead()
337 xmlSecAssert2(id != NULL, -1); in xmlSecKeyDataBinWrite()
339 xmlSecAssert2(key != NULL, -1); in xmlSecKeyDataBinWrite()
[all …]
H A Dtransforms.c337 xmlSecAssert2(ctx != NULL, -1); in xmlSecTransformCtxInitialize()
412 xmlSecAssert2(dst != NULL, -1); in xmlSecTransformCtxCopyUserPref()
413 xmlSecAssert2(src != NULL, -1); in xmlSecTransformCtxCopyUserPref()
444 xmlSecAssert2(ctx != NULL, -1); in xmlSecTransformCtxAppend()
478 xmlSecAssert2(ctx != NULL, -1); in xmlSecTransformCtxPrepend()
628 xmlSecAssert2(ctx != NULL, -1); in xmlSecTransformCtxNodesListRead()
704 xmlSecAssert2(ctx != NULL, -1); in xmlSecTransformCtxSetUri()
857 xmlSecAssert2(ctx != NULL, -1); in xmlSecTransformCtxPrepare()
924 xmlSecAssert2(ctx != NULL, -1); in xmlSecTransformCtxBinaryExecute()
964 xmlSecAssert2(ctx != NULL, -1); in xmlSecTransformCtxUriExecute()
[all …]
H A Dxpath.c144 xmlSecAssert2(data != NULL, -1); in xmlSecXPathDataSetExpr()
147 xmlSecAssert2(expr != NULL, -1); in xmlSecXPathDataSetExpr()
164 xmlSecAssert2(data != NULL, -1); in xmlSecXPathDataRegisterNamespaces()
166 xmlSecAssert2(node != NULL, -1); in xmlSecXPathDataRegisterNamespaces()
190 xmlSecAssert2(data != NULL, -1); in xmlSecXPathDataNodeRead()
193 xmlSecAssert2(node != NULL, -1); in xmlSecXPathDataNodeRead()
219 xmlSecAssert2(doc != NULL, NULL); in xmlSecXPathDataExecute()
417 xmlSecAssert2(last != 0, -1); in xmlSecTransformXPathExecute()
425 xmlSecAssert2(doc != NULL, -1); in xmlSecTransformXPathExecute()
949 xmlSecAssert2(id != NULL, -1); in xmlSecTransformVisa3DHackSetID()
[all …]
H A Dkw_aes_des.c94 xmlSecAssert2(in != NULL, -1); in xmlSecKWDes3Encode()
95 xmlSecAssert2(inSize > 0, -1); in xmlSecKWDes3Encode()
96 xmlSecAssert2(out != NULL, -1); in xmlSecKWDes3Encode()
165 xmlSecAssert2(in != NULL, -1); in xmlSecKWDes3Decode()
166 xmlSecAssert2(inSize > 0, -1); in xmlSecKWDes3Decode()
167 xmlSecAssert2(out != NULL, -1); in xmlSecKWDes3Decode()
239 xmlSecAssert2(size > 0, -1); in xmlSecKWDes3BufferReverse()
343 xmlSecAssert2(in != NULL, -1); in xmlSecKWAesEncode()
344 xmlSecAssert2(inSize > 0, -1); in xmlSecKWAesEncode()
400 xmlSecAssert2(in != NULL, -1); in xmlSecKWAesDecode()
[all …]
/dports/security/xmlsec1/xmlsec1-1.2.29/src/nss/
H A Dkw_des.c164 xmlSecAssert2(ctx != NULL, -1); in xmlSecNssKWDes3Initialize()
199 xmlSecAssert2(ctx != NULL, -1); in xmlSecNssKWDes3SetKeyReq()
222 xmlSecAssert2(key != NULL, -1); in xmlSecNssKWDes3SetKey()
371 xmlSecAssert2(in != NULL, -1); in xmlSecNssKWDes3Sha1()
372 xmlSecAssert2(inSize > 0, -1); in xmlSecNssKWDes3Sha1()
440 xmlSecAssert2(iv != NULL, -1); in xmlSecNssKWDes3BlockEncrypt()
442 xmlSecAssert2(in != NULL, -1); in xmlSecNssKWDes3BlockEncrypt()
443 xmlSecAssert2(inSize > 0, -1); in xmlSecNssKWDes3BlockEncrypt()
471 xmlSecAssert2(iv != NULL, -1); in xmlSecNssKWDes3BlockDecrypt()
473 xmlSecAssert2(in != NULL, -1); in xmlSecNssKWDes3BlockDecrypt()
[all …]
H A Dciphers.c87 xmlSecAssert2(ctx != NULL, -1); in xmlSecNssBlockCipherCtxInit()
92 xmlSecAssert2(in != NULL, -1); in xmlSecNssBlockCipherCtxInit()
93 xmlSecAssert2(out != NULL, -1); in xmlSecNssBlockCipherCtxInit()
97 xmlSecAssert2(ivLen > 0, -1); in xmlSecNssBlockCipherCtxInit()
187 xmlSecAssert2(ctx != NULL, -1); in xmlSecNssBlockCipherCtxUpdate()
191 xmlSecAssert2(in != NULL, -1); in xmlSecNssBlockCipherCtxUpdate()
192 xmlSecAssert2(out != NULL, -1); in xmlSecNssBlockCipherCtxUpdate()
196 xmlSecAssert2(blockLen > 0, -1); in xmlSecNssBlockCipherCtxUpdate()
263 xmlSecAssert2(ctx != NULL, -1); in xmlSecNssBlockCipherCtxFinal()
267 xmlSecAssert2(in != NULL, -1); in xmlSecNssBlockCipherCtxFinal()
[all …]
/dports/security/xmlsec1/xmlsec1-1.2.29/src/skeleton/
H A Dapp.c104 xmlSecAssert2(data != NULL, NULL); in xmlSecSkeletonAppKeyLoadMemory()
128 xmlSecAssert2(key != NULL, -1); in xmlSecSkeletonAppKeyCertLoad()
151 xmlSecAssert2(key != NULL, -1); in xmlSecSkeletonAppKeyCertLoadMemory()
152 xmlSecAssert2(data != NULL, -1); in xmlSecSkeletonAppKeyCertLoadMemory()
231 xmlSecAssert2(mngr != NULL, -1); in xmlSecSkeletonAppKeysMngrCertLoad()
257 xmlSecAssert2(mngr != NULL, -1); in xmlSecSkeletonAppKeysMngrCertLoadMemory()
258 xmlSecAssert2(data != NULL, -1); in xmlSecSkeletonAppKeysMngrCertLoadMemory()
281 xmlSecAssert2(mngr != NULL, -1); in xmlSecSkeletonAppDefaultKeysMngrInit()
330 xmlSecAssert2(mngr != NULL, -1); in xmlSecSkeletonAppDefaultKeysMngrAdoptKey()
331 xmlSecAssert2(key != NULL, -1); in xmlSecSkeletonAppDefaultKeysMngrAdoptKey()
[all …]
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscrypto/
H A Dkw_des.c183 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoKWDes3Initialize()
266 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoKWDes3SetKeyReq()
289 xmlSecAssert2(key != NULL, -1); in xmlSecMSCryptoKWDes3SetKey()
440 xmlSecAssert2(in != NULL, -1); in xmlSecMSCryptoKWDes3Sha1()
441 xmlSecAssert2(inSize > 0, -1); in xmlSecMSCryptoKWDes3Sha1()
519 xmlSecAssert2(iv != NULL, -1); in xmlSecMSCryptoKWDes3BlockEncrypt()
521 xmlSecAssert2(in != NULL, -1); in xmlSecMSCryptoKWDes3BlockEncrypt()
522 xmlSecAssert2(inSize > 0, -1); in xmlSecMSCryptoKWDes3BlockEncrypt()
591 xmlSecAssert2(iv != NULL, -1); in xmlSecMSCryptoKWDes3BlockDecrypt()
593 xmlSecAssert2(in != NULL, -1); in xmlSecMSCryptoKWDes3BlockDecrypt()
[all …]
H A Dciphers.c73 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoBlockCipherCtxInit()
76 xmlSecAssert2(in != NULL, -1); in xmlSecMSCryptoBlockCipherCtxInit()
77 xmlSecAssert2(out != NULL, -1); in xmlSecMSCryptoBlockCipherCtxInit()
88 xmlSecAssert2(blockLen > 0, -1); in xmlSecMSCryptoBlockCipherCtxInit()
155 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoBlockCipherCtxUpdate()
157 xmlSecAssert2(in != NULL, -1); in xmlSecMSCryptoBlockCipherCtxUpdate()
158 xmlSecAssert2(out != NULL, -1); in xmlSecMSCryptoBlockCipherCtxUpdate()
167 xmlSecAssert2(blockLen > 0, -1); in xmlSecMSCryptoBlockCipherCtxUpdate()
248 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoBlockCipherCtxFinal()
250 xmlSecAssert2(in != NULL, -1); in xmlSecMSCryptoBlockCipherCtxFinal()
[all …]
H A Dkw_aes.c142 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoKWAesInitialize()
223 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoKWAesSetKeyReq()
250 xmlSecAssert2(key != NULL, -1); in xmlSecMSCryptoKWAesSetKey()
254 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoKWAesSetKey()
292 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoKWAesExecute()
392 xmlSecAssert2(in != NULL, -1); in xmlSecMSCryptoKWAesBlockEncrypt()
394 xmlSecAssert2(out != NULL, -1); in xmlSecMSCryptoKWAesBlockEncrypt()
396 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoKWAesBlockEncrypt()
440 xmlSecAssert2(in != NULL, -1); in xmlSecMSCryptoKWAesBlockDecrypt()
442 xmlSecAssert2(out != NULL, -1); in xmlSecMSCryptoKWAesBlockDecrypt()
[all …]
H A Dkt_rsa.c104 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoRsaPkcs1OaepInitialize()
160 xmlSecAssert2(keyReq != NULL, -1); in xmlSecMSCryptoRsaPkcs1OaepSetKeyReq()
163 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoRsaPkcs1OaepSetKeyReq()
183 xmlSecAssert2(key != NULL, -1); in xmlSecMSCryptoRsaPkcs1OaepSetKey()
187 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoRsaPkcs1OaepSetKey()
211 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoRsaPkcs1OaepExecute()
257 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoRsaPkcs1OaepProcess()
261 xmlSecAssert2(keySize > 0, -1); in xmlSecMSCryptoRsaPkcs1OaepProcess()
268 xmlSecAssert2(outSize == 0, -1); in xmlSecMSCryptoRsaPkcs1OaepProcess()
517 xmlSecAssert2(node != NULL, -1); in xmlSecMSCryptoRsaOaepNodeRead()
[all …]
H A Dhmac.c190 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoHmacInitialize()
287 xmlSecAssert2(node!= NULL, -1); in xmlSecMSCryptoHmacNodeRead()
291 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoHmacNodeRead()
328 xmlSecAssert2(keyReq != NULL, -1); in xmlSecMSCryptoHmacSetKeyReq()
352 xmlSecAssert2(key != NULL, -1); in xmlSecMSCryptoHmacSetKey()
355 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoHmacSetKey()
366 xmlSecAssert2(buffer != NULL, -1); in xmlSecMSCryptoHmacSetKey()
436 xmlSecAssert2(data != NULL, -1); in xmlSecMSCryptoHmacVerify()
440 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCryptoHmacVerify()
453 xmlSecAssert2(dataSize > 0, -1); in xmlSecMSCryptoHmacVerify()
[all …]
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscng/
H A Dx509.c58 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCngKeyDataX509Initialize()
171 xmlSecAssert2(buf != NULL, NULL); in xmlSecMSCngX509CertDerRead()
172 xmlSecAssert2(size > 0, NULL); in xmlSecMSCngX509CertDerRead()
210 xmlSecAssert2(cert != NULL, -1); in xmlSecMSCngKeyDataX509AdoptKeyCert()
213 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCngKeyDataX509AdoptKeyCert()
228 xmlSecAssert2(cert != NULL, -1); in xmlSecMSCngKeyDataX509AdoptCert()
231 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCngKeyDataX509AdoptCert()
262 xmlSecAssert2(crl != 0, -1); in xmlSecMSCngKeyDataX509AdoptCrl()
265 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCngKeyDataX509AdoptCrl()
291 xmlSecAssert2(node != NULL, -1); in xmlSecMSCngX509SubjectNameNodeRead()
[all …]
H A Dcertkeys.c57 xmlSecAssert2(cert != NULL, -1); in xmlSecMSCngKeyDataCertGetPubkey()
58 xmlSecAssert2(key != NULL, -1); in xmlSecMSCngKeyDataCertGetPubkey()
76 xmlSecAssert2(cert != NULL, -1); in xmlSecMSCngKeyDataCertGetPrivkey()
77 xmlSecAssert2(key != NULL, -1); in xmlSecMSCngKeyDataCertGetPrivkey()
114 xmlSecAssert2(cert != NULL, -1); in xmlSecMSCngKeyDataAdoptCert()
119 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCngKeyDataAdoptCert()
157 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCngKeyDataAdoptKey()
248 xmlSecAssert2(ctx != NULL, 0); in xmlSecMSCngKeyDataGetPubKey()
270 xmlSecAssert2(ctx != NULL, 0); in xmlSecMSCngKeyDataGetPrivKey()
283 xmlSecAssert2(ctx != NULL, -1); in xmlSecMSCngKeyDataInitialize()
[all …]

12345