mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
189 lines
5 KiB
C++
189 lines
5 KiB
C++
// Vita3K emulator project
|
|
// Copyright (C) 2021 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 "SceSblGcAuthMgr.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();
|
|
}
|
|
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB160Auth1)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB160Auth2)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB160Auth3)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB160Auth4)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB160Auth5)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB160BroadCastDecrypt)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB160BroadCastEncrypt)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB160GetKeys)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB160Init)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB160Shutdown)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB160UniCastDecrypt)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB160UniCastEncrypt)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB224Auth1)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB224Auth2)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB224Auth3)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB224Auth4)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB224Auth5)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB224GetKeys)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB224Init)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrAdhocBB224Shutdown)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrGetMediaIdType01)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrMsSaveBBCipherFinal)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrMsSaveBBCipherInit)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrMsSaveBBCipherUpdate)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrMsSaveBBMacFinal)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrMsSaveBBMacInit)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrMsSaveBBMacUpdate)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrPcactActivation)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrPcactGetChallenge)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrPkgVry)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrPsmactCreateC1)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrPsmactVerifyR1)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrSclkGetData1)
|
|
BRIDGE_IMPL(_sceSblGcAuthMgrSclkSetData2)
|