Home
last modified time | relevance | path

Searched refs:xmlSecBase64CtxFinal (Results 1 – 2 of 2) sorted by relevance

/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dbase64.h50 XMLSEC_EXPORT int xmlSecBase64CtxFinal (xmlSecBase64CtxPtr ctx,
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dbase64.c282 xmlSecBase64CtxFinal(xmlSecBase64CtxPtr ctx, in xmlSecBase64CtxFinal() function
630 ret = xmlSecBase64CtxFinal(&ctx, ((xmlSecByte*)ptr) + size_update, size - size_update); in xmlSecBase64Encode()
680 ret = xmlSecBase64CtxFinal(&ctx, buf + size_update, len - size_update); in xmlSecBase64Decode()
893 ret = xmlSecBase64CtxFinal(ctx, xmlSecBufferGetData(out) + outSize, 16); in xmlSecBase64Execute()