Home
last modified time | relevance | path

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

/system/keymint/wire/src/
Dtypes.rs202 pub struct SendRootOfTrustResponse {} struct
609 …ndRootOfTrust = 0x73 => (SendRootOfTrustRequest, SendRootOfTrustResponse),
/system/keymint/common/
Dgenerated.cddl627 [SendRootOfTrust, SendRootOfTrustResponse],
/system/keymint/hal/src/
Dkeymint.rs261 let _rsp: SendRootOfTrustResponse = in sendRootOfTrust()
/system/keymint/ta/src/
Dlib.rs808 op_ok_rsp(PerformOpRsp::SendRootOfTrust(SendRootOfTrustResponse {})) in process_req()