mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 16:55:46 -04:00
Initial community commit
This commit is contained in:
26
Src/Plugins/Portable/pmp_p4s/sac.h
Normal file
26
Src/Plugins/Portable/pmp_p4s/sac.h
Normal file
@ -0,0 +1,26 @@
|
||||
//
|
||||
// Microsoft Windows Media Technologies
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef __SAC_H__
|
||||
#define __SAC_H__
|
||||
|
||||
typedef DWORD HMAC;
|
||||
|
||||
#define RSA_KEY_LEN 64
|
||||
#define SAC_SESSION_KEYLEN 8
|
||||
|
||||
#define SAC_PROTOCOL_WMDM 1
|
||||
#define SAC_PROTOCOL_V1 2
|
||||
|
||||
#define SAC_CERT_X509 1
|
||||
#define SAC_CERT_V1 2
|
||||
|
||||
typedef struct __MACINFO
|
||||
{
|
||||
BOOL fUsed;
|
||||
BYTE abMacState[36];
|
||||
} MACINFO;
|
||||
|
||||
#endif //__SAC_H__
|
Reference in New Issue
Block a user