Lines Matching refs:pEncCtx
87 xmlSecEncCtxPtr pEncCtx = NULL ; in encrypt() local
188 pEncCtx = xmlSecEncCtxCreate( pMngr ) ; in encrypt()
189 if( pEncCtx == NULL ) in encrypt()
228 if( xmlSecEncCtxXmlEncrypt( pEncCtx , pEncryptedData , pContent ) < 0 ) 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()
364 xmlSecEncCtxDestroy( pEncCtx ) ; in decrypt()