Home
last modified time | relevance | path

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

/aoo42x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlencryption_mscryptimpl.cxx82 xmlSecEncCtxPtr pEncCtx = NULL ; in encrypt() local
174 pEncCtx = xmlSecEncCtxCreate( pMngr ) ; in encrypt()
175 if( pEncCtx == NULL ) in encrypt()
186 xmlSecEncCtxDestroy( pEncCtx ) ; in encrypt()
192 xmlSecEncCtxDestroy( pEncCtx ) ; in encrypt()
217 xmlSecEncCtxPtr pEncCtx = NULL ; in decrypt() local
280 pEncCtx = xmlSecEncCtxCreate( pMngr ) ; in decrypt()
281 if( pEncCtx == NULL ) in decrypt()
290 if( xmlSecEncCtxDecrypt( pEncCtx , pEncryptedData ) < 0 || pEncCtx->result == NULL ) { in decrypt()
292 xmlSecEncCtxDestroy( pEncCtx ) ; in decrypt()
[all …]
/aoo42x/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlencryption_nssimpl.cxx87 xmlSecEncCtxPtr pEncCtx = NULL ; in encrypt() local
188 pEncCtx = xmlSecEncCtxCreate( pMngr ) ; in encrypt()
189 if( pEncCtx == NULL ) in encrypt()
230 xmlSecEncCtxDestroy( pEncCtx ) ; in encrypt()
238 xmlSecEncCtxDestroy( pEncCtx ) ; in encrypt()
262 xmlSecEncCtxPtr pEncCtx = NULL ; in decrypt() local
335 pEncCtx = xmlSecEncCtxCreate( pMngr ) ; in decrypt()
336 if( pEncCtx == NULL ) in decrypt()
345 if(!( xmlSecEncCtxDecrypt( pEncCtx , pEncryptedData ) < 0 || pEncCtx->result == NULL )) in decrypt()
350 xmlSecEncCtxDestroy( pEncCtx ) ; in decrypt()
[all …]

Completed in 24 milliseconds