Home
last modified time | relevance | path

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

/trusty/user/app/keymaster/
Dtrusty_keymaster.h58 void SetAttestationKey(const SetAttestationKeyRequest& request,
Dtrusty_keymaster.cpp94 void TrustyKeymaster::SetAttestationKey(const SetAttestationKeyRequest& request, in SetAttestationKey() function in keymaster::TrustyKeymaster
/trusty/user/app/keymint/
Dipc_manager.rs333 TrustyPerformOpReq::SetAttestationKey(req) => { in handle_message()
336 Ok(TrustyPerformOpRsp::SetAttestationKey(SetAttestationKeyResponse {})) in handle_message()
641 const SET_ATTESTATION_KEY_CMD: u32 = legacy::TrustyKeymasterOperation::SetAttestationKey as u32;
/trusty/user/app/keymaster/ipc/
Dkeymaster_ipc.cpp562 return do_dispatch(&TrustyKeymaster::SetAttestationKey, msg, in keymaster_dispatch_non_secure()