Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/wire/src/
H A Dtypes.rs378 pub struct SetBootInfoRequest { struct
379 pub verified_boot_key: Vec<u8>,
380 pub device_boot_locked: bool,
381 pub verified_boot_state: i32,
382 pub verified_boot_hash: Vec<u8>,
383 pub boot_patchlevel: u32, // YYYYMMDD format
/aosp_15_r20/system/keymint/hal/src/
H A Dlib.rs294 req: kmr_wire::SetBootInfoRequest, in send_boot_info()