Home
last modified time | relevance | path

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

/aosp14/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() function
99 struct SetAttestationKeyResponse : public KeymasterNoResponse {}; argument