|
void | MakePage1StructValid () |
|
void | MakePage1Valid (bool valid) |
|
|
boot_data_t | bootdata_ |
|
boot_svc_msg_t | message_ |
|
rom_test::MockHmac | hmac_ |
|
rom_test::MockRnd | rnd_ |
|
rom_test::MockFlashCtrl | flash_ctrl_ |
|
rom_test::MockBootSvcHeader | hdr_ |
|
rom_test::MockLifecycle | lifecycle_ |
|
rom_test::MockOwnershipKey | ownership_key_ |
|
std::unique_ptr< testing::InSequence > | seq_ |
|
◆ bootdata_
boot_data_t anonymous_namespace{ownership_activate_unittest.cc}::OwnershipActivateTest::bootdata_ |
|
protected |
◆ message_
boot_svc_msg_t anonymous_namespace{ownership_activate_unittest.cc}::OwnershipActivateTest::message_ |
|
protected |
Initial value:= {
.ownership_activate_req =
{
.header =
{
.type = kBootSvcOwnershipActivateReqType,
},
.nonce = kDefaultNonce,
},
}
Definition at line 88 of file ownership_activate_unittest.cc.