Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/trusty/keymaster/set_uds_certs/
H A Dset_uds_certificates.cpp94 struct KeymasterNoResponse : public keymaster::KeymasterResponse{ struct
95 explicit KeymasterNoResponse(int32_t ver = keymaster::kDefaultMessageVersion) in KeymasterNoResponse() argument
103 struct AppendUdsCertificateResponse : public KeymasterNoResponse {}; argument
/aosp_15_r20/system/core/trusty/keymaster/set_attestation_key/
H A Dset_attestation_key.cpp90 struct KeymasterNoResponse : public keymaster::KeymasterResponse { struct
91 explicit KeymasterNoResponse(int32_t ver = keymaster::kDefaultMessageVersion) in KeymasterNoResponse() argument
99 struct SetAttestationKeyResponse : public KeymasterNoResponse {}; argument