Home
last modified time | relevance | path

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

/trusty/user/app/keymaster/
Dtrusty_keymaster.h59 SetAttestationKeyResponse* response);
64 SetAttestationKeyResponse* response);
Dtrusty_keymaster.cpp95 SetAttestationKeyResponse* response) { in SetAttestationKey()
164 SetAttestationKeyResponse* response) { in SetWrappedAttestationKey()
Dtrusty_keymaster_messages.h160 using SetAttestationKeyResponse = EmptyKeymasterResponse; variable
/trusty/user/app/keymint/
Dipc_manager.rs29 SetAttestationIdsResponse, SetAttestationKeyResponse, SetBootParamsResponse,
336 Ok(TrustyPerformOpRsp::SetAttestationKey(SetAttestationKeyResponse {})) in handle_message()