drm_adphelper.h

来自「SAMSUNG 5009的源代码」· C头文件 代码 · 共 26 行

H
26
字号
// $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 + =
减小字号Ctrl + -
显示快捷键?