Home
last modified time | relevance | path

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

/system/keymint/wire/src/
Dtypes.rs212 pub struct GetRootOfTrustChallengeRequest {} struct
647 …GetRootOfTrustChallenge = 0x71 => (GetRootOfTrustChallengeRequest, GetRootOfTrust…
/system/keymint/common/
Dgenerated.cddl588 [GetRootOfTrustChallenge, GetRootOfTrustChallengeRequest],
/system/keymint/hal/src/
Dkeymint.rs269 self.execute(GetRootOfTrustChallengeRequest {})?;
/system/keymint/ta/src/
Dlib.rs849 Err(e) => op_error_rsp(GetRootOfTrustChallengeRequest::CODE, e), in process_req()