Home
last modified time | relevance | path

Searched refs:SetBootInfoResponse (Results 1 – 4 of 4) sorted by relevance

/system/keymint/wire/src/
Dtypes.rs338 pub struct SetBootInfoResponse {} struct
611 SetBootInfo = 0x82 => (SetBootInfoRequest, SetBootInfoResponse),
/system/keymint/hal/src/
Dlib.rs266 let _rsp: kmr_wire::SetBootInfoResponse = channel_execute(channel, req)?; in send_boot_info()
/system/keymint/common/
Dgenerated.cddl629 [SetBootInfo, SetBootInfoResponse],
/system/keymint/ta/src/
Dlib.rs642 Ok(_) => op_ok_rsp(PerformOpRsp::SetBootInfo(SetBootInfoResponse {})), in process_req()