MCPcopy Create free account
hub / github.com/Atmosphere-NX/Atmosphere / Setup1ForWarmboot

Function Setup1ForWarmboot

exosphere/program/source/secmon_setup.cpp:1006–1012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1004 }
1005
1006 void Setup1ForWarmboot() {
1007 /* Initialize the security engine. */
1008 se::Initialize();
1009
1010 /* Initialize the gic. */
1011 gic::InitializeCommon();
1012 }
1013
1014 void SaveSecurityEngineAesKeySlotTestVector() {
1015 GenerateSecurityEngineAesKeySlotTestVector(g_se_aes_key_slot_test_vector, sizeof(g_se_aes_key_slot_test_vector));

Callers 1

SetupSocSecurityWarmbootFunction · 0.85

Calls 2

InitializeFunction · 0.50
InitializeCommonFunction · 0.50

Tested by

no test coverage detected