Home
last modified time | relevance | path

Searched refs:fake_vb_key (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/contexts/
Dsoft_keymaster_context.cpp483 static std::string fake_vb_key(32, 0); in GetVerifiedBootParams() local
484 *verified_boot_key = {reinterpret_cast<uint8_t*>(fake_vb_key.data()), fake_vb_key.size()}; in GetVerifiedBootParams()
485 *verified_boot_hash = {reinterpret_cast<uint8_t*>(fake_vb_key.data()), fake_vb_key.size()}; in GetVerifiedBootParams()
Dpure_soft_keymaster_context.cpp451 static std::string fake_vb_key(32, 0); in GetVerifiedBootParams() local
452 *verified_boot_key = {reinterpret_cast<uint8_t*>(fake_vb_key.data()), fake_vb_key.size()}; in GetVerifiedBootParams()
453 *verified_boot_hash = {reinterpret_cast<uint8_t*>(fake_vb_key.data()), fake_vb_key.size()}; in GetVerifiedBootParams()