drm_hash.h
来自「SAMSUNG 5009的源代码」· C头文件 代码 · 共 26 行
H
26 行
/*
// $Header: /Mux_Demux_SDK/libDrmCommon/src/DrmHash.h 4 8/15/03 4:13p Wiley $
// Copyright (c) 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 DRMHASH_H_INCLUDE
#define DRMHASH_H_INCLUDE
#ifdef __cplusplus
extern "C" {
#endif
void hash32to16(UCHAR *from, UCHAR *to);
void hashTo16(UCHAR *from, UCHAR fromSize, UCHAR *to);
#ifdef __cplusplus
};
#endif
#endif //DRMHASH_H_INCLUDE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?