|
| boot_data_t | bootdata_ |
| |
| boot_svc_msg_t | message_ |
| |
|
rom_test::MockHmac | hmac_ |
| |
|
rom_test::MockRnd | rnd_ |
| |
|
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_unlock_unittest.cc}::OwnershipUnlockTest::bootdata_ |
|
protected |
◆ message_
| boot_svc_msg_t anonymous_namespace{ownership_unlock_unittest.cc}::OwnershipUnlockTest::message_ |
|
protected |
Initial value:= {
.ownership_unlock_req =
{
.header =
{
.type = kBootSvcOwnershipUnlockReqType,
},
.din = {0, 0},
.nonce = {1, 2},
},
}
Definition at line 41 of file ownership_unlock_unittest.cc.