Home
last modified time | relevance | path

Searched defs:SetBootInfoRequest (Results 1 – 2 of 2) sorted by relevance

/system/keymint/wire/src/
Dtypes.rs370 pub struct SetBootInfoRequest { struct
371 pub verified_boot_key: Vec<u8>,
372 pub device_boot_locked: bool,
373 pub verified_boot_state: i32,
374 pub verified_boot_hash: Vec<u8>,
375 pub boot_patchlevel: u32, // YYYYMMDD format
/system/keymint/hal/src/
Dlib.rs292 req: kmr_wire::SetBootInfoRequest, in send_boot_info()