Vita3K/vita3k/modules/SceSblGcAuthMgr/SceSblGcAuthMgr.cpp
2025-01-19 18:51:43 -03:00

154 lines
3.4 KiB
C++

// Vita3K emulator project
// Copyright (C) 2025 Vita3K team
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License along
// with this program; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#include <module/module.h>
EXPORT(int, _sceSblGcAuthMgrAdhocBB160Auth1) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB160Auth2) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB160Auth3) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB160Auth4) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB160Auth5) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB160BroadCastDecrypt) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB160BroadCastEncrypt) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB160GetKeys) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB160Init) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB160Shutdown) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB160UniCastDecrypt) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB160UniCastEncrypt) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB224Auth1) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB224Auth2) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB224Auth3) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB224Auth4) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB224Auth5) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB224GetKeys) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB224Init) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrAdhocBB224Shutdown) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrGetMediaIdType01) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrMsSaveBBCipherFinal) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrMsSaveBBCipherInit) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrMsSaveBBCipherUpdate) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrMsSaveBBMacFinal) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrMsSaveBBMacInit) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrMsSaveBBMacUpdate) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrPcactActivation) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrPcactGetChallenge) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrPkgVry) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrPsmactCreateC1) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrPsmactVerifyR1) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrSclkGetData1) {
return UNIMPLEMENTED();
}
EXPORT(int, _sceSblGcAuthMgrSclkSetData2) {
return UNIMPLEMENTED();
}