⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drm_adphelper.h

📁 SAMSUNG 5009的源代码
💻 H
字号:
// $Header: /Mux_Demux_SDK/libDrmDecrypt/src/DrmAdpHelper.h 1     8/15/03 4:25p Wiley $
// Copyright (c) 2003 DivXNetworks, Inc. http://www.divxnetworks.com
// All rights reserved.
//
// This software is the confidential and proprietary information of DivXNetworks
// Inc. ("Confidential Information").  You shall not disclose such Confidential
// Information and shall use it only in accordance with the terms of the license
// agreement you entered into with DivXNetworks, Inc.

#ifndef DRM_ADP_HELPER_H
#define DRM_ADP_HELPER_H

#ifdef __cplusplus
extern "C" {
#endif

UCHAR getRandomByte(UCHAR *randomByte);
VOID	drmHelperSetRandomSample(void);
UINT drmHelperGetRandomSampleCounter(void);
UCHAR	getSessionKey(DrmAdpTargetHeader fileInfo, UCHAR sessionKey[]);  /* Increments use counter if appropriate. */
#ifdef __cplusplus
};
#endif

#endif // DRM_ADP_HELPER_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -