Searched refs:decryptInfo (Results 1 – 4 of 4) sorted by relevance
294 DecryptInfo* decryptInfo; variable313 decryptInfo(NULL) { in DecryptHandle()318 delete decryptInfo; decryptInfo = NULL; in ~DecryptHandle() local
249 decryptHandle->decryptInfo = NULL; in onOpenDecryptSession()266 if (NULL != decryptHandle->decryptInfo) { in onCloseDecryptSession()267 delete decryptHandle->decryptInfo; decryptHandle->decryptInfo = NULL; in onCloseDecryptSession()
517 decryptHandle->decryptInfo = NULL;584 if (NULL != decryptHandle->decryptInfo) {585 delete decryptHandle->decryptInfo;586 decryptHandle->decryptInfo = NULL;
62 if (NULL != handle->decryptInfo) { in writeDecryptHandleToParcelData()63 data->writeInt32(handle->decryptInfo->decryptBufferLength); in writeDecryptHandleToParcelData()94 handle->decryptInfo = NULL; in readDecryptHandleFromParcelData()97 handle->decryptInfo = new DecryptInfo(); in readDecryptHandleFromParcelData()98 handle->decryptInfo->decryptBufferLength = bufferLen; in readDecryptHandleFromParcelData()106 if (handle->decryptInfo) { in clearDecryptHandle()107 delete handle->decryptInfo; in clearDecryptHandle()108 handle->decryptInfo = NULL; in clearDecryptHandle()