Searched refs:pEncCtx (Results 1 – 2 of 2) sorted by relevance
82 xmlSecEncCtxPtr pEncCtx = NULL ; in encrypt() local174 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() local280 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 …]
87 xmlSecEncCtxPtr pEncCtx = NULL ; in encrypt() local188 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() local335 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 23 milliseconds