Lines Matching refs:pEncCtx
82 xmlSecEncCtxPtr pEncCtx = NULL ; in encrypt() local
174 pEncCtx = xmlSecEncCtxCreate( pMngr ) ; in encrypt()
175 if( pEncCtx == NULL ) in encrypt()
184 if( xmlSecEncCtxXmlEncrypt( pEncCtx , pEncryptedData , pContent ) < 0 ) { 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()
323 xmlSecEncCtxDestroy( pEncCtx ) ; in decrypt()