Files
mc-lce/Minecraft.Client/PSVita/PSVitaExtras/Conf.h
2026-03-01 02:38:58 +02:00

84 lines
3.0 KiB
C

/* SCE CONFIDENTIAL
* Copyright (C) 2014 Sony Computer Entertainment Inc.
* All Rights Reserved.
*/
#ifndef __SCE_NP_CONF_H__
#define __SCE_NP_CONF_H__
#include <np.h>
static const SceNpCommunicationId s_npCommunicationId = {
{'N', 'P', 'W', 'R', '0', '6', '8', '5', '9'},
'\0',
0,
0
};
/***
SceNpCommunicationPassphrase
8129251a703ff265e6d2b777bcf1854d3c6ea7f656626170131163c6e8edcb4110dd6247d40e1d8d06ebdbb610f8046c85332bc4de7946da49635459628a0d13243a6cda7ae3462a4d65d20cb2839b2e311dd7ff5006ec1379c37d3b49f137e2981050601ba4efa2ccc445c1cfc0fbd6b2f075f19490830cb995a6ad779de1d8
***/
static const SceNpCommunicationPassphrase s_npCommunicationPassphrase = {
{
0x81,0x29,0x25,0x1a,0x70,0x3f,0xf2,0x65,
0xe6,0xd2,0xb7,0x77,0xbc,0xf1,0x85,0x4d,
0x3c,0x6e,0xa7,0xf6,0x56,0x62,0x61,0x70,
0x13,0x11,0x63,0xc6,0xe8,0xed,0xcb,0x41,
0x10,0xdd,0x62,0x47,0xd4,0x0e,0x1d,0x8d,
0x06,0xeb,0xdb,0xb6,0x10,0xf8,0x04,0x6c,
0x85,0x33,0x2b,0xc4,0xde,0x79,0x46,0xda,
0x49,0x63,0x54,0x59,0x62,0x8a,0x0d,0x13,
0x24,0x3a,0x6c,0xda,0x7a,0xe3,0x46,0x2a,
0x4d,0x65,0xd2,0x0c,0xb2,0x83,0x9b,0x2e,
0x31,0x1d,0xd7,0xff,0x50,0x06,0xec,0x13,
0x79,0xc3,0x7d,0x3b,0x49,0xf1,0x37,0xe2,
0x98,0x10,0x50,0x60,0x1b,0xa4,0xef,0xa2,
0xcc,0xc4,0x45,0xc1,0xcf,0xc0,0xfb,0xd6,
0xb2,0xf0,0x75,0xf1,0x94,0x90,0x83,0x0c,
0xb9,0x95,0xa6,0xad,0x77,0x9d,0xe1,0xd8
}
};
/***
SceNpCommunicationSignature
b9dde13b01000000000000005c66a0cfc0c22c63dc050021c2e3537360ca40370ff68a60596b1fc84364cebe3459359579ca2ef8c151fc920ee4cf25eb4a926c572891b840eafa35ebfb5d67744b8f8bbd7cd53245ec12a639423a2eb520e8c381c5afa3095727c3ca1612351ed9921940b779dfbcf84b72b5978c5c07fadf11fe8f5a33c41405dea8d59673f1eedbda420cf48618c895c9d4271154d7c9e952
***/
static const SceNpCommunicationSignature s_npCommunicationSignature = {
{
0xb9,0xdd,0xe1,0x3b,0x01,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x5c,0x66,0xa0,0xcf,
0xc0,0xc2,0x2c,0x63,0xdc,0x05,0x00,0x21,
0xc2,0xe3,0x53,0x73,0x60,0xca,0x40,0x37,
0x0f,0xf6,0x8a,0x60,0x59,0x6b,0x1f,0xc8,
0x43,0x64,0xce,0xbe,0x34,0x59,0x35,0x95,
0x79,0xca,0x2e,0xf8,0xc1,0x51,0xfc,0x92,
0x0e,0xe4,0xcf,0x25,0xeb,0x4a,0x92,0x6c,
0x57,0x28,0x91,0xb8,0x40,0xea,0xfa,0x35,
0xeb,0xfb,0x5d,0x67,0x74,0x4b,0x8f,0x8b,
0xbd,0x7c,0xd5,0x32,0x45,0xec,0x12,0xa6,
0x39,0x42,0x3a,0x2e,0xb5,0x20,0xe8,0xc3,
0x81,0xc5,0xaf,0xa3,0x09,0x57,0x27,0xc3,
0xca,0x16,0x12,0x35,0x1e,0xd9,0x92,0x19,
0x40,0xb7,0x79,0xdf,0xbc,0xf8,0x4b,0x72,
0xb5,0x97,0x8c,0x5c,0x07,0xfa,0xdf,0x11,
0xfe,0x8f,0x5a,0x33,0xc4,0x14,0x05,0xde,
0xa8,0xd5,0x96,0x73,0xf1,0xee,0xdb,0xda,
0x42,0x0c,0xf4,0x86,0x18,0xc8,0x95,0xc9,
0xd4,0x27,0x11,0x54,0xd7,0xc9,0xe9,0x52
}
};
static const SceNpCommunicationConfig s_npCommunicationConfig =
{
&s_npCommunicationId,
&s_npCommunicationPassphrase,
&s_npCommunicationSignature
};
#endif /* __SCE_NP_CONF_H__ */