Searched refs:decryptInfo (Results 1 – 4 of 4) sorted by relevance
297 DecryptInfo* decryptInfo; variable316 decryptInfo(NULL) { in DecryptHandle()321 delete decryptInfo; decryptInfo = NULL; in ~DecryptHandle() local
244 decryptHandle->decryptInfo = NULL; in onOpenDecryptSession()259 if (NULL != decryptHandle->decryptInfo) { in onCloseDecryptSession()260 delete decryptHandle->decryptInfo; decryptHandle->decryptInfo = NULL; in onCloseDecryptSession()
470 decryptHandle->decryptInfo = NULL;533 if (NULL != decryptHandle->decryptInfo) {534 delete decryptHandle->decryptInfo;535 decryptHandle->decryptInfo = NULL;
61 if (NULL != handle->decryptInfo) { in writeDecryptHandleToParcelData()62 data->writeInt32(handle->decryptInfo->decryptBufferLength); in writeDecryptHandleToParcelData()93 handle->decryptInfo = NULL; in readDecryptHandleFromParcelData()96 handle->decryptInfo = new DecryptInfo(); in readDecryptHandleFromParcelData()97 handle->decryptInfo->decryptBufferLength = bufferLen; in readDecryptHandleFromParcelData()105 if (handle->decryptInfo) { in clearDecryptHandle()106 delete handle->decryptInfo; in clearDecryptHandle()107 handle->decryptInfo = NULL; in clearDecryptHandle()