Home
last modified time | relevance | path

Searched refs:xmlSecBufferSetData (Results 1 – 22 of 22) sorted by relevance

/dports/security/xmlsec1/xmlsec1-1.2.29/src/nss/
H A Dsymkeys.c278 return(xmlSecBufferSetData(buffer, buf, bufSize)); in xmlSecNssKeyDataAesSet()
359 return(xmlSecBufferSetData(buffer, buf, bufSize)); in xmlSecNssKeyDataDesSet()
441 return(xmlSecBufferSetData(buffer, buf, bufSize)); in xmlSecNssKeyDataHmacSet()
H A Dkeytrans.c276 if(xmlSecBufferSetData(ctx->material, xmlSecBufferGetData(in), xmlSecBufferGetSize(in)) < 0) { in xmlSecNssKeyTransportCtxInit()
460 if(xmlSecBufferSetData(result, keyItem->data, keyItem->len) < 0) { in xmlSecNssKeyTransportCtxFinal()
H A Dsignatures.c601 ret = xmlSecBufferSetData(out, signatureClr->data, signatureClr->len); in xmlSecNssSignatureExecute()
613 ret = xmlSecBufferSetData(out, signature.data, signature.len); in xmlSecNssSignatureExecute()
H A Dkw_aes.c327 ret = xmlSecBufferSetData(&(ctx->keyBuffer), in xmlSecNssKWAesSetKey()
H A Dkw_des.c238 …ret = xmlSecBufferSetData(&(ctx->keyBuffer), xmlSecBufferGetData(buffer), XMLSEC_KW_DES3_KEY_LENGT… in xmlSecNssKWDes3SetKey()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/openssl/
H A Dsymkeys.c282 return(xmlSecBufferSetData(buffer, buf, bufSize)); in xmlSecOpenSSLKeyDataAesSet()
363 return(xmlSecBufferSetData(buffer, buf, bufSize)); in xmlSecOpenSSLKeyDataDesSet()
445 return(xmlSecBufferSetData(buffer, buf, bufSize)); in xmlSecOpenSSLKeyDataHmacSet()
H A Dkw_aes.c189 ret = xmlSecBufferSetData(&(ctx->keyBuffer), in xmlSecOpenSSLKWAesSetKey()
H A Dkw_des.c238 …ret = xmlSecBufferSetData(&(ctx->keyBuffer), xmlSecBufferGetData(buffer), XMLSEC_KW_DES3_KEY_LENGT… in xmlSecOpenSSLKWDes3SetKey()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/gcrypt/
H A Dsymkeys.c279 return(xmlSecBufferSetData(buffer, buf, bufSize)); in xmlSecGCryptKeyDataAesSet()
360 return(xmlSecBufferSetData(buffer, buf, bufSize)); in xmlSecGCryptKeyDataDesSet()
442 return(xmlSecBufferSetData(buffer, buf, bufSize)); in xmlSecGCryptKeyDataHmacSet()
H A Dkw_aes.c200 ret = xmlSecBufferSetData(&(ctx->keyBuffer), in xmlSecGCryptKWAesSetKey()
H A Dkw_des.c237 …ret = xmlSecBufferSetData(&(ctx->keyBuffer), xmlSecBufferGetData(buffer), XMLSEC_KW_DES3_KEY_LENGT… in xmlSecGCryptKWDes3SetKey()
/dports/security/xmlsec1/xmlsec1-1.2.29/tests/oss-fuzz/
H A Dxmlsec_target.c11 xmlSecBufferSetData(buf, data, size); in LLVMFuzzerTestOneInput()
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dbuffer.h70 XMLSEC_EXPORT int xmlSecBufferSetData (xmlSecBufferPtr buf,
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscrypto/
H A Dsymkeys.c624 return(xmlSecBufferSetData(buffer, buf, bufSize)); in xmlSecMSCryptoKeyDataAesSet()
762 return(xmlSecBufferSetData(buffer, buf, bufSize)); in xmlSecMSCryptoKeyDataHmacSet()
H A Dkt_rsa.c298 ret = xmlSecBufferSetData(out, xmlSecBufferGetData(in), inSize); in xmlSecMSCryptoRsaPkcs1OaepProcess()
H A Dkw_aes.c266 ret = xmlSecBufferSetData(&(ctx->keyBuffer), in xmlSecMSCryptoKWAesSetKey()
H A Dkw_des.c305 …ret = xmlSecBufferSetData(&(ctx->keyBuffer), xmlSecBufferGetData(buffer), XMLSEC_KW_DES3_KEY_LENGT… in xmlSecMSCryptoKWDes3SetKey()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dbuffer.c182 xmlSecBufferSetData(xmlSecBufferPtr buf, const xmlSecByte* data, xmlSecSize size) { in xmlSecBufferSetData() function
H A Dbn.c140 return(xmlSecBufferSetData(bn, data, size)); in xmlSecBnSetData()
H A Dkeysdata.c964 return(xmlSecBufferSetData(buffer, buf, bufSize)); in xmlSecKeyDataBinaryValueSetBuffer()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscng/
H A Dkw_aes.c465 ret = xmlSecBufferSetData(&ctx->keyBuffer, xmlSecBufferGetData(buffer), in xmlSecMSCngKWAesSetKey()
H A Dkw_des.c635 ret = xmlSecBufferSetData(&ctx->keyBuffer, xmlSecBufferGetData(buffer), in xmlSecMSCngKWDes3SetKey()