Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster.h107 SetAttestationIdsKM3Response SetAttestationIdsKM3(const SetAttestationIdsKM3Request& request);
Dandroid_keymaster_messages.h1216 using SetAttestationIdsKM3Response = EmptyKeymasterResponse; variable
/system/keymint/wire/src/
Dlegacy.rs448 pub struct SetAttestationIdsKM3Response {} struct
625 …tionIdsKM3 = 0xc001 => (SetAttestationIdsKM3Request, SetAttestationIdsKM3Response),
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp1086 SetAttestationIdsKM3Response
1088 SetAttestationIdsKM3Response response(message_version()); in SetAttestationIdsKM3()